[asterisk-bugs] [Asterisk 0018581]: [patch] Allow external commands to send mailbox refreshes
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jan 5 18:37:25 UTC 2011
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=18581
======================================================================
Reported By: tilghman
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18581
Category: Applications/app_voicemail/NewFeature
Reproducibility: N/A
Severity: feature
Priority: normal
Status: new
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2011-01-05 12:37 CST
Last Modified: 2011-01-05 12:37 CST
======================================================================
Summary: [patch] Allow external commands to send mailbox
refreshes
Description:
Currently, if there are external commands which at all modify mailboxes,
the user needs to add "pollmailboxes" to their mailbox configuration, which
repeatedly polls the subscribed mailboxes for changes. This results in a
lot of extra work for the CPU. This patch introduces an AMI command
VoicemailRefresh, which permits external applications to trigger the
refresh themselves, on a specified mailbox only, on an entire context, or
on the entire machine. Even a refresh performed on every mailbox would not
consume as much CPU as the pollmailboxes option, given that pollmailboxes
runs continuously and this only runs on demand.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-01-05 12:37 tilghman Summary Allow external commands
to send mailbox refreshes => [patch] Allow external commands to send mailbox
refreshes
======================================================================
More information about the asterisk-bugs
mailing list