Displaying 20 results from an estimated 10000 matches similar to: "Upgrading Asterisk"
2005 Jul 01
2
make error for zaptel
Hi,
I'm running SuSE 9.3 fully updated using YOU and I *have* re-booted the
box (in a hope to sort out the uname -r issue mentioned below).
I'm using the Asterisk Doc Proj vol 1 to guide me through the initial
setup. I have no special HW and intend to use asterisk on an internal
network just to get some experience.
I have downloaded what I think I need and placed it in /usr/src (see
2004 Dec 31
1
FC3 compile with new 2.6.10 fails
All,
I have FC3 fedora core 3 and just installed and compiled 2.6.10.
after rebooting I attempted to recompile zaptel-1.0.3. I did a make clean
then make. I got the following errors.
Any suggestions?
-------------------------------
/usr/src/digium/zaptel-1.0.3/torisa.c:1139: warning: 'set_tor_base'
defined but not used
CC [M] /usr/src/digium/zaptel-1.0.3/wcusb.o
CC [M]
2006 May 12
4
fc5 and link to sources?
Just installed fc5, installed correct kernel source, and trying to
compile zaptel-1.2. Changed the link in /lib/modules/2.6.15-1.2054_FC5
to point to /usr/src/redhat/SOURCES. Like:
lrwxrwxrwx 1 root root 23 May 12 15:21 build -> /usr/src/redhat/SOURCES
A 'make install' still complains with:
make -C /lib/modules/2.6.15-1.2054_FC5/build SUBDIRS=/usr/src/zaptel-1.2
modules
make[1]:
2004 Sep 17
3
FC2 zaptel compile failure
I've got a fresh FC2 install and I'm trying to get the symlinks right
according to the /usr/src/zaptel/README.Linux26 instructions.
I've created two symlinks:
/usr/src/linux-2.6 -> /usr/src/linux-2.6.5-1.358
/lib/modules/linux-2.6 -> /lib/modules/2.6.7-1.494.2.2
When I do a "make linux26", I get a million warnings and errors with the
result being:
make[2]: ***
2005 Apr 19
2
Installed ztdummy, Asterisk doesnt work anymore
Hi
Since Im using the mISDN drivers and no zaptel stuff, I had to install
ztdummy to get MeetMe to work. Well, that was the plan. Now, after getting
the latest zaptel version over CVS (Im using Kernel 2.6), uncommenting all
the modules except ztdummy in zaptel.sysconfig file and compiling this by
"make", "make install" and "make linux26", I rebooted and
2006 Jun 19
3
Bristuff-0.3.0-PRE-1q and & florz patch compile trouble
Again trouble compiling bristuff-0.3.0-PRE-1q with the florz patch on a
x86_64 box (I guess nobody is using x86_64 platform or is able to fix this
themselves?)
First of all when bristuff is downloaded and compile is started it appears
that the bristuff Makefiles are badly broken.
The asterisk Makefiles all do see to find the kernel sources on a RHEL4
box in the proper directory, the pure
2007 May 29
3
Zaptel linux26
I am using centos 4.4 ,when I am compiling zapltel using l make linux26
,error accrued ,what s missing
[root@localhost zaptel]# make linux26
grep: /include/linux/autoconf.h: No such file or directory
make: *** No rule to make target `linux26'. Stop.
Regards
*********************************************
No employee or agent is authorized to conclude any binding
2006 Nov 07
1
Help with latest Asterisk on latest Debian
Hi all,
First, I really hope that this message gets through since i had to change email address on this list. Only one message from me with my previous address got through.
I am running latest test version of Debian and I have done the following:
First, i did apt-get build-dep asterisk
Then I downloaded the latest version of Zaptel, Libpri and Asterisk, something with 1.4.
I am using Kernel
2006 Dec 09
3
Zaptel module compile woes
Hi all,
I'm pretty new to linux and compiling modules, but I've scoured the web
for help on compiling the zaptel modules from source and I get the
following error...
make -C SUBDIRS=/usr/src/modules/zaptel modules
make: *** SUBDIRS=/usr/src/modules/zaptel: No such file or directory.
Stop.
make: *** [linux26] Error 2
Any ideas? /usr/src/modules/zaptel is the dir I'm
2004 Aug 05
3
Avaya/Lucent Definity -> Asterisk interop question
Calling all Definity admins,
Got a few questions about Definity -> Asterisk interoperability.
1) What are the options for integration? Can I hand off extensions from the
Definity and vice versa?
2) Anybody have any working configs they would like to post?
I've found and read the legacy integration on the wiki about the two
systems. I've also googled and found a few threads that were
2007 Aug 01
7
Problems building zaptel 1.4.4
Hi,
I'm having trouble compiling zaptel 1.4.4 on SUSE 10.1. I'm really
only interested in getting ztdummy to work because this is a dev
machine with no zaptel h/w. SUSE 10.1 is a 2.6 kernel:
asterisk-dev:/home/hugh # uname -r
2.6.16.13-4-default
It seems that my problem is related to autoconf.h - I cannot find that file:
asterisk-dev:/home/hugh # find / -name 'autoconf.h'
2006 Jan 05
3
TE110p and pri_cpe signalling not recognized
Hi guys,
I've been installing and configuring a TE110p card. The compile and
install went very well. I'm using this on FC4 and I compile with
linux26 as well checked I on the udev configs.
zttool and ztcfg both indicate that the card is ready.
But when I try to "load chan_zap.so" then I get the following
Unable to load module chan_zap.so
Jan 5 21:43:33 ERROR[6808]:
2004 Jun 29
3
linux kernel 2.6.6
Hi All
trying to compile asterisk under linux kernel 2.6.6.
Currently under zaptel get the following error
make linux26
Link /usr/src/linux-2.6 to your kernel sources first!
make: *** [linux26] Error 1
as going from the readme.
is 2.6 not compatiable with asterisk and should I go back to 2.4.26.
Also has anyone got the sipura 3000 working with asterisk, both fxo and
the fxs ports on the
2007 Dec 29
5
Directories Used by Asterisk
I successfully obtained the Asterisk code and extracted them into /usr/src.
When I make and install asterisk, zaptel, libpri etc. Are they supposed to
move automatically into their respective directories?
I cannot find:
/etc/asterisk/
/usr/lib/asterisk/modules/
/var/lib/asterisk
Do I have to manually create them or this is failed install? Thanks.
-------------- next part --------------
An
2006 Jan 23
4
make linux26
I thought I read somewhere that you no longer have to do a special make command for the 2.6 kernel. Is this true, or should I still make linux26? I'm having problems getting anything zaptel to load properly.
----
Mike Hammett
Intelligent Computing Solutions
http://www.ics-il.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Nov 23
1
Error on install under Fedora Core 3
Although I had no problems getting Asterisk up and running under RedHat 9
I'm running into problems under FC 3.
When running make linux26 I get:
make -C /lib/modules/`uname -r`/build SUBDIRS=/usr/src/zaptel modules
make[1]: Entering directory `/lib/modules/2.6.9-1.678_FC3/build'
CC [M] /usr/src/zaptel/pciradio.o
/usr/src/zaptel/pciradio.c:196:19: radfw.h: No such file or directory
2004 Dec 21
3
Problems installing Zaptel
Hi,
I am new to asterisk.
I have downloaded Asterisk and Zaptel from the cvs root.
I am installing them on Mepis with linux-2.6.7
Whenever I try to do "make" in the zaptel directory, I get the following
errors.
make -C /lib/modules/`uname -r` /build SUBDIRS=/usr/src/zaptel modules
make[1]: Entering directory `/usr/src/linux-2.6.7`
make[1]: *** No rule to make target
2004 Sep 11
1
Compilation error with 2.6 kernel
I am trying to compile zapata under a 2.6 kernel (Suse 9.1 all patches
installed).
I am getting the error bellow:
Any ideas?
Anybody able to successfully compile this in Suse 9.1?
500@suse91lx:~/dl/pbx/zaptel-1.0-RC2> make linux26
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -c -o
zttool.o zttool.c
cc -o zttool zttool.o -lnewt
make -C /usr/src/linux-2.6
2006 Nov 28
1
Modprobe zaptel reports FATAL: Module zaptel not found
I am (unsuccessfully) trying to install zaptel (incl ztdummy - I don't have
any Digium hardware) on CentOS 4.
uname -r
2.6.9-42.ELsmp
Not sure how this relates to 2.6.9-42.0.3 (see below)
ln -s /usr/src/kernels/`uname -r` /usr/src/linux
ln -s /usr/src/kernels/`uname -r` /usr/src/linux-2.6
cd /usr/src/zaptel-1.2.11*
make linux26
You do not appear to have the sources for the 2.6.9-42.ELsmp
2005 Feb 27
2
[Asterisk-Dev] Asterisk 1.0.6
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Greetings Everyone!
Version 1.0.6 of Asterisk, zaptel, libpri, and Asterisk-addons has been
released. There is also a new tarball for Asterisk-sounds.
They are available for download on the digium FTP site:
ftp://ftp.asterisk.org/pub/asterisk/
ftp://ftp.asterisk.org/pub/zaptel/
ftp://ftp.asterisk.org/pub/libpri/
ChangeLogs are available with the