]> git.ipfire.org Git - thirdparty/asterisk.git/commit
When a SIP request or response arrives for a dialog with an associated Asterisk chann...
authorKevin P. Fleming <kpfleming@digium.com>
Wed, 7 Jan 2009 23:32:21 +0000 (23:32 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Wed, 7 Jan 2009 23:32:21 +0000 (23:32 +0000)
commit975a706909bbb146c7ba9abdd1784d71c52aa01c
tree097ab7ce32cba82777c8f155bcf53e02295c676d
parent5fe8bde41a289dae9adacec26cb5d4cceb795550
When a SIP request or response arrives for a dialog with an associated Asterisk channel, and the lock on that channel cannot be obtained because it is held by another thread, instead of dropping the request/response, queue it for later processing when the channel lock becomes available.

http://reviewboard.digium.com/r/117/

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