]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 213697 via svnmerge from
authorKevin P. Fleming <kpfleming@digium.com>
Fri, 21 Aug 2009 21:52:33 +0000 (21:52 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Fri, 21 Aug 2009 21:52:33 +0000 (21:52 +0000)
commitbedb59c6966e96031b926e4cad070306b392fe06
treeee5f46db97d25597eb3f2585012f59210a783d91
parentae45fbe3ca352f1c7714b402e1cabe2eb0e54de1
Merged revisions 213697 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r213697 | kpfleming | 2009-08-21 16:39:51 -0500 (Fri, 21 Aug 2009) | 12 lines

  Ensure that realtime mailboxes properly report status on subscription.

  This patch modifies app_voicemail's response to mailbox status subscriptions
  (via the internal event system) to ensure that a subscription triggers an
  explicit poll of the mailbox, so the subscriber can get an immediate cached
  event with that status. Previously, the cache was only populated with the
  status of non-realtime mailboxes.

  (closes issue #15717)
  Reported by: natmlt
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213699 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_voicemail.c