From a6830b26539d4045d64dfac6dbd5307e3df9ad60 Mon Sep 17 00:00:00 2001 From: Raymond Chandler Date: Wed, 16 Jan 2013 16:57:43 -0500 Subject: [PATCH] use text in this say case --- 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 a756ff4978..babc2147de 100644 --- a/src/mod/applications/mod_httapi/mod_httapi.c +++ b/src/mod/applications/mod_httapi/mod_httapi.c @@ -490,7 +490,7 @@ static switch_status_t parse_playback(const char *tag_name, client_t *client, sw } say = 1; - body = free_string; + text = free_string; switch_ivr_play_file(client->session, NULL, "voicemail/vm-person.wav", &nullargs); }