mirror of https://github.com/sipwise/db-schema.git
Must be 0 for string-key/string-val instead of 1 for string-key/int-val, otherwise kamailio complains about invalid int parameter in lua script. Change-Id: I3421f3706efab9703fb046e0c6981785bb4bc696changes/39/27739/1
parent
e520b458b1
commit
50529552a1
@ -0,0 +1,4 @@
|
||||
USE provisioning;
|
||||
|
||||
UPDATE voip_preferences
|
||||
SET type = 1 WHERE attribute = 'location_from_subscriber_mode';
|
@ -0,0 +1,4 @@
|
||||
USE provisioning;
|
||||
|
||||
UPDATE voip_preferences
|
||||
SET type = 0 WHERE attribute = 'location_from_subscriber_mode';
|
Loading…
Reference in new issue