[Asterisk-Users] NVFaxDetect and NVBackgroundDetect on Asterisk 1.2
Justin Newman
jnewman at newmantelecom.com
Tue Nov 22 21:24:34 MST 2005
If you are unable to build NVFaxDetect and/or NVBackgroundDetect on Asterisk
1.2 (and/or AMP or @home Beta), make the following changes:
1) Above the following line near the top, in both files:
#include <asterisk/lock.h>
Add:
#include <stdio.h>
2) In NVBackgroundDetect, to get rid of the trigraph warning, search for
"??)" and replace it with "?)".
3) Rebuild Asterisk from /usr/src/asterisk with "make && make install".
4) Restart Asterisk with "restart now" from the CLI.
The new release will have this modification.
Justin
More information about the asterisk-users
mailing list