Since FusionPBX 3.8 it is possible to share dial plans among the tenants. For example, you can put an outbound route with a dialplan that catches all the routing to the PSTN network. Instead of adding that dialplan in all your tenants (which is a huge work especially if you have many tenants), you can configure only one dialplan and tell FusionPBX it is a shared one.
To make any dialplan shared, follow these steps:
- Edit your dialplan
- Change the context value by ${domain_name}, since FusionPBX 4.5 you can use global
- Change domain value by Global
And you are done. Remember FusionPBX uses caching, so maybe you will need to flush it.
Enjoy!