[asterisk-bugs] [Asterisk 0010896]: 2 features, ring expiry and periodic announce firstplay
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri Oct 5 14:44:35 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=10896
======================================================================
Reported By: kwakwaversal
Assigned To: putnopvut
======================================================================
Project: Asterisk
Issue ID: 10896
Category: Applications/app_queue
Reproducibility: N/A
Severity: feature
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 84744
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 10-05-2007 09:05 CDT
Last Modified: 10-05-2007 14:44 CDT
======================================================================
Summary: 2 features, ring expiry and periodic announce
firstplay
Description:
Posted both these together because they work hand in hand (but will also
work separately).
1st feature; ringexpiry
; When the 'r' option is passed to the Queue() you can expire the ringing
; then start music on hold. If you use this with
periodic-announce-frequency
; and set it to the same value, when the ring expires it will play the
; periodic announce then start the music on hold.
;
; ringexpiry = 10
2nd feature; periodic-announce-firstplay
; When to play the first periodic announcement. This allows you to
; play the first announcement at the beginning of the call then revert
; back to a much higher frequency (0=off)
;
;periodic-announce-firstplay=10
======================================================================
----------------------------------------------------------------------
putnopvut - 10-05-07 14:44
----------------------------------------------------------------------
Wouldn't this do the same thing:
;Higher priorities...
exten => _XXXXX,n,Playtones(ring)
exten => _XXXXX,n,Wait(10)
exten => _XXXXX,n,StopPlayTones()
exten => _XXXXX,n,Playback(periodic-announce-file)
exten => _XXXXX,n,Queue(queue-basic) ;note: no r option
;Lower priorities...
Issue History
Date Modified Username Field Change
======================================================================
10-05-07 14:44 putnopvut Note Added: 0071556
======================================================================
More information about the asterisk-bugs
mailing list