mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +00:00
MODAPP-444
This commit is contained in:
parent
72e5a7068c
commit
68d74c31c3
@ -500,7 +500,7 @@ static switch_status_t ru_say_time(switch_core_session_t *session, char *tosay,
|
|||||||
say_file("time/at.wav");
|
say_file("time/at.wav");
|
||||||
}
|
}
|
||||||
if (say_time) {
|
if (say_time) {
|
||||||
switch_snprintf(buf, sizeof(buf), "%d:%d:%d", tm.tm_hour + 1, tm.tm_min, tm.tm_sec);
|
switch_snprintf(buf, sizeof(buf), "%d:%d:%d", tm.tm_hour, tm.tm_min, tm.tm_sec);
|
||||||
say_args->type = SST_TIME_MEASUREMENT;
|
say_args->type = SST_TIME_MEASUREMENT;
|
||||||
ru_say_time(session, buf, say_args, args);
|
ru_say_time(session, buf, say_args, args);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user