voicemail.rst 6.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ##########
  2. Voicemail
  3. ##########
  4. Voicemail specific default settings.
  5. +-------------------------------+------------------------+-------------------------+---------------------------+----------------------------------------------------------------------------------------------+
  6. | Default Setting Subcategory | Default Setting Name | Default Setting Value | Default Setting Enabled | Default Setting Description |
  7. +===============================+========================+=========================+===========================+==============================================================================================+
  8. | voicemail_file | text | attach | true | Define whether to attach voicemail files to email notifications, or only include a link. |
  9. +-------------------------------+------------------------+-------------------------+---------------------------+----------------------------------------------------------------------------------------------+
  10. | keep_local | boolean | true | true | Define whether to keep voicemail files on the local system after sending attached via email. |
  11. +-------------------------------+------------------------+-------------------------+---------------------------+----------------------------------------------------------------------------------------------+
  12. | storage_type | text | base64 | false | Define which storage type (base_64 stores in the database). |
  13. +-------------------------------+------------------------+-------------------------+---------------------------+----------------------------------------------------------------------------------------------+
  14. | message_max_length | numeric | 300 | true | Maximum length of a voicemail (in seconds). |
  15. +-------------------------------+------------------------+-------------------------+---------------------------+----------------------------------------------------------------------------------------------+
  16. | password_length | numeric | 8 | true | The default length of characters in a voicemail password. |
  17. +-------------------------------+------------------------+-------------------------+---------------------------+----------------------------------------------------------------------------------------------+
  18. | display_domain_name | boolean | true | false | Enable display of @domain_name after voicemail_id when rendering emails. |
  19. +-------------------------------+------------------------+-------------------------+---------------------------+----------------------------------------------------------------------------------------------+
  20. | remote_access | boolean | false | true | Allow access to the voicemail menu with the correct voicemail password. |
  21. +-------------------------------+------------------------+-------------------------+---------------------------+----------------------------------------------------------------------------------------------+
  22. | message_order | text | asc | true | Set message order to asc to play oldest message first or desc to play newest message first. |
  23. +-------------------------------+------------------------+-------------------------+---------------------------+----------------------------------------------------------------------------------------------+
  24. | password_complexity | boolean | true | false | Enforce voicemail password complexity. |
  25. +-------------------------------+------------------------+-------------------------+---------------------------+----------------------------------------------------------------------------------------------+
  26. | password_min_length | numeric | 4 | false | Minimum voicemail password length. |
  27. +-------------------------------+------------------------+-------------------------+---------------------------+----------------------------------------------------------------------------------------------+
  28. | smtp_from | text | | true | SMTP From: specific to Voicemail. |
  29. +-------------------------------+------------------------+-------------------------+---------------------------+----------------------------------------------------------------------------------------------+
  30. | smtp_from_name | text | | true | SMTP From: Name specific to Voicemail. |
  31. +-------------------------------+------------------------+-------------------------+---------------------------+----------------------------------------------------------------------------------------------+
  32. | not_found_message | boolean | false | true | Default for not found message. |
  33. +-------------------------------+------------------------+-------------------------+---------------------------+----------------------------------------------------------------------------------------------+
  34. | greeting_max_length | numeric | 90 | true | Maximum length of a voicemail greeting (in seconds). |
  35. +-------------------------------+------------------------+-------------------------+---------------------------+----------------------------------------------------------------------------------------------+