From: Walter Doekes Date: Sun, 14 Sep 2014 15:53:35 +0000 (+0000) Subject: chan_sip: Clarify that sipdebug=yes cannot be undone by the CLI. X-Git-Tag: 13.0.0-beta2~2^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5840c47223dddd7d45d725d765ae4c998d672abe;p=thirdparty%2Fasterisk.git chan_sip: Clarify that sipdebug=yes cannot be undone by the CLI. Document it in sip.conf. ASTERISK-24249 #close Reported by: Avinash Mohod Review: https://reviewboard.asterisk.org/r/3926/ ........ Merged revisions 423066 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 423067 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 423068 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@423069 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/samples/sip.conf.sample b/configs/samples/sip.conf.sample index 0d81a6b63c..a438f464dd 100644 --- a/configs/samples/sip.conf.sample +++ b/configs/samples/sip.conf.sample @@ -651,7 +651,9 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; ;--------------------------- SIP DEBUGGING --------------------------------------------------- ;sipdebug = yes ; Turn on SIP debugging by default, from - ; the moment the channel loads this configuration + ; the moment the channel loads this configuration. + ; NOTE: You cannot use the CLI to turn it off. You'll + ; need to edit this and reload the config. ;recordhistory=yes ; Record SIP history by default ; (see sip history / sip no history) ;dumphistory=yes ; Dump SIP history at end of SIP dialogue