fusionpbx/app/extensions
Edson Lopes Filho f60aebd7a8
Fixing SRTP Feature on Default Settings Value Dial_String
1-It properly fixs SRTP feature on TLS enabled environment. It includes new dial_string value on /app/extension/app_config.php and then autogenerated /etc/fusionpbx/config.lua file would be created with properly dial_string values too on installation process (scripts.php).   
2-It also solves issue when Endpoint register with uppercase "TLS" protocol instead lowercase "tls". Regex is case sensitive,rtp_secure_media variable would never turn true with TLS Contact uppercase cases! 
3- It still accepts transport in lowercase "tls" transport ambient.
4- Now, every outbound INVITE to a TLS or tls endpoint Contact would receive crypto options inside SDP messages. Endpoints with compulsory SRTP feature enable should work ok now.
2023-08-31 11:51:55 -03:00
..
resources Prevent PHP 8.1 warnings 2023-07-13 17:00:47 -06:00
app_config.php Fixing SRTP Feature on Default Settings Value Dial_String 2023-08-31 11:51:55 -03:00
app_defaults.php Update the extension_type when the value is null 2023-07-13 18:29:12 -06:00
app_languages.php Add extension_type options: default, virtual 2023-07-13 17:11:07 -06:00
app_menu.php Update translations (#6682) 2023-05-10 18:20:44 -06:00
extension_copy.php Add extension_type options: default, virtual 2023-07-13 17:11:07 -06:00
extension_download.php Use magic constant dir (#6711) 2023-06-15 11:28:23 -06:00
extension_edit.php Hide device information If the extension type is virtual 2023-07-13 21:40:43 -06:00
extension_imports.php Use magic constant dir (#6711) 2023-06-15 11:28:23 -06:00
extensions.php Extensions - List: Hide Call Group if no permission to view. 2023-07-31 22:37:37 +00:00