Changes

Jump to navigation Jump to search
689 bytes added ,  23:33, 21 May 2009
m
Line 120: Line 120:  
Here's the list of DB parameters:
 
Here's the list of DB parameters:
   −
*'''CdrDbName''': the name of the database for CDR. The default is asteriskcdrdb. You should let this unless you know what you're doing
+
This contrib add 3 entries in the configuration db: freepbx, dahdi and fop. Here's a description of available parameters for each entry
*'''DbName''': the name of the database for FreePBX. The default is freepbxdb. You should let this unless you know what you're doing
+
 
*'''DbPassword''': the password to access FreePBX database. A random value is generated at install time.
+
*'''freepbx'''
*'''DbUser''': the username to access both databases. Default is freepbxuser
+
**'''CdrDbName''': the name of the database for CDR. The default is asteriskcdrdb. You should let this unless you know what you're doing
*'''DeviceAndUser''': (enabled|disabled) You can enable the 'deviceanduser' display view of FreePBX. DeviceAndUser is enabled, Devices and Users will be administered seperately, and Users will be able to "login" to (adhoc) devices. If disabled Devices and Users will me administered in a single screen.
+
**'''DbName''': the name of the database for FreePBX. The default is freepbxdb. You should let this unless you know what you're doing
*'''Fop''': (enabled|disable) FOP requires a small daemon to be started. You can disable it if you don't want to use FOP.
+
**'''DbPassword''': the password to access FreePBX database. A random value is generated at install time.
*'''FopPassword''': This is the additional password for FOP. There's a first password needed to access FOP (by default, only admin is allowed). This first password is your SME account password. The second password (the onde on this db parameter) allow users to use drag/drop on the differents items (transfert call, initite a call, hangup etc...). The default password is a random generated one at install time.
+
**'''DbUser''': the username to access both databases. Default is freepbxuser
*'''ManagerPassword''': This is the asterisk manager password used by freepbx (the login is 'admin'). The default one is randomly generated at install time.
+
**'''DeviceAndUser''': (enabled|disabled) You can enable the 'deviceanduser' display view of FreePBX. DeviceAndUser is enabled, Devices and Users will be administered separately, and Users will be able to "login" to (adhoc) devices. If disabled Devices and Users will me administered in a single screen.
*'''UDPPorts''': Lists of ports used by asterisk. This settings is only usefull if you want to open asterisk on the public interface (you can also restrict it with AllowHost parameter)
+
**'''ManagerPassword''': This is the asterisk manager password used by FreePBX (the login is 'admin'). The default one is randomly generated at install time.
*'''access''': (private|public). if you want to open asterisk on the public interface, you can set this to public.
+
**'''UDPPorts''': Lists of ports used by asterisk. This settings is only useful if you want to open asterisk on the public interface (you can also restrict it with AllowHost parameter)
*'''status''': (enabled|disabled). Should asterisk (with FreePBX provided helper script) should be started automatically.
+
**'''access''': (private|public). if you want to open asterisk on the public interface, you can set this to public.
 +
**'''status''': (enabled|disabled). Should asterisk (with FreePBX provided helper script) should be started automatically.
 +
 
 +
*'''fop'''
 +
**'''status''': (enabled|disabled) Should we start the FOP server with FreePBX ?
 +
**'''Password''': This is the additional password for FOP. There's a first password needed to access FOP (by default, only admin is allowed). This first password is your SME account password. The second password (the onde on this db parameter) allow users to use drag/drop on the different items (transfer call, initiate a call, hangup etc...). The default password is a random generated one at install time.
 +
**'''TCPPort''': This is the TCP port used for the communication between the flash applet and FOP daemon. The default is 4445
 +
**'''access''': The default is to allow only connections from the local network. You can allow external IP if you configure '''public''' here (and if you do so, you should limit this access to a list of IP using the AllowHost key)
 +
 
 +
*'''dahdi'''
 +
*'''status''': (enabled|disabled) You should let this to enabled, even if you don't have any hardware card because some functions (like meetme) requires the dahdi_dummy driver to be loaded.
    
=== Uninstall ===
 
=== Uninstall ===

Navigation menu