12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- #########
- Switch
- #########
- Switch specific default settings. These defaults will change depending if you compiled the SWITCH source or used the newest default of packages.
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | default_setting_subcategory | default_setting_name | default_setting_value | default_setting_enabled | default_setting_description |
- +===============================+========================+=======================================+===========================+===========================================+
- | bin | dir | | TRUE | Server path for bin. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | base | dir | /usr | TRUE | Server path for base. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | call_center | dir | /etc/freeswitch/autoload_configs | FALSE | Server path for Call Center. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | conf | dir | /etc/freeswitch | TRUE | Server path for Conf files. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | db | dir | /var/lib/freeswitch/db | TRUE | Server path for sqlite db files. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | dialplan | dir | /etc/freeswitch/dialplan | FALSE | Server path for xml dialplan |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | extensions | dir | /etc/freeswitch/directory | FALSE | Server path for extension directory. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | grammar | dir | /usr/share/freeswitch/grammar | TRUE | Server path for grammar xml. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | log | dir | /var/log/freeswitch | TRUE | Server path for SWITCH logs. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | mod | dir | /usr/lib/freeswitch/mod | TRUE | Server path for SWITCH mod's. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | phrases | dir | /etc/freeswitch/lang | TRUE | Server path for SWITCH xml phrases. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | recordings | dir | /var/lib/freeswitch/recordings | TRUE | Server path for SWITCH recordings. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | scripts | dir | /usr/share/freeswitch/scripts | TRUE | Server path for SWITCH scripts. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | sip_profiles | dir | /etc/freeswitch/sip_profiles | FALSE | Server path for SWITCH xml sip profiles. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | sounds | dir | /usr/share/freeswitch/sounds | TRUE | Server path for SWITCH sounds. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | storage | dir | /var/lib/freeswitch/storage | TRUE | Server path for SWITCH storage. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
- | voicemail | dir | /var/lib/freeswitch/storage/voicemail | TRUE | Server path for SWITCH voicemails. |
- +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
|