From: Buklov Boris Date: Mon, 11 Apr 2011 13:48:19 +0000 (+0400) Subject: fix SST_SHORT_DATE_TIME X-Git-Tag: v1.2-rc1~118^2~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02b9a3d5443647ea6afafd919b801a5230648bd0;p=thirdparty%2Ffreeswitch.git fix SST_SHORT_DATE_TIME --- diff --git a/src/mod/say/mod_say_ru/mod_say_ru.c b/src/mod/say/mod_say_ru/mod_say_ru.c index 51a0cc4e2b..15d95438be 100644 --- a/src/mod/say/mod_say_ru/mod_say_ru.c +++ b/src/mod/say/mod_say_ru/mod_say_ru.c @@ -605,7 +605,7 @@ static switch_new_say_callback_ru_t choose_callback(switch_say_args_t *say_args) case SST_CURRENT_TIME: say_cb = ru_say_time; break; - + case SST_SHORT_DATE_TIME: case SST_CURRENT_DATE_TIME: say_cb = ru_say_time; break;