TT#178950 better description of contract usr preference ignore_cf_when_hunting

Improve description of ignore_cf_when_hunting
explicitly stating that this preference
only affects members of hunt groups when called in a hunt group context.

Change-Id: I0cfb0f8187e18f2771055866879363ee0dd4a050
mr11.0
Alessio Garzi 4 years ago
parent 974a08d119
commit c00c330a5d

@ -0,0 +1,6 @@
USE provisioning;
UPDATE voip_preferences SET
label='Ignore Call Forward when Hunting',
description='Ignore the Call Forward from a Cloud PBX subscriber when it is called within a huntgroup'
WHERE attribute='ignore_cf_when_hunting';

@ -0,0 +1,6 @@
USE provisioning;
UPDATE voip_preferences SET
label='Ignore Members Call Forwards when Hunting',
description='Ignore the Members Call Forwards from a Cloud PBX subscriber when it is called within a huntgroup'
WHERE attribute='ignore_cf_when_hunting';
Loading…
Cancel
Save