]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_pjsip_outbound_publish.c: Add more verbose documentation for outbound_proxy usage
authorSebastian Denz <denzs@gonicus.de>
Thu, 26 Mar 2026 08:17:42 +0000 (09:17 +0100)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 7 May 2026 15:40:31 +0000 (15:40 +0000)
configs/samples/pjsip.conf.sample
res/res_pjsip/pjsip_config.xml
res/res_pjsip_outbound_publish.c

index 623a73a830bce5573f7aa9c6be5ffe32b28ef6fc..3d346789d4040348978f6e2fb91157938cca5dca 100644 (file)
                            ; setting between inbound and outbound authentication
                            ; uses. See the auth realm description for details.
 
-;outbound_proxy=           ; SIP URI of the outbound proxy used to send
-                           ; publishes
+;outbound_proxy=           ; SIP URI of the outbound proxy used to send publishes.
+                           ; Consider adding \;lr to keep user@domain in the request URI.
 
 ;server_uri=               ; SIP URI of the server and entity to publish to.
                            ; This is the URI at which to find the entity and
index b5336438516eaf301286e59b1f8639b977e2fc67..b2ef0bddfb1580f651ff949e83bae8b7a8c62e2a 100644 (file)
                                                <version>12.0.0</version>
                                        </since>
                                        <synopsis>Full SIP URI of the outbound proxy used to send requests</synopsis>
+                                       <description><para>
+                                               Proxy through which to send requests, a full SIP URI must be provided (default: "").
+                                               Consider adding \;lr for loose routing (to keep user@domain in the request URI).
+                                       </para></description>
                                </configOption>
                                <configOption name="rewrite_contact">
                                        <since>
index 538df56125e1dc1d50be11dfc9c9c2108c97c15e..edba27509e2117ea87449b445a190b14b9155d45 100644 (file)
                                                <version>13.0.0</version>
                                        </since>
                                        <synopsis>Full SIP URI of the outbound proxy used to send publishes</synopsis>
+                                       <description><para>
+                                               Proxy through which to send requests, a full SIP URI must be provided (default: "").
+                                               Consider adding \;lr for loose routing (to keep user@domain in the request URI).
+                                       </para></description>
                                </configOption>
                                <configOption name="server_uri">
                                        <since>