> -----Ursprüngliche Nachricht----- > Von: Mr. Jones [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 3. September 2006 01:12 > An: [email protected] > 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
