[asterisk-commits] seanbright: trunk r153296 -	/trunk/configs/sip.conf.sample
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri Oct 31 20:55:05 CDT 2008
    
    
  
Author: seanbright
Date: Fri Oct 31 20:55:04 2008
New Revision: 153296
URL: http://svn.digium.com/view/asterisk?view=rev&rev=153296
Log:
The default in chan_sip for notifyringing is yes, so update the sample
conf to reflect that.
Modified:
    trunk/configs/sip.conf.sample
Modified: trunk/configs/sip.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/sip.conf.sample?view=diff&rev=153296&r1=153295&r2=153296
==============================================================================
--- trunk/configs/sip.conf.sample (original)
+++ trunk/configs/sip.conf.sample Fri Oct 31 20:55:04 2008
@@ -373,8 +373,8 @@
 ;subscribecontext = default     ; Set a specific context for SUBSCRIBE requests
                                 ; Useful to limit subscriptions to local extensions
                                 ; Settable per peer/user also
-;notifyringing = yes            ; Control whether subscriptions already INUSE get sent
-                                ; RINGING when another call is sent (default: no)
+;notifyringing = no             ; Control whether subscriptions already INUSE get sent
+                                ; RINGING when another call is sent (default: yes)
 ;notifyhold = yes               ; Notify subscriptions on HOLD state (default: no)
                                 ; Turning on notifyringing and notifyhold will add a lot
                                 ; more database transactions if you are using realtime.
    
    
More information about the asterisk-commits
mailing list