From: Anthony Minessale Date: Tue, 7 Aug 2012 14:03:02 +0000 (-0500) Subject: typo X-Git-Tag: v1.2.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48857cc7a798ede077057fb04510832a038bc964;p=thirdparty%2Ffreeswitch.git typo --- 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) {