From 706235d7ee44674fcbfbee81cb83d5e5b262523f Mon Sep 17 00:00:00 2001 From: Walter Doekes Date: Mon, 18 Feb 2013 20:28:39 +0000 Subject: [PATCH] Remove "registertrying" and add "rtp_engine" from/to sip.conf.sample The "registertrying" option was removed in r343220. The "rtp_engine" option was added in r186078 but erroneously named "engine" in the sample. Note that there is no global sip setting for a different engine. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@381668 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index c9dfcdb2da..f84baa9105 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -428,7 +428,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ;contactpermit=172.16.0.0/255.255.0.0 ; restrict at what IPs your users may ; register their phones. -;engine=asterisk ; RTP engine to use when communicating with the device +;rtp_engine=asterisk ; RTP engine to use when communicating with the device ; ; If regcontext is specified, Asterisk will dynamically create and destroy a @@ -1161,7 +1161,6 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; outboundproxy ; rfc2833compensate ; callbackextension -; registertrying ; timert1 ; timerb ; qualifyfreq -- 2.47.3