tonyg
(Tony Guadagno)
September 3, 2020, 2:57pm
1
hi, i have an extension that did not want vm’s as emails anymore. so i turned off the email attachment option as well as the delete voicemail option. i then hit submit and then apply. when i test, the vm is still being sent as an attachment and is still being deleted even thought the gui says otherwise…
can anyone give me an idea of how to debug this issue?
thanks in advance
shahin
(Shahin NAZIR)
September 3, 2020, 3:14pm
2
Hi @tonyg
Pls check mail and Asterisk Full logs. Should give you some idea.
tail -f /var/log/maillog
Thanks.
Shahin
tonyg
(Tony Guadagno)
September 3, 2020, 4:30pm
3
here is the full log of a vm call. looking through it reminded me that this is a zulu user…does zulu override some of the extension settings??
shahin
(Shahin NAZIR)
September 3, 2020, 5:24pm
4
Pastebin doesn’t works Could you pls check your pastebin.
tonyg
(Tony Guadagno)
September 3, 2020, 5:25pm
5
shahin:
Pastebin doesn’t works
hmm, i just clicked on the link and it worked fine. not sure what the issue is, seems ok. is there another paste service i can paste on?
lgaetz
(Lorne Gaetz)
September 3, 2020, 6:32pm
6
The VM config options are written directly to the file
/etc/asterisk/voicemail.conf
First ensure the file permissions are correct by running:
fwconsole chown
If that doesn’t help, check to see if there is any corruption or stray characters in the file.
tonyg
(Tony Guadagno)
September 3, 2020, 6:34pm
7
lorne, after i chown, do i need to reload to get the file rewritten? how do the changes get to the file?
system
(system)
Closed
October 4, 2020, 6:34pm
8
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.