Difference between revisions of "Multi-Tenant"
From FusionPBX
(Created page with "Mutli-tenant is done using Fully Qualified domain names. Often sub-domains are used. The domains help separate the information between tenants. The domains need to be pointed to ...") |
(→Advanced -> System Settings) |
||
Line 2: | Line 2: | ||
==Advanced -> System Settings== | ==Advanced -> System Settings== | ||
− | To setup multi-tenant | + | To setup multi-tenant all domains under advanced -> system settings need to use the following convention. |
+ | The paths below assumes that the FreeSWITCH conf directory is installed to /usr/local/freeswitch/conf/ | ||
'''Set the paths''' | '''Set the paths''' | ||
− | + | Extensions Directory: | |
/usr/local/freeswitch/conf/directory/example1.domain.com | /usr/local/freeswitch/conf/directory/example1.domain.com | ||
− | + | Dialplan Public Directory: | |
/usr/local/freeswitch/conf/dialplan/example1.domain.com | /usr/local/freeswitch/conf/dialplan/example1.domain.com | ||
− | + | Recordings Directory: | |
/usr/local/freeswitch/recordings/example1.domain.com | /usr/local/freeswitch/recordings/example1.domain.com |
Revision as of 16:23, 28 June 2011
Mutli-tenant is done using Fully Qualified domain names. Often sub-domains are used. The domains help separate the information between tenants. The domains need to be pointed to the FusionPBX server.
Advanced -> System Settings
To setup multi-tenant all domains under advanced -> system settings need to use the following convention. The paths below assumes that the FreeSWITCH conf directory is installed to /usr/local/freeswitch/conf/
Set the paths
Extensions Directory:
/usr/local/freeswitch/conf/directory/example1.domain.com
Dialplan Public Directory:
/usr/local/freeswitch/conf/dialplan/example1.domain.com
Recordings Directory:
/usr/local/freeswitch/recordings/example1.domain.com