[Asterisk-Users] more voicemail frustrations (was: realtimevoicemail)

Vadim Berezniker VadimB at isgcom.com
Fri Jan 20 05:44:20 MST 2006


asterisk-users-bounces at lists.digium.com wrote:
> 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. :(

Yes, they fixed it in 1.2.2. They also fixed a SQL quote bug (that
affected MSSQL and maybe others but not mysql)
There's still an outstanding bug on the usage of the wrong SQL data type
in an ODBC call (but once again it doesn't affect mysql).

I didn't have problems using the voicemail indicator with realtime. Are
you getting any errors in the console?



More information about the asterisk-users mailing list