[Asterisk-Users] RE:NVFaxDetect errors on make

Chris Tuska chris at tuska.us
Thu Mar 10 12:27:52 MST 2005


Justin,

Thank you worked great...  now for the SIP tests..

Chris Tuska


Date: Thu, 10 Mar 2005 09:23:16 -0800
From: "Justin Newman" <jnewman at newmantelecom.com>
Subject: [Asterisk-Users] NVFaxDetect errors on make
To: <asterisk-users at lists.digium.com>
Message-ID: <1a1901c52595$d92cbdb0$9600a8c0 at THINKPAD>
Content-Type: text/plain; charset="iso-8859-1"

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



------------------------------


Thanks,

Chris Tuska
Network Engineer
CCNA, CCSA

In theory, theory and practice are the same. In practice, they aren't
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050310/c065bba9/attachment.htm


More information about the asterisk-users mailing list