[Home]

Summary:ASTERISK-01502: [PATCH] add HasVoicemail application
Reporter:vaewyn (vaewyn)Labels:
Date Opened:2004-04-29 12:22:50Date Closed:2004-09-25 02:48:29
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_hasnewvoicemail.diff
Description:Application branches to n+101 if indicated folder has messages. Returns count of messages in variable if given.

Assumes 'INBOX' as folder if none given. This allows double registration of it as "HasNewVoicemail" and hence backwards compatibility.

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

Tested... appears to work great...

Example uses:
exten => *86,1,HasVoicemail(1212@default:INBOX|ibox)
exten => *86,102,Noop,${ibox}
exten => *86,2,HasVoicemail(1212@default:Old|obox)
exten => *86,103,Noop,${obox}
exten => *86,104,Saynumber,${obox}
exten => *86,105,Saynumber,${ibox}
Comments:By: testmaster (testmaster) 2004-04-29 14:25:48

I just wanted to let whom ever know i have tested the app_hasnewvoicemail.diff and it works good

By: twisted (twisted) 2004-04-29 21:21:11

Maybe we should rename this app to app_hasvoicemail in cvs, and continue to register the application HasNewVoicemail for compataibility..   Markster?

By: James Golovich (jamesgolovich) 2004-05-01 01:47:54

Commited to CVS HEAD