I have Asterisk 18 as installed from Ubuntu repositories. I have load => app_voicemail.so
in my modules.conf file and I can do all of this:
arthur*CLI> module show like voi
Module Description Use Count Status Support Level
app_voicemail.so Comedian Mail (Voicemail System) 0 Running core
app_voicemail_imap.so Comedian Mail (Voicemail System) with IM 0 Not Running core
app_voicemail_odbc.so Comedian Mail (Voicemail System) with OD 0 Not Running core
res_pjsip_send_to_voicemail.so PJSIP REFER Send to Voicemail Support 0 Running core
4 modules loaded
arthur*CLI> core show help voicemail
voicemail reload -- Reload voicemail configuration
voicemail show aliases -- List mailbox aliases
voicemail show users [for] -- List defined voicemail boxes
voicemail show zones -- List zone message formats
arthur*CLI> voicemail reload
Reloading voicemail configuration...
arthur*CLI>
arthur*CLI>
arthur*CLI> voicemail show users
Context Mbox User Zone NewMsg
default 115 Loopback Mailbox 0
1 voicemail users configured.
On the other hand, calls to dialplan that specifies Voicemail or VoicemailMain fail as in:
[Apr 10 11:36:26] WARNING[1862630][C-00000004]: pbx.c:2928 pbx_extension_helper: No application 'Voicemail' for extension (privileged-inbound, 1151, 4)
or
[Apr 10 11:40:26] WARNING[1862696][C-00000005]: pbx.c:2928 pbx_extension_helper: No application 'VoicemailMain' for extension (privileged-inbound, 1150, 2)
I don’t know what I failed to enable. Any assistance gratefully accepted.
Ed Greenberg