[Asterisk-Dev] Compiling app_voicemail2.c
Adam Hart
work at adamhart.net
Thu Aug 21 00:53:54 MST 2003
Hi,
I'm attempting to use voicemail via Mysql authenication aka voicemail2.c. It seems to error compiling syntax I don't see how could compile in gcc.
example
wait_file(chan,vms,DIGITS_DIR "yesterday");
DIGITS_DIR is defined as follows
#define DIGITS_DIR AST_SOUNDS "/digits/"
therefore it becomes wait_file(chan,vms, /var/lib/asterisk "/sounds" "/digits/" "yesterday");
I don't see how gcc is meant to interpret that but I assume it has compiled before. Could you please help me getting this file compiled.
Thanks,
Adam Hart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20030821/727a6f40/attachment.htm
More information about the asterisk-dev
mailing list