[Asterisk-Users] IAX2 Trunking help!

Tony Nichols tony at mail.applog.com
Tue Jun 22 06:34:44 MST 2004


I'm trying to get two * boxes to talk.... no matter what variation I try
I get No Authority Found and connection refused from 192.168.1.5

I've googled, I've site searched.... to no avail.

Here is the server a configs (192.168.1.5):

iax.conf
[general]
port=5036
bandwidth=low
disallow=all
allow=gsm

jitterbuffer=yes
tos=lowdelay

register => pbx:test at 192.168.2.2

[pbx]
type=peer
host=dynamic
trunk=yes
secret=test
qualify=yes

extensions.conf
[globals]
TRUNKP=IAX2/pbx:test at 192.168.2.2               ; princeton aix trunk
; iax princeton bridge
exten => _2XX,1,Dial(${TRUNKP}/${EXTEN})


Server b config (192.168.2.2):
iax.conf
[general]
port=5036
bandwidth=low
disallow=all
allow=gsm
jitterbuffer=yes
tos=lowdelay

register => pbx:test at 192.168.1.5

[pbx]
type=peer
host=dynamic
trunk=yes
secret=test
qualify=yes

I've tried adding a username=, removing dynamic, adding defaultip=
All have failed.

I'm using cvs head from yesterday. My network is a vpn with a cisco 2600
at site a, and a cisco pix 501 at site b. I have perfect connectivity
between the sites (2 t1's at site a - 1 t1 at site b).

t o n y




More information about the asterisk-users mailing list