[Asterisk-Users] Connecting Asterisks via SIP

Marcin Okraszewszki okrasz_news at o2.pl
Wed Mar 2 07:15:12 MST 2005


OK, finally I made it working. And it works also with version 1.0.5. The 
configuration:

PBX1 (10.1.3.207)
==============
sip.conf
----------
[pbx]
type=friend
username=pbx
secret=pbx
host=10.1.3.204

extensions.conf
--------------------
exten => 113,1, Dial(SIP/adamo,10,t)
exten => 158,1, Dial(SIP/okrasz,10,t)
exten => _2XX,1, Dial(SIP/pbx/${EXTEN})

PBX2 (10.1.3.204)
==============
sip.conf
----------
[pbx]
type=friend
username=pbx
secret=pbx
host=10.1.3.207

extensions.conf
--------------------
exten => 213,1, Dial(SIP/adamo2,10,t)
exten => 258,1, Dial(SIP/okrasz2,10,t)
exten => _1XX,1, Dial(SIP/pbx/${EXTEN})


Maybe someone will find if he needs it :)

Regards
Marcin Okraszewski



More information about the asterisk-users mailing list