[asterisk-users] Queue timeout problems

Mr. Jones worldsense at gmail.com
Sat Sep 2 21:10:09 MST 2006


Thanks Guido -

I tried that and still have the same problem. The call never seems to
leave the queue.

Any other ideas?

On 9/2/06, Guido Hecken <guido.hecken at gwsnettech.de> wrote:
> > -----Ursprüngliche Nachricht-----
> > Von: Mr. Jones [mailto:worldsense at gmail.com]
> > Gesendet: Sonntag, 3. September 2006 01:12
> > An: asterisk-users at lists.digium.com
> > Betreff: [asterisk-users] Queue timeout problems
> >
> > Hi Folks,
> >
> > I'm trying to use the Queue feature to essentially implement a
> > multiple call appearance situation for some of our executives.
> >
> > Essentially I have a queue defined per executive like:
> > exten=>9495551212,1, Queue(stever|tTr|||25)
> > exten=>9495551212,2, Goto(druid-users,1212,1)
>
> Give these settings a try:
>
> exten=>9495551212,1,Wait(2)
> exten=>9495551212,2,(Playback(some-announce) ; could be an empty sound file
> exten=>9495551212,3,Queue(stever|tT|||60) ; try without option r
> exten=>9495551212,4,Goto(druid-users,1212,1)
>
> [stever]
> strategy=ringall
> context=druid-default
> joinempty=yes
> member=> SIP/1200
> member=> SIP/1201
> member=> SIP/1212
> timeout=15
>
>
> >
> > So the user hits the queue ok, but they never fallout to the 2nd
> > priorty, which has macros for follow-me, and handles the voice mail.
>
> What happens to the call instead? Dropped, endless in the queue?
>
> >
> > in queues.conf I have
> >
> > [stever]
> > strategy=ringall
> > context=druid-default
> > joinempty=yes
> > member=> SIP/1200
> > member=> SIP/1201
> > member=> SIP/1212
> > timeoutreset = no
>
> Hope, it helps
>
> Guido
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list