[asterisk-users] Voicemail() app not available?

Andrew Furey andrew.furey at gmail.com
Thu May 13 22:19:08 CDT 2010


On 13/05/2010, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote:
> Specifically, builds 3 different variants of app_voicemail.so as
>  different modules (app_voicemail.so, app_voicemail_imap.so,
>  app_voicemail_odbc.so).

Correct; the other two were noload(ed) by default so I left them.


> What happens if you run:
>
>   module unload app_voicemail.so
>   module   load app_voicemail.so

Aha; I get the following:

asteriskdemo*CLI> module unload app_voicemail.so
Unable to unload resource app_voicemail.so
[May 14 11:06:04] WARNING[15747]: loader.c:501 ast_unload_resource:
Firm unload failed for app_voicemail.so
asteriskdemo*CLI> module load app_voicemail.so
[May 14 11:06:22] ERROR[15747]: app_voicemail.c:7941 load_module:
app_voicemail.so depends upon res_adsi.so

... which I had noload(ed) as well - didn't realise it was required.
(Further looking shows it was in the messages log the whole time;
didn't think to check, been connecting to -r console...)

Loading res_adsi.so fixes the problem. I'll have to go over the
Asterisk Slimming wiki entry...

Thanks Tzafrir!

Andrew

-- 
Linux supports the notion of a command line or a shell for the same
reason that only children read books with only pictures in them.
Language, be it English or something else, is the only tool flexible
enough to accomplish a sufficiently broad range of tasks.
                          -- Bill Garrett



More information about the asterisk-users mailing list