Be sure to set a timeout on your Queue() command in the dialplan. exten => 100,1,Answer() exten => 100,n,Queue(test,,,,1800) exten => 100,n,Voicemail(100,u) exten => 100,n,Hangup()
Thanks, --Warren Selby On Feb 8, 2010, at 3:27 AM, Louis-David Mitterrand <[email protected] > wrote: > Hi, > > Using asterisk 1.6.2.0 I have a queue definition with > "strategy=linear". > How do I jump to the next dialplan item after having tried > (unsuccessfully) all queue members? > > If I use Queue(test,n) then only the first member is contacted. And > if I > omit the "n" option then all members are retried indefinitely. > > Thanks, > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
