Hi all, I've got a program that connects via AMI and acts upon the voicemail message waiting event. I'd like to be able to force one of those events at will instead of having to wait for the voicemail app to cause the event to get emitted. Is this possible? AMI or asterisk command? Thanks -- Mike Diehl -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190516/f48e6248/attachment.html>
On Thu, May 16, 2019, at 5:00 PM, Mike Diehl wrote:> Hi all, > > > I've got a program that connects via AMI and acts upon the voicemail > message waiting event. > > > I'd like to be able to force one of those events at will instead of > having to wait for the voicemail app to cause the event to get emitted. > > > Is this possible? AMI or asterisk command?Do you mean something like the MailboxCount AMI action[1]? [1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_MailboxCount -- Joshua C. Colp Digium - A Sangoma Company | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org
On Thursday, May 16, 2019 05:12:17 PM Joshua C. Colp wrote:> On Thu, May 16, 2019, at 5:00 PM, Mike Diehl wrote: > > Hi all, > > > > > > I've got a program that connects via AMI and acts upon the voicemail > > message waiting event. > > > > > > I'd like to be able to force one of those events at will instead of > > having to wait for the voicemail app to cause the event to get emitted. > > > > > > Is this possible? AMI or asterisk command? > > Do you mean something like the MailboxCount AMI action[1]? > > [1] > https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_Mailbo > xCountUm, ya. That one! Thank you so much. Now I'm feeling pretty silly. -- Mike Diehl -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190516/422b9197/attachment.html>