Is there a voicemail module already loaded (module show like voicemail)? You can’t load module. If there is already a module, then did it show warnings or errors at load time?
show like voicemail was returning results.
I have odbc configured, the odbc voicemail module was not running and so i added the following in module.conf
There were no warnings with the configurations below running with imap disabled i can do voicemail recording.
However when I switch to enabling the imap module i start getting VoiceMail application not found.
I am using asterisk in realtime, my objective is to do voicemail to email
You can’t have both ODBC and IMAP, if that’s what you’re trying to do. It’s one or the other, and IMAP isn’t for sending email when a voicemail is left. It’s for storing the email in IMAP.
What voicemail are you actually using? For sending the voicemail to email it uses the sendmail command by default, which then leaves it up to the system as to how to deliver it.