Vadim Berezniker
2006-Jan-20 05:44 UTC
[Asterisk-Users] more voicemail frustrations (was: realtimevoicemail)
asterisk-users-bounces@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?
Juan J. Sierralta P.
2006-Jan-20 11:00 UTC
[Asterisk-Users] more voicemail frustrations (was: realtimevoicemail)
Hi, I think the problem is that your SIP users aren?t keep in memory, please check http://www.voip-info.org/wiki-Asterisk+RealTime I quote: "NOTE: If you enable RealTime caching in your sip.conf, Voicemail MWI works and so does 'sip show peers' - see rtcachefriends=yes" On 1/20/06, Vadim Berezniker <VadimB@isgcom.com> wrote:> asterisk-users-bounces@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? > _______________________________________________ > --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 >-- Juanjo sin .sig :(