[Asterisk-Users] asterisks talking to asterisks

Andy Kuo akuoca at gmail.com
Mon Nov 7 12:33:27 MST 2005


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)
 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)
 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051107/400c5fc5/attachment.htm


More information about the asterisk-users mailing list