switch.rst 6.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #########
  2. Switch
  3. #########
  4. Switch specific default settings. These defaults will change depending if you compiled the SWITCH source or used the newest default of packages.
  5. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  6. | default_setting_subcategory | default_setting_name | default_setting_value | default_setting_enabled | default_setting_description |
  7. +===============================+========================+=======================================+===========================+===========================================+
  8. | bin | dir | | TRUE | Server path for bin. |
  9. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  10. | base | dir | /usr | TRUE | Server path for base. |
  11. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  12. | call_center | dir | /etc/freeswitch/autoload_configs | FALSE | Server path for Call Center. |
  13. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  14. | conf | dir | /etc/freeswitch | TRUE | Server path for Conf files. |
  15. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  16. | db | dir | /var/lib/freeswitch/db | TRUE | Server path for sqlite db files. |
  17. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  18. | dialplan | dir | /etc/freeswitch/dialplan | FALSE | Server path for xml dialplan |
  19. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  20. | extensions | dir | /etc/freeswitch/directory | FALSE | Server path for extension directory. |
  21. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  22. | grammar | dir | /usr/share/freeswitch/grammar | TRUE | Server path for grammar xml. |
  23. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  24. | log | dir | /var/log/freeswitch | TRUE | Server path for SWITCH logs. |
  25. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  26. | mod | dir | /usr/lib/freeswitch/mod | TRUE | Server path for SWITCH mod's. |
  27. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  28. | phrases | dir | /etc/freeswitch/lang | TRUE | Server path for SWITCH xml phrases. |
  29. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  30. | recordings | dir | /var/lib/freeswitch/recordings | TRUE | Server path for SWITCH recordings. |
  31. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  32. | scripts | dir | /usr/share/freeswitch/scripts | TRUE | Server path for SWITCH scripts. |
  33. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  34. | sip_profiles | dir | /etc/freeswitch/sip_profiles | FALSE | Server path for SWITCH xml sip profiles. |
  35. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  36. | sounds | dir | /usr/share/freeswitch/sounds | TRUE | Server path for SWITCH sounds. |
  37. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  38. | storage | dir | /var/lib/freeswitch/storage | TRUE | Server path for SWITCH storage. |
  39. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+
  40. | voicemail | dir | /var/lib/freeswitch/storage/voicemail | TRUE | Server path for SWITCH voicemails. |
  41. +-------------------------------+------------------------+---------------------------------------+---------------------------+-------------------------------------------+