diff --git a/db_scripts/diff/15200.down b/db_scripts/diff/15200.down new file mode 100644 index 00000000..5536b663 --- /dev/null +++ b/db_scripts/diff/15200.down @@ -0,0 +1,3 @@ +USE provisioning +UPDATE voip_preferences SET description='Force calls from this user/domain/peer to be routed to PSTN even if the callee is local. Use with caution, as this setting may increase your costs! When enabling this option in a peer, make sure you trust it, as the NGCP will become an open relay for it!' +WHERE attribute='force_outbound_calls_to_peer'; \ No newline at end of file diff --git a/db_scripts/diff/15200.up b/db_scripts/diff/15200.up new file mode 100644 index 00000000..83f4b589 --- /dev/null +++ b/db_scripts/diff/15200.up @@ -0,0 +1,3 @@ +USE provisioning +UPDATE voip_preferences SET description='Force calls from this user/domain/peer to be routed to the peering servers after optional check of called number (if offline, non-local user or user of another customer). To enable peer relay set to "If callee is not local" or "Always" on the originating peer. Use with caution, as this setting may increase your costs!' +WHERE attribute='force_outbound_calls_to_peer'; \ No newline at end of file