Hi everybody, I'm in a middle of a Asterisk learning period. I am at a very good point except I'm not able to use VoiceMailMain. This Is my simple dialplan regarding VoiceMail ;Number that the IP Phones dial to access voice mail exten => 22999,1,VoiceMailMain (s${CALLERIDNUM}) exten => 22999,2,Wait(3) exten => 22999,3,Hangup Why do I get Forbidden 403 and one console display : Jul 25 09:48:09 WARNING[1117207472]: pbx.c:1274 pbx_extension_helper: No application 'VoiceMailMain ' for extension (home, 22999, 1) Anybody knows why? Ciao and thank you! Mauro Zanin
what does your voicemail.conf and sip.conf look like? Mark On 7/25/05, Mauro Zanin <maurozanin@hotmail.com> wrote:> Hi everybody, > > I'm in a middle of a Asterisk learning period. I am at a very good point > except I'm not able to use VoiceMailMain. > This Is my simple dialplan regarding VoiceMail > > ;Number that the IP Phones dial to access voice mail > > exten => 22999,1,VoiceMailMain (s${CALLERIDNUM}) > > exten => 22999,2,Wait(3) > > exten => 22999,3,Hangup > > Why do I get Forbidden 403 and one console display : > > Jul 25 09:48:09 WARNING[1117207472]: pbx.c:1274 pbx_extension_helper: No > application 'VoiceMailMain ' for extension (home, 22999, 1) > > Anybody knows why? > > > > Ciao and thank you! > > Mauro Zanin > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- regards, Mark P. Edwards FWD: 667917
On Monday 25 July 2005 09:48, Mauro Zanin wrote:> Hi everybody,Hi Mauro!> > I'm in a middle of a Asterisk learning period. I am at a very good point > except I'm not able to use VoiceMailMain. > This Is my simple dialplan regarding VoiceMail > > ;Number that the IP Phones dial to access voice mail > > exten => 22999,1,VoiceMailMain (s${CALLERIDNUM}) > > exten => 22999,2,Wait(3) > > exten => 22999,3,Hangupyour dialplan looks good> > Why do I get Forbidden 403 and one console display : > > Jul 25 09:48:09 WARNING[1117207472]: pbx.c:1274 pbx_extension_helper: No > application 'VoiceMailMain ' for extension (home, 22999, 1) > > Anybody knows why?Have you checked /usr/lib/asterisk/modules/ and made sure that app_voicemail.so is there? Christoph