No Voicemail Application... What?

Ok All. Maybe someone has seen this before.

Just migrated asterisk box to a new server and all is well so far. Execpt for this one little problem. below is the error message.

WARNING[20321]: pbx.c:1832 pbx_extension_helper: No application ‘Voicemail’ for extension (internal, 100, 5)

All other parts of the dial plan are working fine.

I will post the relevent parts of config files below in hopes that someone might spot my mistake (hopefully not a misspelling I looked :wink: )

extensions.conf

[internal]

;;EOC Extension
exten => 100,1,Verbose(1|Extension 100)
exten => 100,n,Answer()
exten => 100,n,Wait(1)
exten => 100,n,Authenticate(1234,4)
exten => 100,n,Voicemail(100)
exten => 100,n,AGI(eoc_autopage.rb)
exten => 100,n,Wait(1)
exten => 100,n,HangUp()

voicemail.conf

[general]
format = gsm|wav
serveremail=asterisk
attach=no
maxlogins=4
;externnotify=/usr/bin/myapp
pbxskip=yes
fromstring=The Asterisk PBX
;emailsubject=[PBX]: New message ${VM_MSGNUM} in mailbox ${VM_MAILBOX}
;emailbody=Dear ${VM_NAME}:\n\n\tjust wanted to let you know you were just left a ${VM_DUR} long message (number ${VM_MSGNUM})\nin mailbox ${VM_MAILBOX} fro$
;pagerfromstring=The Asterisk PBX
;pagersubject=New VM
;pagerbody=New ${VM_DUR} long msg in box ${VM_MAILBOX}\nfrom ${VM_CALLERID}, on ${VM_DATE}
mailcmd=/usr/sbin/sendmail -t

[default]

100 => -1234,EOCNotify
;;EOC Page List

Any help here would be great. I am sort of new to asterisk and just learning as I go. So thanks in advance.

What does show applications and show application Voicemail have to say?

Ian

WOW Ian Thanks.

I appers the the Voicemail application is not there. My application is not registered is what it says. I thought that was part of the standared build I will have to figure out how to “install” the voicemail application.

Thanks

Jim

Ok now i am lost. I did a make menuselect and what do you know it says the voicemail app is installed and all the prereqs are met. Any thought anybody. I will keep googleing an my end but any help is cool.

Thanks!!

Ok This leads to my next question. What do I need to do to regain the use of the voicemail app.

app_voicemail.so/c are nowere to be found on my system
app voicemail is still not a “registered” app.
re-made asterisk

In all my googling I have not found a person/bug report with the same problem.

Asterisk 1.4.19.1 is the version.

If anyone can help me get the voicemail app back that would be really cool. Let me know if any more info is needed. (config files etc.)

Thanks!

Ok I found /usr/src/asterisk/modules and it is Empty!! Hence

WARNING[5508]: loader.c:363 load_dynamic_module: Error loading module ‘app-voicemail.so’: /usr/lib/asterisk/modules/app-voicemail.so: cannot open shared object file: No such file or directory

Anyone know why it is not in there. And where I can get it from.

[quote=“root52”]Ok All. Maybe someone has seen this before.

WARNING[20321]: pbx.c:1832 pbx_extension_helper: No application ‘Voicemail’ for extension (internal, 100, 5)

Any help here would be great. I am sort of new to asterisk and just learning as I go. So thanks in advance.[/quote]

I meet the the same problem.
I installed Asterisk package by Yum on Fedora Core 9. The Asterisk version is “1.6.0”, release is “0.13.beta8.fc9”. The package is released with FC9.

the sip.conf and extensions.conf are quite simple, as:
[bunny]
type=friend
username=bunny
secret=xyz
host=dynamic
mailbox=bunny@somewhere.com

[tutorial]
exten=>4321,1,Diail(SIP/bunny,10)
exten=>4321,2,Voicemail(bunny@mb_tutorial)

when dialing 4321, Asterisk failed with line like:
… pbx.c:2873 pbx_extension_helper: No application ‘Voicemail’ for extension (tutorial, 4321, 2)

‘core show applications’ has no ‘Voicemail’, ‘show voicemail users’ returns with ‘No such command’.

And, there’s no voicemail in modules directory.

Not sure if the package released with FC9 doesn’t turn on ‘voicemail’? or something I missed to turn on the voicemail feature?

Thanks in advance.

I had a similar problem with 1.4.19. I tried rerunning make clean, menuselect, make, and make install, but nothing worked. I then downloaded 1.4.20 and installed and all is well.

It’s solved. After rebuilt (selecting voicemail application) and reinstalled it, Asterisk now has the voicemail application.

[quote=“streammediafan”][quote=“root52”]Ok All. Maybe someone has seen this before.

WARNING[20321]: pbx.c:1832 pbx_extension_helper: No application ‘Voicemail’ for extension (internal, 100, 5)

Any help here would be great. I am sort of new to asterisk and just learning as I go. So thanks in advance.[/quote]

I meet the the same problem.
I installed Asterisk package by Yum on Fedora Core 9. The Asterisk version is “1.6.0”, release is “0.13.beta8.fc9”. The package is released with FC9.

the sip.conf and extensions.conf are quite simple, as:
[bunny]
type=friend
username=bunny
secret=xyz
host=dynamic
mailbox=bunny@somewhere.com

[tutorial]
exten=>4321,1,Diail(SIP/bunny,10)
exten=>4321,2,Voicemail(bunny@mb_tutorial)

when dialing 4321, Asterisk failed with line like:
… pbx.c:2873 pbx_extension_helper: No application ‘Voicemail’ for extension (tutorial, 4321, 2)

‘core show applications’ has no ‘Voicemail’, ‘show voicemail users’ returns with ‘No such command’.

And, there’s no voicemail in modules directory.

Not sure if the package released with FC9 doesn’t turn on ‘voicemail’? or something I missed to turn on the voicemail feature?

Thanks in advance.[/quote]

sorry about this incorrect-post. (want to delete this post)

sorry about this incorrect-post. (want to delete this post)