MT#5065 codecs_list and codecs_filter not used as peer preferences.

Change-Id: I2f995150a1fef2a48e0575b71e5272a090b296f9
changes/54/7654/2
Jozef Kenyeres 10 years ago
parent a8f16c5b07
commit b55fde3a4a

@ -0,0 +1,8 @@
SET AUTOCOMMIT=0;
USE provisioning;
UPDATE voip_preferences SET peer_pref = 0 where attribute='codecs_list';
UPDATE voip_preferences SET peer_pref = 0 where attribute='codecs_filter';
COMMIT;
Loading…
Cancel
Save