[Asterisk-Users] NVFaxDetect errors on make
Justin Newman
jnewman at newmantelecom.com
Thu Mar 10 10:23:16 MST 2005
Look in app_nv_backgrounddetect.c and app_nv_faxdetect.c.
Near the top you should see:
// Use the second one for recent Asterisk releases
#define CALLERID_FIELD cid.cid_num
//#define CALLERID_FIELD callerid
Change it to:
// Use the second one for recent Asterisk releases
//#define CALLERID_FIELD cid.cid_num
#define CALLERID_FIELD callerid
Save, recompile, and you should be set.
--
Justin Newman
Newman Telecom, Inc.
info at newmantelecom.com
More information about the asterisk-users
mailing list