Difference between revisions of "Ring Groups"
(→Installation) |
(→Installation) |
||
Line 22: | Line 22: | ||
* password: use the database password | * password: use the database password | ||
− | After saving the | + | After saving the FusionPBX ODBC DSN information in Advanced -> Databases it will create a config.lua script. You can view the config.lua file with the script editor. To get to the script edit use the menu navigate to Advanced -> Script Editor. From the script editor look in the resources directory. Click on the config.lua you should see the information you provided in the Databases tool. If you are looking for the config.lua file from the file system its in the freeswitch/scripts/resources directory. |
===Troubleshooting=== | ===Troubleshooting=== | ||
To troubleshoot ring groups should check the freeswitch cli to see if you are getting errors. | To troubleshoot ring groups should check the freeswitch cli to see if you are getting errors. |
Revision as of 02:16, 15 December 2012
Menu: Apps -> Ring Groups
Ring Groups can be set up to ring multiple registered endpoints.
Installation
Ring groups use the database to get the list of destinations to call on demand.
SQlite databases can be read natively. MySQL and Postgres require ODBC.
Setup ODBC according to: http://wiki.freeswitch.org/wiki/Using_ODBC_in_the_core
Create an ODBC connection for the FusionPBX database. Usually give the DSN name fusionpbx.
In FusionPBX go to the menu Advanced -> Databases.
- Driver: odbc
- Type: mysql or postgres
- Name: fusionpbx (the name of the ODBC DSN)
- username: use the database username
- password: use the database password
After saving the FusionPBX ODBC DSN information in Advanced -> Databases it will create a config.lua script. You can view the config.lua file with the script editor. To get to the script edit use the menu navigate to Advanced -> Script Editor. From the script editor look in the resources directory. Click on the config.lua you should see the information you provided in the Databases tool. If you are looking for the config.lua file from the file system its in the freeswitch/scripts/resources directory.
Troubleshooting
To troubleshoot ring groups should check the freeswitch cli to see if you are getting errors.