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/[EMAIL PROTECTED])
On your TX box
sip.conf
[gwnj]
type=friend
secret=xxxxx
host=20.21.22.23 (your IP for your NJ gateway)
extensions.conf
[toNJ]
exten => _20XX,1,Dial(SIP/[EMAIL PROTECTED])
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 <[EMAIL PROTECTED]> 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 --
Asterisk-Users mailing list
[email protected]
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 --
Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
