]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3470 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 1 Aug 2011 13:43:39 +0000 (08:43 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 1 Aug 2011 13:56:40 +0000 (08:56 -0500)
src/mod/applications/mod_commands/mod_commands.c

index cbb51cbcc056d699bdae7fa92bdccbab9310a8c4..4db7ace809af3cb8704ccef2e0e6788d9ccd0df2 100644 (file)
@@ -4445,6 +4445,9 @@ SWITCH_STANDARD_API(uuid_fileman_function)
                                if (switch_ivr_get_file_handle(psession, &fh) == SWITCH_STATUS_SUCCESS) {
                                        switch_ivr_process_fh(psession, cmd, fh);
                                        switch_ivr_release_file_handle(psession, &fh);
+                                       stream->write_function(stream, "+OK\n");
+                               } else {
+                                       stream->write_function(stream, "-ERR No File Handle!\n");
                                }
 
                                switch_core_session_rwunlock(psession);