[Home]

Summary:ASTERISK-02520: [patch] Rework ast_app_has_voicemail to handle more cases
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2004-10-03 09:58:55Date Closed:2008-01-15 15:09:05.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20041003__add_vmcheck_api__2.diff.txt
Description:Adding ast_app_has_voicemail2 to handle any mailbox, not just INBOX (as in ast_app_has_voicemail) or just INBOX and Old (as in ast_app_messagecount).

****** ADDITIONAL INFORMATION ******

Also changing app_hasnewvoicemail to take advantage of the added API (i.e. reducing duplicated code).
Comments:By: Mark Spencer (markster) 2004-10-03 17:17:10

Since it's dev head i figured it's easiest just to add another argument...

By: Digium Subversion (svnbot) 2008-01-15 15:09:05.000-0600

Repository: asterisk
Revision: 3905

U   trunk/app.c
U   trunk/apps/app_voicemail.c
U   trunk/channels/chan_iax2.c
U   trunk/channels/chan_mgcp.c
U   trunk/channels/chan_skinny.c
U   trunk/channels/chan_zap.c
U   trunk/include/asterisk/app.h
U   trunk/manager.c

------------------------------------------------------------------------
r3905 | markster | 2008-01-15 15:09:05 -0600 (Tue, 15 Jan 2008) | 2 lines

Add ability to check voicemail from multiple folders (bug ASTERISK-2520)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=3905