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