@a5t1 wrote:
I have one main freepbx system (SIP trunk only) (FreePBX 13.0.192.8) "system A" with an ip of 172.29.122.117
I have deployed a second freepbx system at another site, "system B" has an IP of 172.29.126.6
These two systems are connected via VPNs and can both ping each other.
I've tried creating an IAX trunk between the two:
System A:
name=System2
host=172.29.126.6
username=System1
secret=password
type=friend
qualify=yes
context=from-internalSystemB:
name:System1
host=172.29.122.117
username=System2
secret=password
type=friend
qualify=yes
context=from-internalOn system B typed in:
iax2 show peer System1
- Name : System1
Description :
Secret :
Context : from-internal
Parking lot :
Mailbox :
Dynamic : No
Callnum limit: 0
Calltoken req: No
Trunk : Yes
Encryption : No
Callerid : "" <>
Expire : -1
ACL : No
Addr->IP : 172.29.122.117 Port 4569
Defaddr->IP : (null) Port (null)
Username : System2
Codecs : (gsm|ulaw|alaw)
Codec Order : (ulaw|alaw|gsm)
Status : UNREACHABLE
Qualify : every 60000ms when OK, every 10000ms when UNREACHABLE (sample smoothing Off)System A shows the same thing.
When running tcpdump on port 4569 I see traffic between both PBXs. Any ideas on where to go from here?
Posts: 1
Participants: 1