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.
[EMAIL PROTECTED]

_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to