Vadim Berezniker wrote:

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.

looks like they've fixed it in 1.2.2.

however. i switched over to use realtime SIP. now the voicemail
light doesn't work. also has anyone use the MailboxExists() function
in dial plan? seems like no matter what i do. it'll just just execute
the next proprity. :(


--
Edwin Lam <[EMAIL PROTECTED]>
Systems Engineer, Office General, Inc.
Ph: +1 415 439 4988 Fax: +1 415 283 3370
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0xD6506D20
_______________________________________________
--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