Asterisk queue structure

Hi,

Is there any asterisk versions / modules, which makes it possible to make the following setup on a queue

Playback(1.wav);
StartQueue();
Wait(30s);
Playback(2.wav);
Wait(30s);
Playback(3.wav);
every 30s calle will be updated with it’s queue position;

All of the playbacks must only be played ONCE

Hi,

I don’t know if i truely understand what you wanna do. Anyway, have a look at :

voip-info.org/wiki/view/Aste … ueues.conf

New feature: Position announcement

It allows your system to announce the queue rank of your clients.

Rgds,
Constantin

Yes, position announcements will do that. Do you have any version of Asterisk already installed? If you install one of the excellent Asterisk GUI’s then this is really easy in any queue setup to implement. If you want to hand code it that’s fine too and pretty simple.

I don’t think his question is about basic queueing. I think it is about generating a very specific sequence and timing of announcements. I’m pretty sure that it can’t be done, especially the exactly once requirement, but I’m probably in no better a position to interpret the documentation than he is.

Generally such requirements are overspecified.