From 6b014317178c46efcc5df7696a2e559b508ea715 Mon Sep 17 00:00:00 2001 From: Marco Capetta Date: Fri, 22 Feb 2019 15:35:58 +0100 Subject: [PATCH] TT#49259 Fix mysql query of 15513.up script Change-Id: I4baf395142040694019e35bead1f5f07203599cd --- db_scripts/diff/15513.up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_scripts/diff/15513.up b/db_scripts/diff/15513.up index f7dc4f16..b355041f 100644 --- a/db_scripts/diff/15513.up +++ b/db_scripts/diff/15513.up @@ -48,6 +48,6 @@ internal = 0, expose_to_customer = 0, data_type = "string", read_only = 0, -description = "Contains a list of the announcements that will be played to the caller in case the respective error code is returned back from the callee. Each entry of the list has to be a string composed in the following way: ;, where error_code is the SIP return code and the announcement_name is name of the announcement taken from the sound_set list. "*", "?" and "x-y" with "x" and "y" representing numbers from 0 to 9 may be used as wildcards like in shell patterns. For example, to play callee_unknown message in case of 404 returned from the callee: 404;callee_unknown"; +description = "Contains a list of the announcements that will be played to the caller in case the respective error code is returned back from the callee. Each entry of the list has to be a string composed in the following way: ;, where error_code is the SIP return code and the announcement_name is name of the announcement taken from the sound_set list. '*', '?' and 'x-y' with 'x' and 'y' representing numbers from 0 to 9 may be used as wildcards like in shell patterns. For example, to play callee_unknown message in case of 404 returned from the callee: 404;callee_unknown"; commit;