[asterisk-commits] tilghman: branch 1.4 r123883 - /branches/1.4/configs/sip.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 19 11:20:42 CDT 2008
Author: tilghman
Date: Thu Jun 19 11:20:41 2008
New Revision: 123883
URL: http://svn.digium.com/view/asterisk?view=rev&rev=123883
Log:
Correct description of notifyringing option.
(Closes issue #12890)
Reported by gminet
Modified:
branches/1.4/configs/sip.conf.sample
Modified: branches/1.4/configs/sip.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.4/configs/sip.conf.sample?view=diff&rev=123883&r1=123882&r2=123883
==============================================================================
--- branches/1.4/configs/sip.conf.sample (original)
+++ branches/1.4/configs/sip.conf.sample Thu Jun 19 11:20:41 2008
@@ -197,7 +197,8 @@
;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 (default: no)
+;notifyringing = yes ; Control whether subscriptions already INUSE get sent
+ ; RINGING when another call is sent (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.
More information about the asterisk-commits
mailing list