> What I'm trying to do is accepting a call from pstn, put it 
> into a queue, while callee is waiting contact some numbers 
> till one responds, then bridge the two calls.
> What I can't manage is jump to next dialplan command soon 
> after callee enters the queue in order to call other numbers.

I've no idea if this'll work in practice, but the theory seems sound:

1) Create some extensions in your dialplan which dial the numbers you want
the queue to try:
exten => 1000,1,Dial(<dialstring here>)
exten => 1001,1,Dial(<second dialstring here>)
etc.

2) Assign members to your queue as follows:
member => Local/[EMAIL PROTECTED]
member => Local/[EMAIL PROTECTED]
etc.

3) Set the queue to ringall or round robin as required.

4) let the list know whether it worked or not :-)

Regards,

Chris
-- 
C.M. Bagnall, Director, Minotaur I.T. Limited
This email is made from 100% recycled electrons


_______________________________________________
--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

Reply via email to