mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
config: Improve documentation and behavior of outbound_proxy option.
This change updates the documentation for the outbound_proxy option to ensure it is consistently stated that a full SIP URI must be provided for the option. The res_pjsip_outbound_registration module has also been changed so that the provided outbound_proxy value is checked to ensure it is a URI and if not an error is output stating so. ASTERISK-26782 Change-Id: I6c239a32274846fd44e65b44ad9bf6373479b593
This commit is contained in:
@@ -349,7 +349,7 @@
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="outbound_proxy">
|
||||
<synopsis>Proxy through which to send requests, a full SIP URI must be provided</synopsis>
|
||||
<synopsis>Full SIP URI of the outbound proxy used to send requests</synopsis>
|
||||
</configOption>
|
||||
<configOption name="rewrite_contact">
|
||||
<synopsis>Allow Contact header to be rewritten with the source IP address-port</synopsis>
|
||||
|
Reference in New Issue
Block a user