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/diff/15021.up

14 lines
509 B

USE provisioning;
UPDATE voip_preferences SET
label='System Sound Set',
description='Sound Set used for system prompts like error announcements etc.'
WHERE attribute = 'sound_set';
INSERT INTO voip_preferences VALUES(
NULL, (SELECT id from voip_preference_groups where name = 'NAT and Media Flow Control'), 'contract_sound_set', 'Customer Sound Set',
1, 1, 1, 0, 0, now(), 0, 1, 'int', 0,
'Customer specific Sound Set used for PBX auto-attendant prompts, customer-specific announcements etc.'
);