From 115c078e9d8ed62ca015a081b92e0c8987678fbd Mon Sep 17 00:00:00 2001
From: Rusty Newton <rnewton@digium.com>
Date: Sat, 17 Aug 2013 17:27:40 +0000
Subject: [PATCH] xml doc change for transport config object - remove
 non-applicable warning and add text regarding Asterisk restart

(closes issue ASTERISK-22105)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396899 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 res/res_pjsip.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index be40c42622..27d4462968 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -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>
-- 
GitLab