Re: [Asterisk-java-users] Receive Voicemail event
Brought to you by:
srt
From: Daniele R. <dan...@gm...> - 2013-01-16 08:49:34
|
Hi, thanks for your reply. I need to run some actions when the pbx receive a new vm. I need to get all details of this new vm and then notify the user in several way (alert notifications, email and so on). I know that with voicemail.conf I can manage the sent of vm by email but this is not enought for me. So I was looking for a way to get the notify of a new vm in Java (with MessageWaitingEvent I can do that) and then get the details of the new vm (I can't do that). Thanks! 2013/1/16 Yves A. <yv...@gm...> > ah, > i see... sorry, but i have no experience in storing vm in db... i always > used files and have no problems accessing > the files, because i know the directory they are stored, can fetch > filedate and so on... > maybe you could explain your objective in detail, so i can understand the > story behind... there is almost always > a solution... > > yves > > Am 16.01.2013 00:20, schrieb Daniele Renda: > > Thanks yves. > From MailboxCountResponse I can't get the msg_id of my new message. I > can only get the number of new messages. > I need to get all information that are stored in message table (see here > http://www.voip-info.org/wiki/view/Asterisk+Voicemail+ODBC+storage).<http://www.voip-info.org/wiki/view/Asterisk+Voicemail+ODBC+storage> > Unfortunally I can't link the event of new message that I receive in > Asterisk Java with the message store natively in mysql table from asterisk. > > Thanks > > 2013/1/16 Yves A. <yv...@gm...> > >> MailboxCountAction > > > > > > -- > Daniele Renda > > > ------------------------------------------------------------------------------ > Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS > and more. Get SQL Server skills now (including 2012) with LearnDevNow - > 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only - learn more at:http://p.sf.net/sfu/learnmore_122512 > > > > _______________________________________________ > Asterisk-java-users mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > > ------------------------------------------------------------------------------ > Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS > and more. Get SQL Server skills now (including 2012) with LearnDevNow - > 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only - learn more at: > http://p.sf.net/sfu/learnmore_122512 > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > -- Daniele Renda |