fix recursive file record during file playback issue IRC-00

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13551 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-06-02 19:50:04 +00:00
parent 4b4fb6bb2c
commit f2495ec8e0
5 changed files with 245 additions and 24 deletions
-1
View File
@@ -203,7 +203,6 @@ SWITCH_DECLARE(void) consoleCleanLog(char *msg);
char *xml_cdr_text;
void store_file_handle(switch_file_handle_t *fh);
void *on_hangup; // language specific callback function, cast as void *
switch_file_handle_t local_fh;
switch_file_handle_t *fhp;
char dtmf_buf[512];