From ee1313eda889ffae7f51d7be04d3b7ec2c79c24a Mon Sep 17 00:00:00 2001 From: Andrew Pogrebennyk Date: Tue, 27 Oct 2015 13:59:18 +0100 Subject: [PATCH] MT#16033 Improve preference description for "force_outbound_calls_to_peer" Change-Id: I53b3815de8e0998d71c76dc91ccdb692f39b7b65 --- db_scripts/diff/15200.down | 3 +++ db_scripts/diff/15200.up | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 db_scripts/diff/15200.down create mode 100644 db_scripts/diff/15200.up 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