mirror of https://github.com/sipwise/db-schema.git
parent
b3687ab724
commit
329a188395
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
DELETE FROM voip_preferences WHERE attribute='allow_out_foreign_domain';
|
||||
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
INSERT INTO voip_preferences VALUES (NULL, 'allow_out_foreign_domain', 1, 1, 1, 1, 0, now(), 0, 'boolean', 0, 'Allow outbound calls of local subscribers to foreign domains');
|
||||
Loading…
Reference in new issue