From 48857cc7a798ede077057fb04510832a038bc964 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 7 Aug 2012 09:03:02 -0500 Subject: [PATCH] typo --- src/mod/applications/mod_httapi/mod_httapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_httapi/mod_httapi.c b/src/mod/applications/mod_httapi/mod_httapi.c index 9d5b8003a5..6011f16458 100644 --- a/src/mod/applications/mod_httapi/mod_httapi.c +++ b/src/mod/applications/mod_httapi/mod_httapi.c @@ -553,7 +553,7 @@ static switch_status_t parse_playback(const char *tag_name, client_t *client, sw do { 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) { status = switch_ivr_say(client->session, body, say_lang, say_type, say_method, say_gender, args); } else if (play) {