mmh, there's still an error when compiling voicemail2 with mysql support : gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -O6 -g -Iinclude -I../include -DUSEMYSQLVM=\"1\" -D_REENTRANT -D_GNU_SOURCE -march=i686 -DASTERISK_VERSION=\"CVS-07/21/02-14:49:14\" -DDO_CRASH -DDEBUG_THREADS -c -o app_voicemail2.o app_voicemail2.c app_voicemail2.c: In function `find_user': app_voicemail2.c:221: invalid type argument of `unary *' app_voicemail2.c: In function `load_config': app_voicemail2.c:2464: warning: unused variable `var' app_voicemail2.c:2463: warning: unused variable `cat' app_voicemail2.c: At top level: app_voicemail2.c:2425: warning: `append_mailbox' defined but not used make[1]: *** [app_voicemail2.o] Error 1 make[1]: Leaving directory `/root/phony/asterisk/apps' make: *** [subdirs] Error 1 [EMAIL PROTECTED] asterisk]#
I think that line 221 *retval->attach=-1; must be retval->attach=-1; Matteo. Il dom, 2003-06-15 alle 13:34, Mark Spencer ha scritto: > I've commited changes to Voicemail2: > > * Handle properly when being left a message while checking VM -- > this should fix the "saving to your inbox" issue too, at least in > principle. > > And to DISA: > > * Properly handle extensions with multiple matches and "dots" > > Please let me know on or off list about any feedback you have regarding > these changes. > > Mark > > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
