mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
mod_say_en: tweak grammar (MODAPP-310)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14351 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7ecb708de7
commit
4cb98fafcf
@ -443,8 +443,8 @@ static switch_status_t en_say_time(switch_core_session_t *session, char *tosay,
|
|||||||
if (say_time) {
|
if (say_time) {
|
||||||
int32_t hour = tm.tm_hour, pm = 0;
|
int32_t hour = tm.tm_hour, pm = 0;
|
||||||
|
|
||||||
if (say_date) {
|
if (say_date || say_today || say_yesterday || say_dow) {
|
||||||
say_file("time/at.wav");
|
say_file("time/at.wav");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hour > 12) {
|
if (hour > 12) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user