[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.
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.
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.
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
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