[asterisk-commits] newtonr: trunk r396899 - /trunk/res/res_pjsip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Aug 17 12:27:42 CDT 2013


Author: newtonr
Date: Sat Aug 17 12:27:40 2013
New Revision: 396899

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=396899
Log:
xml doc change for transport config object - remove non-applicable warning and add text regarding Asterisk restart 

(closes issue ASTERISK-22105)

Modified:
    trunk/res/res_pjsip.c

Modified: trunk/res/res_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip.c?view=diff&rev=396899&r1=396898&r2=396899
==============================================================================
--- trunk/res/res_pjsip.c (original)
+++ trunk/res/res_pjsip.c Sat Aug 17 12:27:40 2013
@@ -691,10 +691,9 @@
 					<para>There are different transports and protocol derivatives
 						supported by <literal>res_pjsip</literal>. They are in order of
 						preference: UDP, TCP, and WebSocket (WS).</para>
-					<warning><para>
-						Multiple endpoints using the same connection is	<emphasis>NOT</emphasis>
-						supported. Doing so may	result in broken calls.
-					</para></warning>
+					<note><para>Changes to transport configuration in pjsip.conf will only be
+						effected on a complete restart of Asterisk. A module reload
+						will not suffice.</para></note>
 				</description>
 				<configOption name="async_operations" default="1">
 					<synopsis>Number of simultaneous Asynchronous Operations</synopsis>




More information about the asterisk-commits mailing list