RESOLVED - no entry in voicemail config file

Hello,

I am trying to set up an extension that goes straight to voice mail, but when * tries to execute the VoiceMail() application, I get this error message:

WARNING[28127]: app_voicemail.c:2412 leave_voicemail: No entry in voicemail config file for ‘1111’

The problem is, I have definitely created an extension 1111 in my voicemail.conf file.

Again, my goal is to have an incoming call go straight to a voice mail box.

Can anyone help?

I am running Asterisk 1.2.11 on FC4

Here is the relevant code in my extensions.conf file:

exten => 1,1,VoiceMail(1111@mymail)

Here is the relevant code in my voicemail.conf file:

[mymail]
1111 => 2233,test

Thanks in advance

When I restarted Asterisk, all of my new voicemail extensions were recognized.