MT#10543 Add enable_t38 preference.

Change-Id: I442347314051876ca80a24df04443d61c353e90d
changes/15/615/1
Andreas Granig 11 years ago
parent f1d2814e81
commit a35672e47c

@ -0,0 +1,5 @@
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.');
Loading…
Cancel
Save