mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-10 17:43:59 +00:00
typo
This commit is contained in:
parent
c0626e6801
commit
48857cc7a7
@ -553,7 +553,7 @@ static switch_status_t parse_playback(const char *tag_name, client_t *client, sw
|
|||||||
|
|
||||||
do {
|
do {
|
||||||
if (speak) {
|
if (speak) {
|
||||||
status = switch_ivr_speak_text(client->session, tts_engine, tts_voice, (char *)body, args);
|
status = switch_ivr_speak_text(client->session, tts_engine, tts_voice, (char *)file, args);
|
||||||
} else if (say) {
|
} else if (say) {
|
||||||
status = switch_ivr_say(client->session, body, say_lang, say_type, say_method, say_gender, args);
|
status = switch_ivr_say(client->session, body, say_lang, say_type, say_method, say_gender, args);
|
||||||
} else if (play) {
|
} else if (play) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user