Routing MSC Number Range to FusionPBX Extensions

AhmedYassine

New Member
Sep 29, 2025
26
1
3
44
Hi,

The MSC is sending me the number range 7800028[3-7]. I would like calls to these numbers to be routed to the 800x extensions on FusionPBX.

Could you please tell me where and how to create the dialplan in FusionPBX to route this range received from the MSC to the corresponding extensions?

Thank you.

Best regards,
 
You can probably write a custom dialplan for it to accommodate the range. Otherwise, it will be one route for each number.
 
I did it without result :
error :"UNALLOCATED_NUMBER"
name="MSC_to_8001"
destination_number" ="^780002834$">
action application="transfer" data="8001 XML default"
i have create the dialplan on the inbound
 
The other option is to the Dial Plan > Destinations and click on the Export button. This will output a spreadsheet you can use to apply spreadsheet magic to create a list of your inbound numbers and what extension should be associated with them. Then you can import the spreadsheet back into the same Destinations screen to create the one-on-one relationship for each inbound number.

Other than that, you'd have to figure out the custom inbound route dial plan to handle the conversion of the inbound number to the extension.