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 <[EMAIL PROTECTED]> 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

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