<div>depending on your zapata.conf file, you should use </div>
<div> </div>
<div>exten => _9X.,1,Dial(Zap/r1/${EXTEN:1})</div>
<div> </div>
<div>The little 'r' means round robin, starting at the next highest channel than last time.</div>
<div>Have a look in extensions.conf from the samples for more options.</div>
<div>Make sure you have your 4 channels in one group (group=1).</div>
<div>K</div>
<div><br><br> </div>
<div><span class="gmail_quote">On 5/31/06, <b class="gmail_sendername">John Joseph</b> <<a href="mailto:jjk_saji@yahoo.com">jjk_saji@yahoo.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi<br> I am using a 4FXO , TDM400P card<br> I am able to call outside , after modifiying<br>extensions.conf
<br>with<br><br> exten => _9X.,1,Dial(ZAP/1/${EXTEN:1})<br><br> using this , I can only dial through one of the<br>port , Actually I want to dial outside using round -<br>robin search<br> After reading the manuals , I have plans to
<br>modified the above line as<br><br>exten =><br>_9X.,1,Dial(ZAP/1/${EXTEN:1}|ZAP/2/${EXTEN:1}|ZAP/3/${EXTEN:1}|ZAP/4/${EXTEN:1})<br><br> Please let me know wheter the above line , is<br>correct to use<br> I think , it will dial any one of the four
<br>channel which is available<br> Please give your comments on the putting<br>the line<br><br>exten =><br>_9X.,1,Dial(ZAP/1/${EXTEN:1}|ZAP/2/${EXTEN:1}|ZAP/3/${EXTEN:1}|ZAP/4/${EXTEN:1})<br><br> Thanks
<br> Joseph John<br><br><br><br>___________________________________________________________<br>Yahoo! Messenger - with free PC-PC calling and photo sharing. <a href="http://uk.messenger.yahoo.com">http://uk.messenger.yahoo.com
</a><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:
<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>