]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[mod_loopback] Split null_auto_answer into two variables null_enable_auto_answer...
authorAndrey Volk <andywolk@gmail.com>
Fri, 24 Jan 2020 14:49:11 +0000 (18:49 +0400)
committerAndrey Volk <andywolk@gmail.com>
Thu, 7 May 2020 21:22:48 +0000 (01:22 +0400)
commit0072806df183ee6f303fb624ee1484cdc68b3d76
treef5ecb86ae9b1139c8bcbdc14bd844cf768179d57
parent661f653956be3b702ef0e3c09ca7559eabc41cdd
[mod_loopback] Split null_auto_answer into two variables null_enable_auto_answer and null_auto_answer_delay. Default auto_answer_delay is 0 instead of 1 ms. Auto answer is enabled by default if null_enable_auto_answer is not set. More carefully compute the delay in ms to not block channel longer than needed.
src/mod/endpoints/mod_loopback/mod_loopback.c
tests/unit/switch_ivr_originate.c