[asterisk-commits] wdoekes: branch 11 r423067 - in /branches/11: ./	configs/sip.conf.sample
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Sun Sep 14 10:49:27 CDT 2014
    
    
  
Author: wdoekes
Date: Sun Sep 14 10:49:24 2014
New Revision: 423067
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=423067
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/
........
Merged revisions 423066 from http://svn.asterisk.org/svn/asterisk/branches/1.8
Modified:
    branches/11/   (props changed)
    branches/11/configs/sip.conf.sample
Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/11/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/11/configs/sip.conf.sample?view=diff&rev=423067&r1=423066&r2=423067
==============================================================================
--- branches/11/configs/sip.conf.sample (original)
+++ branches/11/configs/sip.conf.sample Sun Sep 14 10:49:24 2014
@@ -638,7 +638,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