提交 4fc6d2f7 authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Michael Jerris

FS-7721: [core] Fixed a segfault caused when using session:recordFile() and…

FS-7721: [core] Fixed a segfault caused when using session:recordFile() and session:unsetInputCallback in a lua script
上级 b9eff3b0
......@@ -1171,7 +1171,7 @@ SWITCH_DECLARE(int) CoreSession::recordFile(char *file_name, int time_limit, int
local_fh.silence_hits = silence_hits;
begin_allow_threads();
status = switch_ivr_record_file(session, &local_fh, file_name, &args, time_limit);
status = switch_ivr_record_file(session, &local_fh, file_name, ap, time_limit);
end_allow_threads();
fhp = NULL;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论