git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9781 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-10-01 18:37:55 +00:00
parent a433e99e1f
commit 0c6835c0be
1 changed files with 2 additions and 1 deletions

View File

@ -1066,8 +1066,9 @@ static switch_status_t create_file(switch_core_session_t *session, vm_profile_t
} else {
status = SWITCH_STATUS_SUCCESS;
}
play_file:
if (profile->auto_playback_recordings) {
play_file:
memset(&fh, 0, sizeof(fh));
args.input_callback = control_playback;
memset(&cc, 0, sizeof(cc));