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