This commit is contained in:
Anthony Minessale 2012-08-07 09:03:02 -05:00
parent c0626e6801
commit 48857cc7a7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {