]> git.ipfire.org Git - thirdparty/asterisk.git/commit
More improvements to re-INVITEs timing out after a provisional response
authorTerry Wilson <twilson@digium.com>
Tue, 3 Jul 2012 16:58:16 +0000 (16:58 +0000)
committerTerry Wilson <twilson@digium.com>
Tue, 3 Jul 2012 16:58:16 +0000 (16:58 +0000)
commit216c3f792b2a5bb6f38669e41dc3a062ededfc5c
tree55670150796f28cc08e5ef0cb0fb2a2e896cb51c
parentdff0057eba0b3f881db278ee61bccc949cc94351
More improvements to re-INVITEs timing out after a provisional response

There is no need to call check_pendings() on a final response to an INVITE
when destroying the scheduler entry as it will be done later during normal
processing.

(issue ASTERISK-19992)

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