I installed [EMAIL PROTECTED] 2.2 using the default settings from the downloaded
CD and CentOS.

I was running through the Nerd Vittles
(http://mundy.org/blog/index.php?cat=3) and trying to setup the fax
detection.

The tutorial talks about:
"whether you are running [EMAIL PROTECTED] 1.5 or [EMAIL PROTECTED] 2.x."

When I followed the instructions for [EMAIL PROTECTED] 2.2 it indicates:
// Use the second one for recent Asterisk releases
//#define CALLERID_FIELD cid.cid_num
#define CALLERID_FIELD callerid


Yet, this would not compile for me.  So I had to leave the source code as:
// Use the second one for recent Asterisk releases
#define CALLERID_FIELD cid.cid_num
//#define CALLERID_FIELD callerid

Once I added this to the Makefile
APPS+=app_nv_faxdetect.so

Anyway, the make worked fine with the above setting.
make install worked fine as well.

Following the rest of the instructions:
amportal start
asterisk -r
set verbose 10
show application nvfaxdetect

I get this:

Asterisk 1.2.1, Copyright (C) 1999 - 2005 Digium.
Written by Mark Spencer <[EMAIL PROTECTED]>
=========================================================================
Connected to Asterisk 1.2.1 currently running on asterisk1 (pid = 2591)
Verbosity is at least 3
asterisk1*CLI> set verbose 10
Verbosity was 3 and is now 10
asterisk1*CLI> show application nvfaxdetect
Your application(s) is (are) not registered
asterisk1*CLI> show application nvfaxde
Your application(s) is (are) not registered
asterisk1*CLI> show application nvfaxdetect
Your application(s) is (are) not registered
asterisk1*CLI> Read from remote host asterisk: Connection reset by peer
Connection to asterisk closed.

Anyone know why it would not recognize the new module?

TIA,
Dave


Reply via email to