[Asterisk-Users] more voicemail frustrations (was: realtime
voicemail)
Edwin Lam
elam at officegeneral.com
Thu Jan 19 19:09:36 MST 2006
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 <edwin at officegeneral.com>
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
More information about the asterisk-users
mailing list