VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
jonas.kellens at telen... Guest
|
Posted: Wed Jun 25, 2014 8:12 am Post subject: [asterisk-users] Play announcement only once in a Call Queue |
|
|
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. |
|
Back to top |
|
|
b.lavallee at globalta... Guest
|
Posted: Wed Jun 25, 2014 8:24 pm Post subject: [asterisk-users] Play announcement only once in a Call Queue |
|
|
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:
Quote: | 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 |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|