Inbound Route from Gateway

ashy

New Member
Jan 7, 2026
1
0
0
26
Hey! I have two PBXs - Fusion PBX and FreePBX. I need to be able to call between them though SIP Trunk (Gateway).
They are connected through Wireguard VPN. We need to call to a numbers in range of extensions (0000 to 9999). I can`t understand how to configure Inbound routes on FusionPBX side. If I create a Destination and put number 6666 to a destination field and action transfer 6666 XML domain.name, call are working only for this number (which is obviously). I want to create one inbound route to call number range, without creating routes for every extension. Is there a way to do this?
 
Hi,
in Dialplan Conditions :

In Conditions section click Add.
Field: destination_number
Expression: ^7[0-9]{4}$
In Actions section click Add.
Fill:
Type: transfer
Data: $1 XML ${FreePBX.domain}
Save and Apply

1773565270352.png}