[Asterisk-Dev] CLI issues after "Message check for mailbox #### but voicemail not loaded?"

Andrew Kohlsmith akohlsmith-asterisk at benshaw.com
Tue Jan 4 07:31:28 MST 2005


I'm getting this message after a recent CVS HEAD upgrade -- it is happening 
when chan_zap loads since I have 

mailbox=8880110

in there.  Now I most certainly have mailbox 8880110 setup and working 
correctly as I can leave voicemail, pick up voicemail and administrate that 
mailbox without issue, but I get 24 "Message check for mailbox #### but 
voicemail not loaded" messgaes on startup (T100P to channel bank).

Looking at the source, I see that app.c contains the text in function 
ast_app_has_voicemail() and it happens if ast_has_voicemail_func is not true.

ast_has_voicemail_func is a static function pointer which is initialized to 
NULL in app.c, and gets set to a voicemail function by 
ast_install_vm_functions() in the same file.

apps/app_voicemail.c calls ast_install_vm_functions().

I am clearly loading app_voicemail since it works, so why am I getting these 
messages?

Hell I even tried noloading chan_zap.so and forcibly loading app_voicemail 
(and res_adsi) in modules.conf but after asterisk starts up and I load 
chan_zap.so I *still* get the message.

This wouldn't be such a big deal except that 24 of these messages kills some 
kind of buffer and causes all CLI messages to fail to appear.  if I execute 
commands I get the command output but normal asteirsk operation messages are 
gone.  set verbosity does not help.

Anyone?

-A.



More information about the asterisk-dev mailing list