[asterisk-commits] wdoekes: branch 1.8 r423066 -	/branches/1.8/configs/sip.conf.sample
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Sun Sep 14 10:48:34 CDT 2014
    
    
  
Author: wdoekes
Date: Sun Sep 14 10:48:31 2014
New Revision: 423066
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=423066
Log:
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/
Modified:
    branches/1.8/configs/sip.conf.sample
Modified: branches/1.8/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/sip.conf.sample?view=diff&rev=423066&r1=423065&r2=423066
==============================================================================
--- branches/1.8/configs/sip.conf.sample (original)
+++ branches/1.8/configs/sip.conf.sample Sun Sep 14 10:48:31 2014
@@ -580,7 +580,9 @@
 ;
 ;--------------------------- 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
    
    
More information about the asterisk-commits
mailing list