TT#67851 Add 'max_call_duration' to customer preferences

Change-Id: Ie99f5a97f12961587711590eec411eabe8dd4706
changes/54/33854/1
Marco Capetta 6 years ago
parent 1c7859d1e6
commit 3d67b19cc5

@ -0,0 +1,3 @@
USE provisioning;
update voip_preferences set contract_pref = 0 where attribute = "max_call_duration";

@ -0,0 +1,3 @@
USE provisioning;
update voip_preferences set contract_pref = 1 where attribute = "max_call_duration";
Loading…
Cancel
Save