Merge pull request #1685 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11373-fix-mod_say_it-date to master
* commit 'c4e9995f54cf01215aa3ee3553910ac63fe6aadb': FS-11373: [mod_say_it] fix say date
This commit is contained in:
commit
40a7c72f6f
|
@ -390,7 +390,7 @@ static switch_status_t it_say_time(switch_core_session_t *session, char *tosay,
|
|||
}
|
||||
|
||||
if (say_date) {
|
||||
say_year = say_month = say_day = say_dow = 1;
|
||||
say_year = say_month = say_day = say_dow = 0;
|
||||
say_today = say_yesterday = 0;
|
||||
|
||||
say_file("time/day-%d.wav", tm.tm_wday);
|
||||
|
|
Loading…
Reference in New Issue