From a6f5adefa16a7786d291bcccdd911bd067052cc8 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Thu, 16 Nov 2006 19:29:28 +0000 Subject: Make it possible to enable/disable onhold tracking, in order to make life easier for realtime users. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47756 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index eeb29a18e..68b66b7dd 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -175,7 +175,10 @@ 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 ; Notify subscriptions on RINGING state +;notifyringing = yes ; Notify subscriptions on RINGING state (default: no) +;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. ;----------------------------------------- T.38 FAX PASSTHROUGH SUPPORT ----------------------- ; -- cgit v1.2.3