mirror of https://github.com/sipwise/db-schema.git
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: I0cfb0f8187e18f2771055866879363ee0dd4a050mr11.0
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…
Reference in new issue