That's exactly what I was looking for.
By the way, I discovered Local channels to fork into dialplan.

I also discovered that roundrobin policy does not work as I expected, but 
that's another story.

Thanks for help,
_fangi_


-----Messaggio originale-----
Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Chris Bagnall
Inviato: lunedì 20 febbraio 2006 20.21
A: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Oggetto: RE: [Asterisk-Users] queue behaviour

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