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
_______________________________________________
Astlinux-users mailing list
[email protected]
http://lists.kriscompanies.com/mailman/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]

Reply via email to