[asterisk-users] Play announcement only once in a Call Queue after 10 seconds

Brian LaVallee b.lavallee at globaltank.jp
Wed Jun 25 20:24:05 CDT 2014


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.
> 
> 
> 





More information about the asterisk-users mailing list