Add allow_out_foreign_domain preference.

remotes/svn/2.8
Andreas Granig 13 years ago
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…
Cancel
Save