[EMAIL PROTECTED] wrote:
> On Monday 16 January 2006 09:02, [EMAIL PROTECTED] wrote:
> Put in voicemail.conf searchcontexts=yes
> and do not forget to stop and start *.
> Reload may not do.
> benchev

That's not a solution, but just a workaround.
1.2.1 has a bug where it always uses an empty context when searching for
a mailbox when using realtime config.
At around line 546 of apps/app_voicemail.c there is a line that says
var = ast_load_realtime("voicemail", "mailbox", mailbox, "context",
retval->context, NULL);
Change it to
var = ast_load_realtime("voicemail", "mailbox", mailbox, "context",
context, NULL);
Then recompile and contexts will work.
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to