]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 7 Aug 2012 14:03:02 +0000 (09:03 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 7 Aug 2012 14:03:02 +0000 (09:03 -0500)
src/mod/applications/mod_httapi/mod_httapi.c

index 9d5b8003a51e7235074b5d99746b777d831b8c14..6011f1645850c9ca97f91f32e63c027cbea4b27a 100644 (file)
@@ -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) {