]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
use text in this say case
authorRaymond Chandler <intralanman@gmail.com>
Wed, 16 Jan 2013 21:57:43 +0000 (16:57 -0500)
committerRaymond Chandler <intralanman@gmail.com>
Wed, 16 Jan 2013 21:57:43 +0000 (16:57 -0500)
src/mod/applications/mod_httapi/mod_httapi.c

index a756ff497838d91bc20040daae2694bb36610d25..babc2147de9bbc5fea4f3d8ede57dc91c8b3694e 100644 (file)
@@ -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);
                        
                }