]> git.ipfire.org Git - thirdparty/asterisk.git/commit
don't reissue hangup requests for SIP channels that have expired their RTP timeouts...
authorKevin P. Fleming <kpfleming@digium.com>
Mon, 31 Jul 2006 21:14:11 +0000 (21:14 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Mon, 31 Jul 2006 21:14:11 +0000 (21:14 +0000)
commit532ff6487b2498362ddb8acaba18ccec21f62375
treec65a2e81f755347d30eb69d6f8c99de71c040078
parentf41b9baed450feaf8d4b1de48173ca6f447d3a78
don't reissue hangup requests for SIP channels that have expired their RTP timeouts (one time is enough)
don't rescan the SIP private structure list too fast, it can cause channels to not be able to hang up (issue #7495, and probably others)
use ast_softhangup_nolock() since we already hold the channel's lock

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@38611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c