7 digit dialing with local numbers

ephb

New Member
Jan 12, 2026
5
0
1
25
What are the necessary steps to enable 7 digit dialing to local area codes? I am new to FPBX so any help would be appreciated.
 
Create a new dialplan like this (order 100). In my example, it's for area code 909. Regex could be better, but this one would work just fine.



1776889050050.png
 
I wrote a short one like this, It works great for 518, but it is not working for 260, even when I change the action Transfer part.
1776965240454.png
 
Your REGEX is not working. You should use mine. Also, your proposed solution will have the call go through the dialplan twice instead of once before it reached the bridge command
 
OK, thanks. I'll give it a try. Is there any settings that have to be correct on FusionPBX in order for this dialplan to work?
 
You posted your question in the FS PBX subforum, not FusionPBX. It's important to note that these are two distinct products. FS PBX was forked from FusionPBX and redesigned for everyday use, with a new admin portal. Overall, it's a more mature product for daily PBX management. More information is available at www.fspbx.com.

Since Dialplan is managed by Freeswitch, my previous answer still applies to both systems. However, I cannot respond to your last question specifically about FusionPBX.
 
With some trial and error I got it.
Is there an effective way to copy a dial translation and paste it over to another domain?