similar to: Asterisk AGX addons compile issues

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

2008 Dec 18
3
Asterisk AGX addons compile issues
Has anyone seen this before, and know what is happening? USER at HOST:~/asterisk/agx-ast-addons# ./build.sh -- Configuring done -- Generating done -- Build files have been written to: /root/asterisk/agx-ast-addons [ 11%] Building C object CMakeFiles/app_devstate.dir/app_devstate.o Linking C shared module dist/app_devstate.so [ 11%] Built target app_devstate [ 22%] Building C object
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 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".
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
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
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\"
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 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 22
2
Install app_rxfax and app_txfax in 1.4withLenny
...described in the README file ;). SpanDSP - 0.0.4 pre 16 LibTiff - >= 3.8 but <4.0 I had to trawl around for the right SpanDSP - but I can e-mail a copy to whomever wants one (drop me a personal e-mail and I'll attach it by return) HTH Andy -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of
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 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
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 05
2
Getting asterisk-addons installed on Debian?
Hi, I am having some trouble installing asterisk addons on Debian. I wish to do this to use mysql billing. I have mysql and mysql-devel packages installed I think!? pbx01:/usr/src/asterisk-addons# dpkg -l mysql-server libmysqlclient*dev Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/
2005 Mar 20
2
NVBackgroundDetect
Can anybody share information how to install NVBackgroundDetect? I have the app_nv_backgrounddetect.c but I'm missing: app_nv_backgrounddetect.o and app_nv_backgrounddetect.so and have no idea how to generate them. Wiki point to contact Newman Telecom but all I received was the app_nv_backgrounddetect.c and no instruction how how to install it. The installation instruction from wiki
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:
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
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
2011 Feb 02
1
AGI script exits non-zero when running system command
Hey guys I was hoping I could get a few pointers on a problem I have been trying to debug for the last couple of months regarding asterisk AGI scripts and unexpected termination. I have this agi script that accepts incoming faxes using RxFax on the latest asterisk 1.4 branch. Its written with perl and it works fine except for one line that causes the entire script to terminate unexpectedly. The
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.