TT#180900 Update label/desc of pref 'cloud_pbx_hunt_timeout'

Remove 'serial' from the label and description  of
'cloud_pbx_hunt_timeout' as this preference can now also
be used for parallel groups.

Change-Id: I66a51a5dddd9b872d97b2ec3de36ce79524abce6
mr11.0
Antoine Lingat 4 years ago
parent c48aae5842
commit 54bb403412

@ -0,0 +1,7 @@
SET AUTOCOMMIT=0;
USE provisioning
UPDATE voip_preferences SET label = 'CloudPBX Serial Hunt Timeout', description = 'The serial timeout for hunting in PBX hunt groups.' WHERE attribute = 'cloud_pbx_hunt_timeout';
COMMIT;

@ -0,0 +1,7 @@
SET AUTOCOMMIT=0;
USE provisioning;
UPDATE voip_preferences SET label = 'CloudPBX Hunt Timeout', description = 'The timeout for hunting in PBX hunt groups.' WHERE attribute = 'cloud_pbx_hunt_timeout';
COMMIT;
Loading…
Cancel
Save