summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2001-06-13 15:23:54 +0000
committerMark Spencer <markster@digium.com>2001-06-13 15:23:54 +0000
commit723b819bece0c41b63dcc5b1e8121a72d9c1cd1f (patch)
treeeeaa8fff581fbb3db3376c18c71b772025f84949 /BUGS
parentb8458e435807e88adfa5c5c92894a5dd5e0d6310 (diff)
Version 0.1.9 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@331 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'BUGS')
-rwxr-xr-xBUGS33
1 files changed, 33 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 92eb17c76..60e4dff49 100755
--- a/BUGS
+++ b/BUGS
@@ -9,3 +9,36 @@
* When you flip to call waiting on a tormenta channel while you have a
three way call up, the parties in the three way cannot hear one another
in the general case.
+
+======================================================================
+Short report on the voicemail system
+======================================================================
+Stuff We Need:
+
+-Date/Time (conversion on the fly for different locales)
+-A more fleshed/emphasized Main Menu
+-Mailbox Options
+ -useful for allowing user to set certain options
+-Notification of new vs. old messages
+-Notification of first and last messages (old and new)
+ and a return to the Main Menu @ the end
+**-Better handling of lack of user input, specifically...
+ infinite loops...
+ currently found in: vm-instructions
+ vm-msginstruct
+ System MUST disconnect user for inactivity
+-Mid message menu w/
+ pause/unpause
+ seeking
+ callback option
+ option to get caller's number if available
+ option to leave message directly on caller's voicemail
+ if he/she has account on system
+-Also redesign the End Of Message Menu
+-Efficienty Question...
+ Better to always rename msgs to being @ 0001
+ or...
+ Better to append new msgs numerically @ the
+ end and use software to traverse them in
+ order...saving cpu cycles on renaming files
+ ..could get messy w/ lots of users