John Joseph
2006-May-31 05:08 UTC
[Asterisk-Users] Zap Channels , for round-robin search and call
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 reading the manuals , I have plans to
modified the above line as
exten =>
_9X.,1,Dial(ZAP/1/${EXTEN:1}|ZAP/2/${EXTEN:1}|ZAP/3/${EXTEN:1}|ZAP/4/${EXTEN:1})
Please let me know wheter the above line , is
correct to use
I think , it will dial any one of the four
channel which is available
Please give your comments on the putting
the line
exten =>
_9X.,1,Dial(ZAP/1/${EXTEN:1}|ZAP/2/${EXTEN:1}|ZAP/3/${EXTEN:1}|ZAP/4/${EXTEN:1})
Thanks
Joseph John
___________________________________________________________
Yahoo! Messenger - with free PC-PC calling and photo sharing.
http://uk.messenger.yahoo.com
Gareth Blades
2006-May-31 06:18 UTC
[Asterisk-Users] Zap Channels , for round-robin search and call
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:1})
>
> using this , I can only dial through one of the
> port , Actually I want to dial outside using round -
> robin search
> After reading the manuals , I have plans to
> modified the above line as
>
> exten =>
>
_9X.,1,Dial(ZAP/1/${EXTEN:1}|ZAP/2/${EXTEN:1}|ZAP/3/${EXTEN:1}|ZAP/4/${EXTEN:1})
>
> Please let me know wheter the above line , is
> correct to use
> I think , it will dial any one of the four
> channel which is available
> Please give your comments on the putting
> the line
>
> exten =>
>
_9X.,1,Dial(ZAP/1/${EXTEN:1}|ZAP/2/${EXTEN:1}|ZAP/3/${EXTEN:1}|ZAP/4/${EXTEN:1})
>
> Thanks
> Joseph John
>
>
>
> ___________________________________________________________
> Yahoo! Messenger - with free PC-PC calling and photo sharing.
http://uk.messenger.yahoo.com
> _______________________________________________
> --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
Koen Van Impe
2006-May-31 06:48 UTC
[Asterisk-Users] Zap Channels , for round-robin search and call
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 (group=1).
K
On 5/31/06, John Joseph <jjk_saji@yahoo.com>
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:1})
>
> using this , I can only dial through one of the
> port , Actually I want to dial outside using round -
> robin search
> After reading the manuals , I have plans to
> modified the above line as
>
> exten =>
>
>
_9X.,1,Dial(ZAP/1/${EXTEN:1}|ZAP/2/${EXTEN:1}|ZAP/3/${EXTEN:1}|ZAP/4/${EXTEN:1})
>
> Please let me know wheter the above line , is
> correct to use
> I think , it will dial any one of the four
> channel which is available
> Please give your comments on the putting
> the line
>
> exten =>
>
>
_9X.,1,Dial(ZAP/1/${EXTEN:1}|ZAP/2/${EXTEN:1}|ZAP/3/${EXTEN:1}|ZAP/4/${EXTEN:1})
>
> Thanks
> Joseph John
>
>
>
> ___________________________________________________________
> Yahoo! Messenger - with free PC-PC calling and photo sharing.
> http://uk.messenger.yahoo.com
> _______________________________________________
> --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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20060531/db0efa76/attachment.htm