Displaying 20 results from an estimated 1000 matches similar to: "FreeBSD Compile Errors"
2006 Apr 19
1
Error installing asterisk
I am instaling asterisk on Fedora core 3.
I have instaled zaptel-1.2.3, libpri-1.2.2, but when I am instaling (make install) asterisk I have the following error:
....................
_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -fPIC -c -o app_zapscan.o app_zapscan.c
gcc -shared -Xlinker -x -o app_zapscan.so app_zapscan.o
gcc -pipe -Wall
2006 Nov 15
2
Page() Function Timeout
I'm trying to use a simple page function. It starts a MeetMe conference
with the devices I've listed, but the devices hang up after 3-5 seconds.
After doing some research I found this was a problem, and I needed to
remove a (5) from app_page.c
Well, my app_page.c didn't have the (5). I did make clean; make install
again just in case I had some weird compiled version installed that
2005 Sep 14
11
RxFax/TxFax - Compile Problem
Anyone know how to fix this?
gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiff
In file included from app_rxfax.c:14:
/usr/include/asterisk/lock.h: In function `ast_mutex_init':
/usr/include/asterisk/lock.h:302: error: `PTHREAD_MUTEX_RECURSIVE'
undeclared (first use in this function)
/usr/include/asterisk/lock.h:302: error: (Each undeclared identifier is
reported
2007 Mar 28
1
App_RXFax Problem.
Good day everyone,
Hope someone can help me with a spandsp/app_rxfax problem.
I've compiled spandsp 0.0.2pre26, and app_rxfax.c from soft-switch.org
Both went just fine, and i've checked my libtiff and libxml (along with the devel-s) versions - they're fine.
Machine is fedora core 3, x86_64. Asterisk is 1.2.17, zaptel 1.2.15
Dialing in on a zap channel. T1 PRI, esf,b8zs TE110P
2006 Feb 19
2
spandsp 0.0.2pre25
Hello,
Is anyone successfully using spandsp 0.0.2pre25 with either asterisk 1.0.x or
1.2.4? I've built a Gentoo ebuild for this version of spandsp and app_rtxfax,
and it builds, but I'm not having any luck getting it working. 99% of my test
faxes fail. Reverting to 0.0.2pre20 yields a much higher success rate.
I've bumped the console debugging level in logger.conf to include debug
2007 Jan 22
4
Problems with rxfax
Dear list,
The company I'm working for is trying to use app_rxfax to receive faxes
on an Asterisk machine. Our initial tests looked very promising, but
unfortunately we've encountered some problems. We've been trying to
solve these problems for quite some time now, but we're running out of
options. So I really hope that somebody can give some help here.
Basically our set-up is
2006 Mar 25
2
Asterisk spanDSP / Faxing problem
Hi There.
I have the following setup :
Asterisk 1.2.4 , freePBX 2.0.1, spandsp-0.0.2pre24
My problem is as follows :
If I set up a very simple extensions.conf. when I dial from a fax
machine, it seems as if no fax is being recognised.
If I answer the call, I can hear the fax machine beeping.
extensions.conf :
2004 May 28
2
spandsp wont compile.
I can't get spandsp to compile. when I go to the */apps directory i
continually fails.
Makefile:80: warning: overriding commands for target `app_rxfax.so'
Makefile:77: warning: ignoring old commands for target `app_rxfax.so'
cc -fPIC -c -o app_rxfax.o app_rxfax.c
app_rxfax.c:45: error: `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP'
undeclared here (not in a function)
make: ***
2004 Jun 19
1
RxFax problems
Hey All,
I'm still (since April) having problems getting RxFax to work over an
ISDN4Linux channel. Just wondering if anyone has had any luck getting it
to work?
I have done a CVS update today (about half hour ago) and made sure I have
the latest version of spandsp according to Steve's website
(spandsp-0.0.1k). When I was compiling asterisk, I got the following
warnings:
2005 Oct 14
3
Problem with compiling spandsp
New asterisk user, pretty much set up except for spandsp. I get the
following when trying to compile:
app_rxfax.c
app_rxfax.c: In function `phase_e_handler':
app_rxfax.c:92: error: structure has no member named `cid'
app_rxfax.c:92: error: structure has no member named `cid'
app_rxfax.c: In function `rxfax_exec':
app_rxfax.c:260: error: structure has no
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 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/
2005 Sep 12
1
optimizing for via C3
Hi
I'm trying to build an Asterisk packages for a C3 system (256MB memory,
cpuinfo below).
/proc/cpuinfo:
processor : 0
vendor_id : CentaurHauls
cpu family : 6
model : 9
model name : VIA Nehemiah
stepping : 8
cpu MHz : 1000.736
cache size : 64 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu
2005 Oct 03
1
Compiling SpanDSP
Has anybody been successful with compiling the pre3 version of SpanDSP
on the current Asterisk CVS? I'm getting:
app_rxfax.c: In function `phase_e_handler':
app_rxfax.c:77: warning: implicit declaration of function
`fax_get_transfer_statistics'
app_rxfax.c:78: warning: implicit declaration of function
`fax_get_far_ident'
app_rxfax.c:79: warning: implicit declaration of
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
2006 Apr 14
2
asterisk 1.2.7.1 and app_rxfax
Hi!
After upgrading to asterisk 1.2.7.1 (from 1.2.4) it seems that app_rxfax
doesnt work any more.
I've installed spandsp-0.0.2pre25 (the same problem with
spandsp-0.0.3pre6.tgz ) app_rxfax.c, app_txfax.c and made the Makefile
patch from the same directory.
When starting asterisk I always get the follwing error message:
[app_rxfax.so]Apr 14 18:54:20 WARNING[7223]: loader.c:325
2006 Jan 12
1
R: app_rxfax.so and app_txfax.so
I have to re-compile also app_rxfax.so and app_txfax.so or just spandsp ?
Thanks
Giordano
________________________________
Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Colin Anderson
Inviato: gioved? 12 gennaio 2006 17.20
A: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Oggetto: RE: [Asterisk-Users]
2004 Apr 28
1
Softfax/spandsp compilation
Only to signal that if you want to compile app_rxfax and app_txfax with last
cvsses of asterisk you have to modify the patched versions of the apps
directory Makefile to define the symbol _GNU_SOURCE
example, the line to compile app_rxfax from:
gcc -O2 -g -Iinclude -I../include -c -o app_rxfax.o app_rxfax.c
to
gcc -D_GNU_SOURCE -O2 -g -Iinclude -I../include -c -o app_rxfax.o
app_rxfax.c
2004 Apr 29
2
spandsp compile error: PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here
Hey All,
I'm having a bit of a problem trying to get spandsp working on my
asterisk machine. The machine is a Redhat 9.0 install with the latest
version of libtiff and libtiff-devel (according to freshrpms.net).
I manaaged to download, compile and successfully install the actual
spandsp package with no errors. The problem comes when I try to compile
the rxfax and txfax asterisk
2004 Jun 21
1
Problem compiling fax applications
I'm tring to compile fax applications on Debian system.
the spandsp library compiles ok, and when i try to
patch the make file in apps directory as is said in the instructions it
returns errors.
I'm using cvs version of asterisk .
--------------------------
voipgw:/usr/src/asterisk/apps# patch < Makefile.patch
patching file Makefile
Hunk #1 FAILED at 35.
Hunk #2 FAILED at 68.
2 out of