Re: [Asterisk-Users] Zap Channels , for round-robin search and call

2006-05-31 Thread Koen Van Impe
depending on your zapata.conf file, you should use   exten => _9X.,1,Dial(Zap/r1/${EXTEN:1})   The little 'r' means round robin, starting at the next highest channel than last time. Have a look in extensions.conf from the samples for more options. Make sure you have your 4 channels in one group (g

Re: [Asterisk-Users] Zap Channels , for round-robin search and call

2006-05-31 Thread Gareth Blades
Why not just define a group and use :- exten => _9X.,1,Dial(ZAP/g1/${EXTEN:1}) On Wed, 2006-05-31 at 13:08, John Joseph wrote: > Hi >I am using a 4FXO , TDM400P card >I am able to call outside , after modifiying > extensions.conf > with > >exten => _9X.,1,Dial(ZAP/1/${EXTEN:

[Asterisk-Users] Zap Channels , for round-robin search and call

2006-05-31 Thread John Joseph
Hi I am using a 4FXO , TDM400P card I am able to call outside , after modifiying extensions.conf with exten => _9X.,1,Dial(ZAP/1/${EXTEN:1}) using this , I can only dial through one of the port , Actually I want to dial outside using round - robin search After re