Yes, there are… For
one, development environment.
You could not find the
/usr/src folder, cause there are no sources in AstLinux binary distribution. If
you wanna compile anything, you should check dev environment out or build one
for yourself from scratch… Good luck!
P.S. You really should’ve
asked the same question for the fifth time, though…
Dmitry Lebedev
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nedi
Sent: Wednesday, March 15, 2006
4:44 PM
To: Discussion
of AstLinux - Asterisk on Compact Flash
Subject: [Astlinux-users]
NVFaxDetect in astlinux
hi,
is there any solutions for install those addons in astlinux i cannot find
this folder "/usr/src/asterisk/apps" in astlinux. can i use
another folder to do it?
--------------------------------------------------------------
a.. NVFaxDetect - Detects fax, talk, DMTF, and other tones on IAX, SIP, ZAP,
and other channels
a.. NVLineDetect - Detects answer, busy, congestion, dialtone, dead, and others
on IAX, SIP, ZAP, and other channels
a.. NVFaxEmail - Integration of SpanDSP, RxFax, and e-mail; quick and simple to
use without scripts
a.. NVMachineDetect - Answering machine, PBX, and talk detection
Easiest way to get up and running:
(1) Drop the code in your /usr/src/asterisk/apps directory
(2) Edit the Makefile in the apps directory. Add the following line:
APPS+=app_nv_backgrounddetect.so
(3) Go to /usr/src/asterisk and run "make", then run "make
install"
If you encounter compiler errors like:
error: struct ast_channel has
no member cid
Edit app_nv_faxdetect.c and enable the CALLERID_FIELD #define
statement:
#define CALLERID_FIELD cid.cid_num
Comment out the other, existing definition.
(4) Start or restart Asterisk
(5) Type "show application nvbackgrounddetect" from the CLI and you
should see it