mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add. force_ping option for extension (#1809)
* Add. `force_ping` option for extension This option force FS send SIP OPTIONS message to detect if this reged device still available. * Update language file.
This commit is contained in:
committed by
FusionPBX
parent
390cfd09e2
commit
065a04ccb2
@@ -132,6 +132,10 @@
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "extension_registered";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "extension_force_ping";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
|
||||
|
||||
//schema details
|
||||
@@ -413,7 +417,10 @@
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "force_ping";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
|
||||
|
||||
$y = 1; //table array index
|
||||
|
||||
Reference in New Issue
Block a user