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

6 lines
312 B

USE provisioning;
select id into @pgid from voip_preference_groups where name = 'Cloud PBX';
insert into voip_preferences values(NULL, @pgid, 'enable_t38', 'Enable T38 Fax-over-IP', 1, 1, 1, 0, 0, 0, 0, now(), 0, 1, 'boolean', 0, 'Enable T38 Fax-over-IP via auto-provisioning if the end device supports it.');