What do you see when you click on the voicemail icon? You will have to select the Old tab at the top to list the voicemails (providing you have the voicemail explorer feature licensed).
Seems you have the problem, but not the same issue as adding "all" would fix the voicemail showing in trixbox. Do you use trixbox? Or perhaps some other distro? Or perhaps plain asterisk? Do you use file based voicemail? What happens when you click on the mwi icon? Do you see the mwi icon when you have voicemail? Are you clicking your own voicemail or others? If you click on others, you must have the voicemailadmin manager permission set for the user.
Comments
Best regards,
A popup window with the following tabs:
New
Old
Work
Family
Friends
and trashbox icon
When I click on any of the links, there is nothing.
I just bought the VM upgrade and installed the code with no issues and restarted fop2
#service fop2 restart
Any ideas?
--
;
; Asterisk Call Management support
;
[general]
enabled = yes
port = 5038
bindaddr = 127.0.0.1
[admin]
secret = amp111
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,command,agent,user,originate
write = system,call,log,verbose,command,agent,user,originate
#include manager_additional.conf
#include manager_custom.conf
--
Do I change the two lines to read?
read = all
write = all
You can also do as above...
In trixbox you must use "all" for AMI userevents to be propagated. And some fop2 functionality depends on userevents.
This is what my manager.conf looks like:
Any suggestions would be great!
Best regards,