Hi Users, I'm new to Asterisk, and I'm working with openSER , For Call Routing I'm using the OpenSER and for PBX, Voicemail and Conferencing I"m using the Asterisk. Now i'm planing for Voicemail, openser listen on 192.168.2.75:5060 Asterisk listen on 192.168.2.76:5060. in Extension.conf [from-sip[ exten => 9001,1,Ringing exten => 9001,2,Voicemail(9001) Just I wnat to leave the voicemail in voice mail box, Can anybody help me......... below message What it is ?................ Executing Ringing("SIP/9001-0984c1e8", "") in new stack -- Executing VoiceMail("SIP/9001-0984c1e8", "9001") in new stack Aug 31 19:31:10 ERROR[7869]: res_config_mysql.c:651 mysql_reconnect: MySQL RealTime: Failed to connect database server asterisk on (err 2002). Check debug for more info. Aug 31 19:31:10 WARNING[7869]: app_voicemail.c:2412 leave_voicemail: No entry in voicemail config file for '9001' Aug 31 19:31:10 WARNING[7869]: pbx.c:1700 pbx_extension_helper: No application 'Hungup' for extension (from-sip, 9001, 3) == Spawn extension (from-sip, 9001, 3) exited non-zero on 'SIP/9001-0984c1e8' -- Incoming call: Got SIP response 479 "Regretfully, we were not able to process the URI (479/SL)" back from 192.168.2.75 -- Thanks and Regards with cheers Sunkara Ravi Prakash (Voip Developer) Hyperion Technology Kondapur, Hi-tech city, Hyderabad. www.hyperion-tech.com +91-9985077535 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060831/f039e755/attachment.htm
Ravi, Have you made the entry for 9001 in voicemail.conf as well?? this entry will be the mailbox config, where you can specify the password, email add, etc. - Benjamin Jacob. raviprakash sunkara wrote:> Hi Users, > I'm new to Asterisk, and I'm working with openSER , > For Call Routing I'm using the OpenSER and for PBX, Voicemail and > Conferencing I"m using the Asterisk. > Now i'm planing for Voicemail, > openser listen on 192.168.2.75:5060 <http://192.168.2.75:5060> > Asterisk listen on 192.168.2.76:5060 <http://192.168.2.76:5060> . > in Extension.conf > [from-sip[ > exten => 9001,1,Ringing > exten => 9001,2,Voicemail(9001) > > > Just I wnat to leave the voicemail in voice mail box, > Can anybody help me......... below message What it is ?................ > > Executing Ringing("SIP/9001-0984c1e8", "") in new stack > -- Executing VoiceMail("SIP/9001-0984c1e8", "9001") in new stack > Aug 31 19:31:10 ERROR[7869]: res_config_mysql.c:651 mysql_reconnect: > MySQL RealTime: Failed to connect database server asterisk on (err > 2002). Check debug for more info. > Aug 31 19:31:10 WARNING[7869]: app_voicemail.c:2412 leave_voicemail: > No entry in voicemail config file for '9001' > Aug 31 19:31:10 WARNING[7869]: pbx.c:1700 pbx_extension_helper: No > application 'Hungup' for extension (from-sip, 9001, 3) > == Spawn extension (from-sip, 9001, 3) exited non-zero on > 'SIP/9001-0984c1e8' > -- Incoming call: Got SIP response 479 "Regretfully, we were not > able to process the URI (479/SL)" back from 192.168.2.75 > <http://192.168.2.75> > > > -- > Thanks and Regards with cheers > Sunkara Ravi Prakash (Voip Developer) > Hyperion Technology > Kondapur, Hi-tech city, > Hyderabad. > www.hyperion-tech.com <http://www.hyperion-tech.com> > +91-9985077535 > >------------------------------------------------------------------------ > >_______________________________________________ >--Bandwidth and Colocation provided by Easynews.com -- > >asterisk-users mailing list >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >
Hi, You must have 9001 in voicemail.conf Extensions.conf should have : *[from-sip[ *exten => 9001,1,Ringing exten => 9001,2,Voicemail(u9001) exten => 9001,3,Hangup 2006/9/1, raviprakash sunkara <sunkara.raviprakash.feb14@gmail.com>:> > Hi Users, > I'm new to Asterisk, and I'm working with openSER , > For Call Routing I'm using the OpenSER and for PBX, Voicemail and > Conferencing I"m using the Asterisk. > Now i'm planing for Voicemail, > openser listen on 192.168.2.75:5060 > Asterisk listen on 192.168.2.76:5060 . > in Extension.conf > [from-sip[ > exten => 9001,1,Ringing > exten => 9001,2,Voicemail(9001) > > > Just I wnat to leave the voicemail in voice mail box, > Can anybody help me......... below message What it is ?................ > > Executing Ringing("SIP/9001-0984c1e8", "") in new stack > -- Executing VoiceMail("SIP/9001-0984c1e8", "9001") in new stack > Aug 31 19:31:10 ERROR[7869]: res_config_mysql.c:651 mysql_reconnect: MySQL > RealTime: Failed to connect database server asterisk on (err 2002). Check > debug for more info. > Aug 31 19:31:10 WARNING[7869]: app_voicemail.c:2412 leave_voicemail: No > entry in voicemail config file for '9001' > Aug 31 19:31:10 WARNING[7869]: pbx.c:1700 pbx_extension_helper: No > application 'Hungup' for extension (from-sip, 9001, 3) > == Spawn extension (from-sip, 9001, 3) exited non-zero on > 'SIP/9001-0984c1e8' > -- Incoming call: Got SIP response 479 "Regretfully, we were not able > to process the URI (479/SL)" back from 192.168.2.75 > > > -- > Thanks and Regards with cheers > Sunkara Ravi Prakash (Voip Developer) > Hyperion Technology > Kondapur, Hi-tech city, > Hyderabad. > www.hyperion-tech.com > +91-9985077535 > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com <http://easynews.com/>-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >-- Sylvain -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060831/6cb20238/attachment.htm