Update app_config.php (#5342)
* Update app_config.php Description: It configures whether to use audio encryption service. CFG Configuration: account.x.srtp_encryption Valid Value: (0-Disabled;1-Optional;2-Compulsory) Optional: The phone will negotiate with the other phone what type of encryption to use for the session. Compulsory: The phone must use SRTP during a call.
This commit is contained in:
parent
0bdf2a7abe
commit
758f38d664
|
|
@ -109,7 +109,7 @@
|
|||
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_value'] = "0";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_description'] = "0-Disabled (default), 1-Forced, 2-Negotiate";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_description'] = "0=Disabled, 1=Optional, 2=Compulsory";
|
||||
$y++;
|
||||
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "f0704072-c3d9-48df-b89b-2aea6035b3c4";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
|
||||
|
|
|
|||
Loading…
Reference in New Issue