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

Reply via email to