MT#33031 New call limits prefs at reseller level

The following preferences are now available for resellers

- concurrent_max_total
- concurrent_max_out_total
- concurrent_max
- concurrent_max_out
- concurrent_max_in_total
- concurrent_max_in

Change-Id: Idac41f416ac1c46244cf09c03f335f02a6f776f7
mr11.4
Alessio Garzi 3 years ago
parent 368a7b4782
commit 074bb9ce98

@ -0,0 +1,3 @@
USE provisioning;
UPDATE voip_preferences SET reseller_pref='0' WHERE attribute IN ('concurrent_max_total','concurrent_max_out_total','concurrent_max','concurrent_max_out','concurrent_max_in_total','concurrent_max_in');

@ -0,0 +1,3 @@
USE provisioning;
UPDATE voip_preferences SET reseller_pref='1' WHERE attribute IN ('concurrent_max_total','concurrent_max_out_total','concurrent_max','concurrent_max_out','concurrent_max_in_total','concurrent_max_in');
Loading…
Cancel
Save