From 14ba1751f68fc0b46ea9a384adaa5ed90c799425 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Tue, 20 Aug 2013 14:43:56 +0000 Subject: [PATCH] Add note to transport configuration that a restart is required to change transports. (closes issue ASTERISK-22094) reported by Rusty Newton git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397073 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_pjsip.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/res_pjsip.c b/res/res_pjsip.c index a40c2c0b85..6879858578 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -289,6 +289,8 @@ to the first configured transport in pjsip.conf which is valid for the URI we are trying to contact. + Transport configuration is not affected by reloads. In order to + change transports, a full Asterisk restart is required