mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
res_pjsip: Update endpoint transport option documentation.
Change-Id: I5394fdff6a296efc8e1695a156e616acd932ae52
This commit is contained in:
@@ -288,8 +288,8 @@
|
|||||||
; a transport that you'll need to uncomment from the previous examples.
|
; a transport that you'll need to uncomment from the previous examples.
|
||||||
;
|
;
|
||||||
; Uncomment one of the transport lines to choose which transport you want. If
|
; Uncomment one of the transport lines to choose which transport you want. If
|
||||||
; not specified then the default transport chosen is the first defined transport
|
; not specified then the default transport chosen is the first compatible transport
|
||||||
; in the configuration file.
|
; in the configuration file for the contact URL.
|
||||||
;
|
;
|
||||||
; Modify the "max_contacts=" line to change how many unique registrations to allow.
|
; Modify the "max_contacts=" line to change how many unique registrations to allow.
|
||||||
;
|
;
|
||||||
@@ -670,7 +670,12 @@
|
|||||||
;timers=yes ; Session timers for SIP packets (default: "yes")
|
;timers=yes ; Session timers for SIP packets (default: "yes")
|
||||||
;timers_sess_expires=1800 ; Maximum session timer expiration period
|
;timers_sess_expires=1800 ; Maximum session timer expiration period
|
||||||
; (default: "1800")
|
; (default: "1800")
|
||||||
;transport= ; Desired transport configuration (default: "")
|
;transport= ; Explicit transport configuration to use (default: "")
|
||||||
|
; This will force the endpoint to use the specified transport
|
||||||
|
; configuration to send SIP messages. You need to already know
|
||||||
|
; what kind of transport (UDP/TCP/IPv4/etc) the endpoint device
|
||||||
|
; will use.
|
||||||
|
|
||||||
;trust_id_inbound=no ; Accept identification information received from this
|
;trust_id_inbound=no ; Accept identification information received from this
|
||||||
; endpoint (default: "no")
|
; endpoint (default: "no")
|
||||||
;trust_id_outbound=no ; Send private identification details to the endpoint
|
;trust_id_outbound=no ; Send private identification details to the endpoint
|
||||||
|
@@ -471,14 +471,17 @@
|
|||||||
</para></description>
|
</para></description>
|
||||||
</configOption>
|
</configOption>
|
||||||
<configOption name="transport">
|
<configOption name="transport">
|
||||||
<synopsis>Desired transport configuration</synopsis>
|
<synopsis>Explicit transport configuration to use</synopsis>
|
||||||
<description><para>
|
<description>
|
||||||
This will set the desired transport configuration to send SIP data through.
|
<para>This will <emphasis>force</emphasis> the endpoint to use the
|
||||||
|
specified transport configuration to send SIP messages. You need
|
||||||
|
to already know what kind of transport (UDP/TCP/IPv4/etc) the
|
||||||
|
endpoint device will use.
|
||||||
</para>
|
</para>
|
||||||
<warning><para>Not specifying a transport will <emphasis>DEFAULT</emphasis>
|
<note><para>Not specifying a transport will select the first
|
||||||
to the first configured transport in <filename>pjsip.conf</filename> which is
|
configured transport in <filename>pjsip.conf</filename> which is
|
||||||
valid for the URI we are trying to contact.
|
compatible with the URI we are trying to contact.
|
||||||
</para></warning>
|
</para></note>
|
||||||
<warning><para>Transport configuration is not affected by reloads. In order to
|
<warning><para>Transport configuration is not affected by reloads. In order to
|
||||||
change transports, a full Asterisk restart is required</para></warning>
|
change transports, a full Asterisk restart is required</para></warning>
|
||||||
</description>
|
</description>
|
||||||
|
Reference in New Issue
Block a user