]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sig_analog: Fix no timeout duration.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 1 Dec 2022 11:54:23 +0000 (11:54 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 8 Dec 2022 16:12:13 +0000 (10:12 -0600)
commitf5ead740f3f710a485b9bcdfb70b143d31ac7650
tree3e85793c54f0ca0b39c17d642bcaf26603d6785a
parent86a40686e488acaaf93f4a3f60852809d73afec3
sig_analog: Fix no timeout duration.

ASTERISK_28702 previously attempted to fix an
issue with flash hook hold timing out after
just under 17 minutes, when it should have never
been timing out. It fixed this by changing 999999
to INT_MAX, but it did so in chan_dahdi, which
is the wrong place since ss_thread is now in
sig_analog and the one in chan_dahdi is mostly
dead code.

This fixes this by porting the fix to sig_analog.

ASTERISK-30336 #close

Change-Id: I05eb69cc0b5319d357842a70bd26ef64d145cb15
channels/sig_analog.c