Hi,

Check your context you need to specify voicemail as [EMAIL PROTECTED] (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([EMAIL PROTECTED])
exten => s-NOANSWER,2,Playback(thank-you-for-calling&goodbye)
exten => s-NOANSWER,3,Hangup
exten => s-BUSY,1,Voicemail([EMAIL PROTECTED])
exten => s-BUSY,2,Playback(thank-you-for-calling&goodbye)
exten => s-BUSY,3,Hangup
exten => s-CHANUNAVAIL,1,Voicemail([EMAIL PROTECTED])
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, [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

12 => 235, Mazhar User, [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

6412 => 235, Mazhar User, [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

[other]

1234 => 5678,Company2 User,[EMAIL PROTECTED]

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

_______________________________________________
--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

Reply via email to