[Asterisk-Users] asterisks talking to asterisks

Rob Lith rob at connection-telecom.com
Mon Nov 7 12:49:02 MST 2005


Wouldn't IAX be more efficient as you can trunk simultaneous calls and save
bandwidth?

Rob

On 11/7/05, Andy Kuo <akuoca at gmail.com> wrote:
>
> I do that through SIP.
>  Assuming your TX extensions are 10XX, and NJ extensons are 20XX
> On your NJ box...
> sip.conf
> [gwtx]
> type=friend
> secret=xxxxx
> host=10.11.12.13(your TX IP)
>  extensions.conf
> [toTX]
> exten => _10XX,1,Dial(SIP/${EXTEN}@10.11.12.13<SIP/$%7BEXTEN%7D at 10.11.12.13>
> )
>  On your TX box
> sip.conf
> [gwnj]
> type=friend
> secret=xxxxx
> host=20.21.22.23 <http://20.21.22.23> (your IP for your NJ gateway)
>  extensions.conf
> [toNJ]
> exten => _20XX,1,Dial(SIP/${EXTEN}@20.21.22.23<SIP/$%7BEXTEN%7D at 20.21.22.23>
> )
>  I think you should be able to do similar using IAX too.
> I don't know if this helps. I'm still quite new to Asterisk too.
>  Good Luck.
> AK
>
>  On 11/6/05, Jason Brashear <jason at austinfx.com> wrote:
> >
> > I have a request. I have a server in Texas
> > And one in NJ.
> > Is it possible for the system in Texas to log into the system in NJ so
> > that
> > Extensions can call each other?
> > -J
> >
> >
> > _______________________________________________
> > --Bandwidth and Colocation sponsored by Easynews.com<http://Easynews.com>--
> >
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> >
>
>
> _______________________________________________
> --Bandwidth and Colocation sponsored by Easynews.com <http://Easynews.com>--
>
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> 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/20051107/ebe3ce22/attachment.htm


More information about the asterisk-users mailing list