mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
res_pjsip: Update endpoint transport option documentation.
Change-Id: I5394fdff6a296efc8e1695a156e616acd932ae52
This commit is contained in:
@@ -471,14 +471,17 @@
|
||||
</para></description>
|
||||
</configOption>
|
||||
<configOption name="transport">
|
||||
<synopsis>Desired transport configuration</synopsis>
|
||||
<description><para>
|
||||
This will set the desired transport configuration to send SIP data through.
|
||||
<synopsis>Explicit transport configuration to use</synopsis>
|
||||
<description>
|
||||
<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>
|
||||
<warning><para>Not specifying a transport will <emphasis>DEFAULT</emphasis>
|
||||
to the first configured transport in <filename>pjsip.conf</filename> which is
|
||||
valid for the URI we are trying to contact.
|
||||
</para></warning>
|
||||
<note><para>Not specifying a transport will select the first
|
||||
configured transport in <filename>pjsip.conf</filename> which is
|
||||
compatible with the URI we are trying to contact.
|
||||
</para></note>
|
||||
<warning><para>Transport configuration is not affected by reloads. In order to
|
||||
change transports, a full Asterisk restart is required</para></warning>
|
||||
</description>
|
||||
|
Reference in New Issue
Block a user