[asterisk-users] queue with strategy=linear

2010-02-08 Thread Louis-David Mitterrand
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


Re: [asterisk-users] queue with strategy=linear

2010-02-08 Thread Warren Selby
Be sure to set a timeout on your Queue() command in the dialplan.

exten = 100,1,Answer()
exten = 100,n,Queue(test1800)
exten = 100,n,Voicemail(100,u)
exten = 100,n,Hangup()



Thanks,
--Warren Selby

On Feb 8, 2010, at 3:27 AM, Louis-David Mitterrand 
vindex+lists-asterisk-us...@apartia.org 
  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