similar to: Asterisk AGX addons compile issues

Displaying 20 results from an estimated 500 matches similar to: "Asterisk AGX addons compile issues"

2009 Feb 26
1
Can't build today's AGX Asterisk Addon with spandsp0.0.6pre3 or 4
Hi, With 0.0.6pre3: # ./build.sh CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 2.6) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000".
2009 Feb 11
0
Asterisk AGX addons compile issues
svn?co?https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addons?agx-ast-addons ./build_sh from the trunk. ? -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Olivier Sent: 10 February 2009 18:35 To: michael at networkstuff.co.nz; Asterisk Users Mailing List - Non-Commercial Discussion Subject:
2009 Mar 09
0
Can't build today's AGX Asterisk Addon with spandsp0.0.6pre3 or 4 [SOLVED]
2009/2/26 Olivier <oza-4h07 at myamail.com> > I must add I tried spandsp0.0.6xxx as a warning message advised me to do so > (using 0.0.4 would be ok for me but current trunk doesn't allow this > anymore, it seems). > > > 2009/2/26 Olivier <oza-4h07 at myamail.com> > > Hi, >> >> With 0.0.6pre3: >> # ./build.sh >> CMake Warning (dev)
2009 Mar 13
1
AGX Asterisk Addon - Can't find app_fax.c withspandsp-0.0.4
You now need to compile and install SpanDSP-0.0.6pre3 at least (AGX has been changed). After you've done that - try AGX again. HTH -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Olivier Sent: 11 March 2009 06:16 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users]
2005 Mar 10
2
NVFaxDetect errors on make
Hi All, I am trying to add FAX to my SIP confiig and I am getting some errors, any help would be great. gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DASTERISK_VERSION=\"CVS-v1-0-12/23/04-22:36:11\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"
2009 Mar 11
0
AGX Asterisk Addon - Can't find app_fax.c with spandsp-0.0.4
Hi, I've installed spandsp-0.0.4pre16 With this: cd ~ svn co https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addons agx-ast-addons<https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addonsagx-ast-addons> cd agx-ast-addons/trunk ./build.sh I've got this: CMake Error in spandsp-0.0.4/CMakeLists.txt: Cannot find source file "app_fax.c". Tried
2008 Apr 04
1
rxfax crashes Asterisk (segmentation fault)
Hi, I am using spandsp-0.0.4, tiff-3.8.2, and agx-ags-addon with Asterisk 1.4.18. Everytime rxfax executes, Asterisk crashes: -- Executing [fax at phones:1] Set("Zap/2-1", "FAXFILE=/var/spool/asterisk-fax/1207322398.0.tif") in new stack -- Executing [fax at phones:2] RxFAX("Zap/2-1", "/var/spool/asterisk-fax/1207322398.0.tif") in new st ack [Apr 4
2008 Mar 12
2
TXFax/RXFax/AGX-Addons/SpanDSP Crashing
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, anyone else seen RX/TXFax crashing Asterisk on latest Asterisk SVN? I've now seen it on two machines I tried to set up - one it seems because the tiff file was malformed, but the other is doing: tiff -> tx fax -> zaptel -> pstn -> ddi -> zaptel -> rx fax -> tiff The above crashes every time. If no one else has
2008 Dec 22
1
Install app_rxfax and app_txfax in 1.4with Lenny
JFYI - I run (successfully) agx-addons with 1.4.22 and Etch. Make sure you have the right version of SpanDSP installed (as well as the tiff libraries). -->> -----Original Message----- -->> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users- -->> bounces at lists.digium.com] On Behalf Of Loic Didelot -->> Sent: 19 December 2008 20:33
2008 Dec 17
2
Install app_rxfax and app_txfax in 1.4 with Lenny
Hi, I've read README file in agx-ast-addons-1.4.17.5.tar.bz2 It says "Install libTiff >=3.8 and <4.0" Should you really use this agx-ast-addons to get app_rxfax and app-_txfax running with latest 1.4.22 ? If positive, should you take this libtiff warning into account ? If positive, where can you find such libtiff version as Debian repository (I didn't check alternate
2005 Mar 20
1
app_nv_backgrounddetect - how to make module
How to compile additional module to asterisk? I have app_nv_backgrounddetect.c file and followed instructions below, but "make" did not generate app_nv_backgrounddetect.so or app_nv_backgrounddetect.o (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
2005 Jun 21
5
NVFaxdetect
I have googled this and come up empty. Has anyone had any problems compiling NVFaxdetect on asterisk 1.0.7? Here is the error I am getting when I run make. app_nv_faxdetect.c: In function `nv_detectfax_exec': app_nv_faxdetect.c:210: error: structure has no member named `cid' app_nv_faxdetect.c:227: error: structure has no member named `cid' app_nv_faxdetect.c:265: error:
2009 Jan 20
2
extensions.conf -- what to do when command throws errors?
Hi, all. I've got app_rxfax going and nicely receiving a fax, which I then throw to a script, and have it convert it to a PDF and mail it. Works great... a lot of the time. But a fair bit of the time, rxfax throws errors, and extensions.conf seems never to invoke my script. Here are the pertinent lines: exten => _6403,n,rxfax(${FAXFILE}) exten =>
2005 Sep 08
2
Pass through of T.38
Hi, I found some contradicting infos about pass through of T.38 data. Are there any experiences of just passing T.38 via SIP from one T.38 application or gateway trough asterisk to another T.38 application or gateway? Would asterisk maybe even pass T.38 from chan_oh323 to chan_sip (without understanding the content)? Please tell me, if you have knowledges or experiences on this topic!
2007 Mar 26
0
rx_fax and Asterisk 1.4.2
Hi, I have recently upgraded from Asterisk 1.2.15 to 1.4.2 and I'm experiencing trouble with rx_fax. I have followed instructions posted by Sems: http://www.sems.org/entry.asp?ENTRY_ID=197 I'm using spandsp-0.0.3pre28 and the app_rxfax and app_txfax from: http://www.soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.4/ rx_fax and tx_fax are both enabled via make
2004 Jun 17
3
asterisk-addons compilation error
Folks I am getting the following error as of today after updating both asterisk and asterisk-addons. These are both under /usr/src. Any ideas? dora-debian:/usr/local/src/asterisk-addons# make ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c
2008 Mar 21
1
TxFax in asterisk 1.4
Hi guys, I installed asterisk 1.4.17 and mISDN 1.1.7 with AGX addons to test the faxs. If I receive i do not have any problem, but i'm not able to send put any fax, i get always the same error: txfax_exec: transmission done with ast_read(chan) == NULL Anyone has txfax working with asterisk 1.4? I try to download app_rxfax.c and app_txfax.c with the asterisk.patch file but without success.
2008 Apr 04
1
rxfax issue
Hi all, Here's our setup: Asterisk 1.4.18 Agx-ast-addons 1.4.5 Problem: When accepting a fax, the fax itself comes through just fine, and it does successfully create a tiff file. However, the dialplan should be executing a system command right after that completes, but isn't due to hanging up early. I'm getting a cause 16 hangup, which I believe is a "Normal Hangup", but
2009 Feb 03
1
app_rxfax.c: Channel T30 DONE < 0 -- incommplete fax reception.
Hi, all. I'm getting a lot of [Feb 3 13:56:36] WARNING[3721] /usr/src/asterisk/spandsp/agx-ast-addons/app_rxfax.c: Channel T30 DONE < 0. in my log file, and incomplete fax reception. Any idea what might be going on? I've googled a fair bit, but haven't seen anything leap out at me. Thanks, -Ken
2010 Apr 05
1
trying app_fax.c
I downloaded spandsp0.0.6pre17 I download http://sf.net/projects/agx-ast-addons for app_txfax and found trunk/app_fax to be newer so I used that. spandsp compiled fine. app_fax compiled when loading I get: [Apr 5 08:55:54] ^[[1;31;40mWARNING^[[0;37;40m[7505]: ^[[1;37;40mloader.c^[[0;37;40m:^[[1;37;40m433^[[0;37;40m ^[[1;37;40mload_dynamic_module^[[0;37;40m: Error loading module