MT#21529 support gppX parameters for the peer

Change-Id: I67592656f54d3480be55f36a156d2e70226d74a2
changes/78/7278/2
Andrew Pogrebennyk 10 years ago committed by Andrii Pogrebennyk
parent eccba55a79
commit b3b9f2c97b

@ -0,0 +1,4 @@
use provisioning;
UPDATE voip_preferences SET peer_pref=0 WHERE attribute IN
('gpp0','gpp1','gpp2','gpp3','gpp4','gpp5','gpp6','gpp7','gpp8','gpp9');

@ -0,0 +1,4 @@
use provisioning;
UPDATE voip_preferences SET peer_pref=1 WHERE attribute IN
('gpp0','gpp1','gpp2','gpp3','gpp4','gpp5','gpp6','gpp7','gpp8','gpp9');
Loading…
Cancel
Save