@lunamoon wrote:
I am trying to setup an IAX trunk between a FreePBX instance (10.0.30.200, pbx1) and an Asterisk instance (10.0.30.201, pbx2).
FreePBX has an IAX trunk setup with the outgoing being:
username=pbx1
type=peer
host=10.0.30.201
secret=redacted
context=from-trunk
qualify=yes
disallow=all
allow=ulawAnd the ingoing being:
type=user
secret=redacted
host=10.0.30.201
context=from-internal
disallow=all
allow=ulawOn my asterisk instance, the relevant config in iax.conf is the following:
[pbx2]
username=pbx2
type=peer
host=10.0.30.200
secret=redacted
context=from-trunk
disallow=all
allow=ulaw[pbx1]
type=user
secret=redacted
host=10.0.30.200
context=from-internal
disallow=all
allow=ulawAll I see on my freepbx is that the trunk is unreachable. There are no logs in asterisk.
pbx1/pbx1 10.0.30.201 (S) 255.255.255.255 4569 UNREACHABLEI have no idea where to go from here, I have tried SIP trunks, register strings and nothing is working. How can I get this to work?
Posts: 2
Participants: 2