From 0327f37d340aa06030cd7e265a462f294317a91e Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Sat, 1 Nov 2008 01:55:04 +0000 Subject: The default in chan_sip for notifyringing is yes, so update the sample conf to reflect that. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@153296 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs') diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index ea9c0199d..e10fa0fe5 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -373,8 +373,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ;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. -- cgit v1.2.3