]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix reloading of peer when a user is requested.
authorBrad Watkins <Marquis42@gmail.com>
Fri, 26 Nov 2010 18:19:02 +0000 (18:19 +0000)
committerBrad Watkins <Marquis42@gmail.com>
Fri, 26 Nov 2010 18:19:02 +0000 (18:19 +0000)
commitee5d9d0835adfc6c0368d2dd1d7c3d97ab42568e
tree5884112e5e034081f63328d6773a9f196053fb37
parentf8153e4567a8d631077b44798fd9e75b82237fad
Fix reloading of peer when a user is requested.

Prevent peer reloading from causing multiple MWI subscriptions to be created when using realtime.  This had the effect of sending one NOTIFY for every time a sip peer made a call, in one case eventually overwhelming  the phone and causing it to reboot.

(closes issue #18342)
Reported by: nivek
Patches:
      issue0018342p1.patch uploaded by nivek (license 636)
Tested by: nivek

Review: https://reviewboard.asterisk.org/r/1029/

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