From: Raymond Chandler Date: Wed, 16 Jan 2013 21:57:43 +0000 (-0500) Subject: use text in this say case X-Git-Tag: v1.3.13~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6830b26539d4045d64dfac6dbd5307e3df9ad60;p=thirdparty%2Ffreeswitch.git use text in this say case --- 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); }