Jonas Kellens
2014-Jun-25 13:11 UTC
[asterisk-users] Play announcement only once in a Call Queue after 10 seconds
Hello, how can I create the following scenario : I have a Call Queue and I want to play an announcement, but only once after about 10 seconds. The current option "|periodic| |-| |announce| |-| |frequency|" keeps on playing the announcement indefinitely. (it should have an option 'once' like the option |announce-holdtime|) Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140625/faeb8a7d/attachment.html>
Brian LaVallee
2014-Jun-26 01:24 UTC
[asterisk-users] Play announcement only once in a Call Queue after 10 seconds
Hi Jonas, While I don't work with queues, but you could playback announce-holdtime before putting the caller into the queue. exten => _X.,1,NoOp(Post Queue Announcement) same => n,Answer() same => n,Wait(10) same => n,Playback(announce-holdtime) same => n,Queue(real_queue) Brian On 6/25/14, 10:11 PM, Jonas Kellens wrote:> Hello, > > how can I create the following scenario : > > I have a Call Queue and I want to play an announcement, but only once > after about 10 seconds. > > The current option "|periodic| |-| |announce| |-| |frequency|" keeps on > playing the announcement indefinitely. (it should have an option 'once' > like the option |announce-holdtime|) > > > > Kind regards, > > Jonas. > > >