blob: f276d31fd10137200e79ac642dc0e6ff6d98fafa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- app_nv_faxdetect-1.0.6/app_nv_faxdetect.c.orig 2005-05-31 15:10:11.000000000 +0200
+++ app_nv_faxdetect-1.0.6/app_nv_faxdetect.c 2005-05-31 15:14:41.000000000 +0200
@@ -66,8 +66,8 @@
"For questions or comments, please e-mail support@newmantelecom.com.\n";
// Use the second one for recent Asterisk releases
-#define CALLERID_FIELD cid.cid_num
-//#define CALLERID_FIELD callerid
+//#define CALLERID_FIELD cid.cid_num
+#define CALLERID_FIELD callerid
STANDARD_LOCAL_USER;
--- app_nv_faxdetect-1.0.6/app_nv_backgrounddetect.c.orig 2005-05-31 15:10:21.000000000 +0200
+++ app_nv_faxdetect-1.0.6/app_nv_backgrounddetect.c 2005-05-31 15:15:09.000000000 +0200
@@ -64,8 +64,8 @@
"For questions or comments, please e-mail support@newmantelecom.com.\n";
// Use the second one for recent Asterisk releases
-#define CALLERID_FIELD cid.cid_num
-//#define CALLERID_FIELD callerid
+//#define CALLERID_FIELD cid.cid_num
+#define CALLERID_FIELD callerid
STANDARD_LOCAL_USER;
|