You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/base/4496.up

9 lines
572 B

INSERT INTO provisioning.voip_preferences
(attribute, type, data_type, max_occur, description)
VALUES('block_out_override_pin', 0, 'string', 1,
'A PIN code which may be used in a VSC to disable the outgoing user block list and NCOS level for a call.');
INSERT INTO provisioning.voip_preferences
(attribute, type, data_type, max_occur, description)
VALUES('adm_block_out_override_pin', 0, 'string', 1,
'Same as "block_out_override_pin" but additionally disables the administrative block list and NCOS level.');