提交 1d91b7d6 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-7721 #resolve #comment this will fix your issue but of course now your…

FS-7721 #resolve #comment this will fix your issue but of course now your example will not function anymore because you are unsetting the input callback and dtmf will be ignored but this is to be expected
上级 cde97028
......@@ -1169,7 +1169,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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论