update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9781 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a433e99e1f
commit
0c6835c0be
|
@ -1066,8 +1066,9 @@ static switch_status_t create_file(switch_core_session_t *session, vm_profile_t
|
||||||
} else {
|
} else {
|
||||||
status = SWITCH_STATUS_SUCCESS;
|
status = SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
play_file:
|
|
||||||
if (profile->auto_playback_recordings) {
|
if (profile->auto_playback_recordings) {
|
||||||
|
play_file:
|
||||||
memset(&fh, 0, sizeof(fh));
|
memset(&fh, 0, sizeof(fh));
|
||||||
args.input_callback = control_playback;
|
args.input_callback = control_playback;
|
||||||
memset(&cc, 0, sizeof(cc));
|
memset(&cc, 0, sizeof(cc));
|
||||||
|
|
Loading…
Reference in New Issue