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/15075.up

5 lines
281 B

USE provisioning;
select id into @vpid from voip_preference_groups where name = 'Cloud PBX';
insert into voip_preferences values(NULL, @vpid, 'cloud_pbx_ext', 'Extension of CloudPBX Subscriber', 0, 1, 1, 0, 0, 0, now(), 1, 0, 'string', 0, 'The extension for the PBX subscriber');