Ramin Nikaeen
2005-Jul-06 11:45 UTC
[Asterisk-Users] [Asterisk-Dev] Retrieving number of messages in a mailbox by an application
Skipped content of type multipart/alternative-------------- next part -------------- _______________________________________________ Asterisk-Dev mailing list Asterisk-Dev@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-dev To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
GLNX
2005-Jul-07 13:41 UTC
[Asterisk-Users] Retrieving number of messages in a mailbox by an application
Several ways to check voicemail counters: - with the CLI: "show voicemail users for <yourcontext>" - with dialplan applications: "HasVoiceMail" and "HasNewVoiceMail" (check "show application hasvoicemail" from Asterisk CLI for help) - with AMI management commands: "Mailboxcount" and "MailboxStatus" Regards Ramin Nikaeen wrote:> > > Valued Colleagues, > > > > Can anyone tell me how the asterisk keeps track of the number of > existing old (read) > > and new (unread) messages in a mailbox? Is there a database table or > somewhere > > else from which this data can be retrieved by an application? > > > > Thanks > > > > ramin >