Displaying 20 results from an estimated 2000 matches similar to: "How to: recompile asterisk 1.0.7 beta 3"
2007 Jan 31
0
Compiling NVFaxDetect and other Newman apps on Asterisk 1.4
If you are having problems compiling NVFaxDetect (app_nv_faxdetect.c) or other Newman Telecom applications on Asterisk 1.4, please look at Steve's comments at:
http://www.voip-info.org/wiki/view/NewmanTelOnAsterisk14
Several changes to Asterisk prevents NVFaxDetect and other apps from registering. Some changes needed. He also has copies of the code if you need it...
Justin Newman
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:
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\"
2006 Apr 30
1
newbie-too much latency
I have a plain POTS line coming into FXO in a Digium card, this is developers kit card with 1 FXO and 1 FXS.
The latency is very high, in that, it picks up after 8 rings. I don't know what I can tune to reduce to 2 or 3 rings. If it's of any help , I am posting a section of the log :
====
Apr 30 10:26:50 DEBUG[3050] manager.c: Manager received command 'Command'
Apr 30
2006 May 02
0
Telasip config problem/question
I seem to be getting a connection from telasip but instead of dialing my
default extension, nothing happens. I listen to dead air.
I have a fxo card configured and working on both inbound and outbound
calls. Telasip is working outbound. I put in the recommended (by telasip)
changes to the trunk for incoming, e.g.
host=gw4.telasip.com
insecure=very
qualify=yes
type=user
context=from-pstn
Then
2010 Mar 25
0
call not routed
After a power interruption, asterisk doesn't seem to be routing calls and
there seems to be a premature timeout and hangups occurring. I am clueless
where to look. Can someone in the know, look at the following log and
enlighten me if there's a problem, or if it looks normal. From the calling
phone, it keeps ringing as if never picked up.
Thanks soo much.
-braman
2005 Aug 03
0
fax <--> grandstream 286 <--> asterisk <--> pstn
Hi all,
Im having problems using a fax machine conected trough a grandstream
286 sip ATA, it must be able to send and recive fax from pstn, but fax
always ends with communication errors 252/244/232 and others.
Im using alaw/ulaw codes on pass trough mode, also have tried asterisk
faxdetection, nvfaxdetect, disable echo cancellation by hand always
with same results.
Grandstream ATA is using
2008 Apr 11
0
Asterisk trunk/1.6 and nvfaxdetect
I'll begin working on full cross-version support (Asterisk 1.2, 1.4, and 1.6) in early May for nvfaxdetect and a handful of other modules.
Justin Newman
>
>Hi,
>
>we are using the app_nvfaxdetect from Newman Telecom with Asterisk 1.4
>and tried to build the trunk/next release 1.6 with this application, but
>it failed (We are using fax stuff with iaxmodem/Hylafax).
>
2005 May 19
2
NVFaxDetect on Gentoo
Hi, I've merged asterisk-0.9.0 on a gentoo (kernel 2.4) system using
portage ebuilds. I've just got NVFaxDetect .c files from Justin Newman
and I'm about to install them. I want to know which is the best way to
accomplish this. Thanks in advance.
--
Juan Luis Moyano
juanmoyano@southecon.com.ar
2005 Mar 14
1
Has anybody tried NVFaxDetect Fax detection SIP/IAX
Has anybody tried NVFaxDetect Fax detection for sip SIP/IAX channel?
There is a new application from Newman Telecom for fax detection.
http://www.sineapps.com/news.php?rssid=575
Current Asterisk Fax detection doesn't work for me as I don't have
Digium cards; I'm using Siupra
--
#Joseph
2005 Mar 28
1
Problem installing SpanDSP Makefile.patch
***************
*** 41,50 ****
APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo
"app_zapras.so app_meetme.so app_flash.so a
pp_zapbarge.so app_zapscan.so" ; fi)
APPS+=$(shell if [ -f /usr/local/include/zaptel.h ]; then echo
"app_zapras.so app_meetme.so app_flash.so a
pp_zapbarge.so app_zapscan.so" ; fi)
APPS+=$(shell if [ -f /usr/include/osp/osp.h ]; then
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
2006 Jan 21
1
Compiling app_cepstral.c into Asterisk - failing
I have searched and found a couple examples on how to put the app_cepstral.c
into Asterisk but it isn't working. I obviously am not understanding the
examples that I have found.
"Copy the app_cepstral.c file to your asterisk source tree (apps folder) .
You'll also need to add a lines like these to the Makefile in that
directory:
APPS+=app_cepstral.so"
I added it into
2004 Aug 12
1
Problem installing Software Fax SpanDSP support into Asterisk
I'm trying to install the SPANDSP software into Asterisk to support incoming (mainly) Fax. I'm following the info in http://www.voip-info.org/wiki-Asterisk+Fax. I downloaded and installed the spandsp software from ftp://ftp.opencall.org/pub/spandsp/ and followed the directions in several documents listed on the on the Tiki page.
I get down to patch < Makefile.patch that fails with
2008 Sep 26
0
PRI TE110P Configuration (Solved)
Hi,
The problem solved
After installing new zaptel drivers, we ran the "genzaptel" command to
generate /etc/zaptel.conf file,checked with "zttool" command and the card
status was "Yellow alarm/Blue alarm/Recovering" and the card LED was
blinking red and green.
The problem was with the generated zaptel configuration., but not with
the pin
2005 Oct 01
3
Adding Cepstral to Asterisk
I downloaded Cepstral to my Asterisk Box. I did the install and let it
install to /opt/swift.
I brought down a new CVS-HEAD as of today 10/1.
I added APPS+=app_cepstral.so into the Makefile in
/usr/src/asterisk/apps/Makefile
Like:
# Obsolete things...
#
#APPS+=app_sql_postgres.so
#APPS+=app_sql_odbc.so
APPS+=app_cepstral.so
#
I did this piece but wasn't sure exactly what part of the
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
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: