similar to: Can't build today's AGX Asterisk Addon with spandsp0.0.6pre3 or 4 [SOLVED]

Displaying 20 results from an estimated 200 matches similar to: "Can't build today's AGX Asterisk Addon with spandsp0.0.6pre3 or 4 [SOLVED]"

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:
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
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
2007 Jan 29
0
Rxfax and txfax
somebody know how to compile the rxfax and txfax apps under asterisk 1.4.0?? i get this errors: Generating embedded module rules ... make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. [CC] app_rxfax.c -> app_rxfax.o
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 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
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\"
2007 Nov 06
1
Asterisk 1.4 + Presence
Dear all, I'm using Asterisk 1.4 as my SIP server of my LAN users. The SIP clients are using different operating systems such Debian, Gentoo and Windows XP so they use different SIP softphones like SJPhone, Twinkle and X-Lite. In order to let SIP clients to see the presence status to each other, do I have to establish any special setting in Asterisk 1.4 ??? Or the presence status (online,
2006 May 03
0
Asterisk SRPMs and patches
Hi, I'm using RPMs from http://www.laimbock.com/asterisk/ and they works well (thanks to the author!). They include some patches to provide additional functionalities. Now I'm trying to re-create the original compiling environment to recompile some other apps (app_pickup2, app_ldap, etc) and I downloaded SRPMs. Does anyone know if Asterisk tarball included in SRPMs already contains patch
2004 Oct 05
2
Problems installing app_valetparking
I download app_valetparking.c from http://www.loligo.com/asterisk/misc/apps/app_valetparking.c and followed the directions on http://www.loligo.com/asterisk/misc/apps/app_valetparking.README I am using asterisk-1.0.0 any suggestions [root@localhost asterisk]# astxs -install apps/app_valetparking.c gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarat ions -g -Iinclude
2007 Aug 07
6
Which spandsp & unicall version to use with 1.2?
Hi all, Anyone have an idea which version of spandsp, libunicall, libmfcr2, libsupertone, app_rxfax/app_txfax and chan_unicall I should use for the latest asterisk 1.2? Would that be the ones listed below? http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.4pre4.tgz http://www.soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.2/
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
2015 Sep 13
1
AGP cards in PCI mode (fake slots like AGPro, AGP Express, AGI, AGX, XGP)
On Sunday 13 September 2015 21:12:25 Ilia Mirkin wrote: > On Sun, Sep 13, 2015 at 2:57 PM, Ondrej Zary <linux at rainbow-software.org> wrote: > > Hello, > > I have a PC Chips A31G board with AGPro slot and found that nouveau does > > not work properly with it. Console works but reverts to software mode, > > X11 hangs with mouse cursor only. > > > > The
2009 Mar 07
4
Compile problems
Hi all I don't know what went wrong but i no longer seem to be able to compile asterisk. I first do : cd /usr/src/dahdi-linux-2.1.0.4 make clean ; make all ; make install cd /usr/src/dahdi-tools-2.1.0.2 ./configure ; make clean ; make all ; make install ; make config So far.... so good but then when i do : cd /usr/src/asterisk-1.6.0.6 make clean ; ./configure ; make all ; make install i
2009 Mar 24
1
Error in ReceiveFax with T.38 -- Asterisk 1.6.0.7-rc2
Hello, In my scenario, the asterisk machine is installed behind a CISCO mediaGW in order to be able communicate with the PSTN. Asterisk is configured to use T.38 to send and receive faxes. I'm trying to receive a fax from a fax machine located in the PSTN. Apparently everything goes well: the fax machine says the transmission was successfully completed, and the fax file is successfully
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
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: