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

2014-06-25 Thread Jonas Kellens

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.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

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

2014-06-25 Thread Brian LaVallee
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.
 
 
 



-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users