Mazhar Hussain
2006-Mar-21 07:13 UTC
[Asterisk-Users] Voice mail not working with Asteriks 1.2.5
Hi, I have upgraded my PBX to Asterisk 1.2.5 , previously I was using Asterisk 1.0.9, and Every thing was working fine ,But now voice mail is not working. The error I am receiving in log files is like following, WARNING[2413] app_voicemail.c: No entry in voicemail config file for '12' I have searched for solution a lot can Any one of you let me know how can I solve this issue do I need to apply any patch for asterisk Here is voicemail.conf config file [general] format=wav49|gsm|wav serveremail=asterisk attach=yes skipms=3000 maxsilence=10 silencethreshold=128 maxlogins=3 saycid=yes [zonemessages] eastern=America/New_York|'vm-received' Q 'digits/at' IMp central=America/Chicago|'vm-received' Q 'digits/at' IMp central24=America/Chicago|'vm-received' q 'digits/at' H 'digits/hundred' M 'hours' [headoffice] 901=>111, Arshed User, mazhar@nettechltd.com 12 => 235, Mazhar User, mazhar@nettechltd.com 6412 => 235, Mazhar User, mazhar@nettechltd.com [other] 1234 => 5678,Company2 User,root@localhost And here is modules.conf file [modules] autoload=yes noload => app_intercom.so noload => chan_modem.so noload => chan_modem_aopen.so noload => chan_modem_bestdata.so noload => chan_modem_i4l.so load => res_musiconhold.so noload => chan_alsa.so [global] A quick response in this regard will be highly appreciated Thanks, Mazhar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060321/3039e643/attachment.htm
Doug Lytle
2006-Mar-21 07:44 UTC
[Asterisk-Users] Voice mail not working with Asteriks 1.2.5
Mazhar Hussain wrote:> > Hi, > > > > I have upgraded my PBX to Asterisk 1.2.5 , previously I was > using Asterisk 1.0.9, and Every thing was working fine ,But now > voice mail is not working. The error I am receiving in log files is > like following, > > > > WARNING[2413] app_voicemail.c: No entry in voicemail config file for '12' >You now need to specify the context (I use sip) when leaving unavailable or busy messages. For example: s,7,Voicemail(u${ARG1}) becomes s,7,Voicemail(u${ARG1}@sip) Doug
Chuck Bunn
2006-Mar-21 07:53 UTC
[Asterisk-Users] Voice mail not working with Asteriks 1.2.5
Hi, Check your context you need to specify voicemail as user@context (context seems to have been more tightly enforced since version 1.2 came out). Below is an example of one of the macro I use for extensions... [macro-stdexten] exten => s,1,Set(DYNAMIC_FEATURES=automon) exten => s,2,Dial(${ARG2},20,Ttw) exten => s,3,Goto(s-${DIALSTATUS},1) exten => s-NOANSWER,1,Voicemail(u${ARG1}@default) exten => s-NOANSWER,2,Playback(thank-you-for-calling&goodbye) exten => s-NOANSWER,3,Hangup exten => s-BUSY,1,Voicemail(b${ARG1}@default) exten => s-BUSY,2,Playback(thank-you-for-calling&goodbye) exten => s-BUSY,3,Hangup exten => s-CHANUNAVAIL,1,Voicemail(u${ARG1}@default) exten => s-CHANUNAVAIL,2,Playback(thank-you-for-calling&goodbye) exten => s-CHANUNAVAIL,3,Hangup exten => _s-.,1,Goto(s-NOANSWER,1) Hope this helps Thanks Mazhar Hussain wrote:> Hi, > > > > I have upgraded my PBX to Asterisk 1.2.5 , previously I was > using Asterisk 1.0.9, and Every thing was working fine ,But now > voice mail is not working. The error I am receiving in log files is > like following, > > > > WARNING[2413] app_voicemail.c: No entry in voicemail config file for '12' > > I have searched for solution a lot can Any one of you let me know how > can I solve this issue do I need to apply any patch for asterisk > > Here is voicemail.conf config file > > > > [general] > > format=wav49|gsm|wav > > serveremail=asterisk > > > > attach=yes > > > > skipms=3000 > > > > maxsilence=10 > > > > silencethreshold=128 > > > > maxlogins=3 > > saycid=yes > > > > [zonemessages] > > eastern=America/New_York|'vm-received' Q 'digits/at' IMp > > central=America/Chicago|'vm-received' Q 'digits/at' IMp > > central24=America/Chicago|'vm-received' q 'digits/at' H > 'digits/hundred' M 'hours' > > > > [headoffice] > > 901=>111, Arshed User, mazhar@nettechltd.com > <mailto:mazhar@nettechltd.com> > > 12 => 235, Mazhar User, mazhar@nettechltd.com > <mailto:mazhar@nettechltd.com> > > 6412 => 235, Mazhar User, mazhar@nettechltd.com > <mailto:mazhar@nettechltd.com> > > > > [other] > > 1234 => 5678,Company2 User,root@localhost > > > > > > And here is modules.conf file > > > > > > [modules] > > autoload=yes > > > > noload => app_intercom.so > > > > noload => chan_modem.so > > noload => chan_modem_aopen.so > > noload => chan_modem_bestdata.so > > noload => chan_modem_i4l.so > > > > load => res_musiconhold.so > > > > noload => chan_alsa.so > > > > [global] > > > > A quick response in this regard will be highly appreciated > > > > > > Thanks, > > Mazhar > >------------------------------------------------------------------------ > >_______________________________________________ >--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 > > >------------------------------------------------------------------------ > >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.1.385 / Virus Database: 268.2.5/284 - Release Date: 3/17/2006 > >
Possibly Parallel Threads
- Problem while configuring two TDM400P cards
- can anyone will help me regarding autodialing in asterisk
- Voice mail problem
- Howto( CLI or called number is attached to a database which automatically updates records let suppose if some dials xxxxxxx number so Company X's database record pops up on the computer screen of agent)
- Zaptel compile errors on x86_64