[asterisk-users] Macro to Dial a Channel Group using Round-robin

2011-07-20 Thread Antonio Modesto
Good morning, I am writing a Asterisk dialplan from scratch (for learning and testing purposes), but i'm having trouble with a algorithm to dial a SIP group using round-robin. I want that asterisk dial the member of the group in a circular way, until the call be answered. For example, i have t

Re: [asterisk-users] Macro to Dial a Channel Group using Round-robin

2011-07-20 Thread Adolphe Cher-Aime
Try using local channel to accomplish that. by example : you have 2 phones in the group and want to dial those phones in the following fashion. Dial phone 1 first after 15 sec if phone1 does not pickup dial phone2 : [group-call] exten => group1,Dial(Local/phone1@group-call&Local

Re: [asterisk-users] Macro to Dial a Channel Group using Round-robin

2011-07-20 Thread A J Stiles
On Wednesday 20 Jul 2011, Antonio Modesto wrote: > I am writing a Asterisk dialplan from scratch (for learning and > testing purposes), but i'm having trouble with a algorithm to dial a SIP > group using round-robin. I want that asterisk dial the member of the > group in a circular way, until t

Re: [asterisk-users] Macro to Dial a Channel Group using Round-robin

2011-07-20 Thread Antonio Modesto
Oh man, so easy, thank you very much! -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello as