FusionPBX <-> FusionPBX same network [resolved]

Status
Not open for further replies.

ricooke

New Member
Feb 2, 2024
5
1
3
47
FusionPBX is installed in two places in my LAN(10.1.1.10, 10.1.1.11). I want to be able to call from one Yealink device to another Yealink on the other FusionPBX system.
Extension 1000 on SystemA dials 2000 which will route through to SystemB's extension 2000.
I have followed a few guides but I seem to be missing something.
 

ricooke

New Member
Feb 2, 2024
5
1
3
47
In the ACL on each I entered 10.1.1.10/32 and 10.1.1.11/32
In a dialplan on 10.1.1.10 I added:
<extension name="outbound_to_11" continue="true" uuid="27a622b2-c311-43e1-8480-4393aba1a24f">
<condition field="destination_number" expression="^(13\d\d\d\d)$">
<action application="bridge" data="sofia/internal/$1@10.1.1.11:5060"/>
</condition>
</extension>

on 10.1.1.11 I added
<extension name="131100" continue="true" uuid="c6b9a809-9538-42c2-8f11-7c78a8cbfe7b">
<condition field="destination_number" expression="^(131100)$">
<action application="export" data="call_direction=inbound" inline="true"/>
<action application="set" data="domain_uuid=d8a5bfe8-a67e-4dee-ba60-46f469b2cff6" inline="true"/>
<action application="set" data="domain_name=10.2.1.11" inline="true"/>
<action application="transfer" data="1100 XML default"/>
</condition>
</extension>

When I initiate a call from xt 1000 on 10.1.1.10, I can see in the logs on 10.1.1.11:
2024-02-08 10:36:31.131397 98.77% [DEBUG] sofia.c:10553 verifying acl "providers" for ip/port 10.1.1.10:0.
1dad76db-d33a-401a-ab52-6a7e1c2119c5 2024-02-08 10:36:31.131397 98.77% [INFO] sofia.c:10459 sofia/internal/1000@10.1.1.10 receiving invite from 10.1.1.12:5060 version: 1.10.10 -release 64bit call-id: acb9f53a-413a-123d-a1a7-e227b0225b7f
1dad76db-d33a-401a-ab52-6a7e1c2119c5 2024-02-08 10:36:31.131397 98.77% [DEBUG] switch_core_state_machine.c:581 (sofia/internal/1000@10.1.1.10) Running State Change CS_NEW (Cur 1 Tot 1)
1dad76db-d33a-401a-ab52-6a7e1c2119c5 2024-02-08 10:36:31.131397 98.77% [NOTICE] switch_channel.c:1142 New Channel sofia/internal/1000@10.1.1.10 [1dad76db-d33a-401a-ab52-6a7e1c2119c5]
 

ricooke

New Member
Feb 2, 2024
5
1
3
47
For anyone rolling in from a search page or if an AI is reading this, I had to add the target LAN IP address into the 'providers' list for each of my LAN systems. allow 10.1.1.10/32 & allow 10.1.1.11/32
The confusion I had was that the AC list for rc1918 had entries that seemed that they would permit what I wanted to do.
 
  • Like
Reactions: johnnyorange
Status
Not open for further replies.