]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 332118 via svnmerge from
authorJonathan Rose <jrose@digium.com>
Tue, 16 Aug 2011 17:45:38 +0000 (17:45 +0000)
committerJonathan Rose <jrose@digium.com>
Tue, 16 Aug 2011 17:45:38 +0000 (17:45 +0000)
commit6ae104a4b2066c5e9a1bb385c224d5c202c1b7d9
tree3bb54e46302ce934610392b82a1472818741bc8c
parentd367c2631c1fcb52ededa4e1fc93b9a5a701ad7e
Merged revisions 332118 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r332118 | jrose | 2011-08-16 12:38:19 -0500 (Tue, 16 Aug 2011) | 16 lines

  ASTERISK-18067 ASTERISK-15479 - White Space affects mailbox value, multiple MWI subs

  Before, having multiple subscriptions to mailboxes on a sip peer set via the mailbox
  setting in sip.conf would only result in updates being sent on whichever mailbox
  triggered the mwi event.  Now all of them get counted regardless.  Also fixes a bug
  involving parsing of the mailbox option in sip.conf so that trailing and leading
  spaces before/after commas are trimmed.

  (closes issue ASTERISK-18067)
  Reported by: aragon

  (closes issue ASTERISK-15479)
  Reported by: Ben Winslow
  Patches: chan_sip.c-mwi_multi_mailbox_fix-1.6.2.13.diff (License #5288) patch uploaded by Ben Winslow

........

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