similar to: Zaptel compilation problem on SUSE

Displaying 20 results from an estimated 1100 matches similar to: "Zaptel compilation problem on SUSE"

2004 May 14
0
SuSE & Zaptel Compilation errors
Hi, Thanks for giving me a detailed reply on hardware needs steven. I have been looking at the archives in detail and found a few people have had problems with zaptel compilation on suse(kernel-source-2.4.19.SuSE-342 // gcc 3.2.2 ) ... is shifting to red hat the only viable scenario...would be a pain cuz suse comes with sun java desktop system( just bought it !! ) ... any fixes would be a
2006 Mar 07
3
indications & SIP
Apologies if this is an old question; I've searched the list and the wiki but have not been able to find a definitive answer. I have an Aastra 480i phone registered with * 1.2.4; I want to generate UK ringback tones when the handset dials another internal extension. On my Zap channels, I have this in place by editing /etc/zaptel.conf; however I've had no luck with the Sip handset (I have
2006 Mar 17
1
Asterisk on hosted server
I'd planning on install Asterisk on a hosted Linux box we're setting up. The hosting provider that seems to offer the best deal can install either Debian 3.1 or SUSE 9.x or 10.0 in either 32 or 64 bit editions (running on AMD 64 bit). My experience has been gained on RedHat to date, but I do have some SUSE experience. I assume I'll have no problems running Asterisk on SUSE, but
2007 Dec 26
1
smsq, Zaptel in UK
Hi all, I've been trying to get SMS operational on my Asterisk box, which has a TDM400P card with a pair of FXO interfaces configured (ZAP/1 & ZAP/2). I've not had luck with either of my lines, after issuing the command "smsq --motx-channel=ZAP/1/1709400X 00000 register". I see the following output in my Asterisk console: -- Attempting call on ZAP/1/17094009 for
2005 Jan 27
0
Asterisk CVS on FreeBSD-stable gmaking result
Hi everyone, I've just compiled Asterisk from CVS in my FreeBSD-stable machine. It went fine. I did had to customised the Makefile though: ASTLIBDIR=$(INSTALL_PREFIX)/usr/local/lib/asterisk ASTVARLIBDIR=$(INSTALL_PREFIX)/var/lib/asterisk ASTETCDIR=$(INSTALL_PREFIX)/usr/local/etc/asterisk ASTSPOOLDIR=$(INSTALL_PREFIX)/var/spool/asterisk ASTLOGDIR=$(INSTALL_PREFIX)/var/log/asterisk
2004 Aug 18
1
Small patch to zaptel Makefile
Minor fix. I'm using this in my RPM specfile. John --- ./zaptel-1.0-RC1/Makefile.bigu 2004-07-16 17:09:07.000000000 -0500 +++ ./zaptel-1.0-RC1/Makefile 2004-08-18 16:28:45.000000000 -0500 @@@ -316,10 +318,10 @@ elif [ -d $(INSTALL_PREFIX)/etc/init.d ]; then \ install -m 755 zaptel.init $(INSTALL_PREFIX)/etc/init.d/zaptel;\ \ fi - if [ !
2006 Dec 06
1
Error compiling Eicon Diva from source
Hello everyone, I'm having some errors while compiling the source code for an Eicon Diva BRI card. I am using Fedora Core 6 with a compiled from source Linux kernel 2.6.19. I have downloaded the Eicon Diva source RPM (divas4linux_EICON-106.12-1.i386.rpm) and installed it already. When I go to /usr/lib/eicon/divas/src/ and run ./Build, everything starts correctly until that part where it has
2006 Mar 12
0
DTMF digits lost on TDM400 card
I've been having ongoing problems with my TDM400 FXS ports occasionally not picking up all digits dialled from my analogue handsets. There appears to be no set pattern to it, although number 1 seems to be slightly more frequently missed than other numbers. I've played around with RX Gain settings and used ztmonitor to arrange the input signal between 50 and 75% of the maximum value
2004 Jun 30
1
asterisk-addons unable to compile
Hello, I know that there was a previous posting regarding this in which the addition of: CFLAGS+=-I../asterisk/include fixed the problem, but I have tried that and am still getting the following when trying to run make: ./mkdep -fPIC -I../asterisk/include/asterisk -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` cc -fPIC -I../asterisk/include/asterisk -I../asterisk -D_GNU_SOURCE
2004 Jun 15
2
Cdr_addon_mysql.c compile problem.
Good Afternoon Everyone, I am having a problem with compiling the CVS version of *-addons downloaded today. I am also having problems compiling an older version as well but im ignoring that one for now. I believe I have all the correct libraries, and I have done extensive searches everywhere I just wondered if I was missing something really silly, or if this is a problem other people have
2009 Jun 17
3
Dovecot v1.2 share user Maildir problems with %%h
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I'm using Dovecot v1.2 9133:f65112bd90b3 with attached config and try to share user Maildirs. The ACLs are working. However the %%h gives me head aches, well, the location in general: I've copied the default mail_location and changed its CONTROL and INDEX settings: namespace shared { ... location =
2007 Oct 27
2
Little OT: Compilation of EICON driver fails with capi errors
Hello, I want to use a 4 port ISDN card from EICON/DIALOGIC in our asterisk server. The system is a Ubuntu 7.10 with kernel 2.6.23.1. The compilation of the kernel finishes without any problems. I have downloaded and installed the deb-source package that EICON/DIALOGIC offers. Th installation script crashes with the following error messages: # LOG ---- START SECTION read kernel version
2005 Aug 12
1
fc3 build after kernel update?
Updated the kernel on a fc3 box from 2.6.9-1.667 to 2.6.12-1.1372_FC3 today. Now the cvs-head for zaptel won't compile (libpri and asterisk does). The problem seems to be a symlink issue with the zaptel/Makefile looking for: KSRC:=/lib/modules/$(KVERS)/build and it doesn't exist. The kernel source for 2.6.12 was applied succesfully (supposedly) but a find on "build" does not
2006 Jul 07
4
VM boots BUT keep throwing: "INIT: Id "X" respawning too fast: disabled for 5 minutes"
Hi, This is my setting: I have a Logical Volume /dev/VG/suse with Suse installed. I have added it to the grub and I can boot it and works perfectly fine. Now I am running /dev/VG/root which is running Xen0. I have created a Xen config file to boot a VM with disk: /dev/VG/suse. In other words I want to boot /dev/VG/suse as a virtual machine. Below is what I am getting at boot time :
2010 Jan 16
2
Cross compiling Asterisk, Dahdi..
Is there a proper, documented way to cross compile DAHDI and Asterisk for a processor/system other than the one you're currently typing on? Now.. I have been doing this for some time, but it's been really frustrating every time I change/upgrade, etc. I've just tried to compile DAHDI for an AMD Geode system on my development system which is Intel Atom. Building the kernel is easy -
2006 Jun 04
1
Help with compilation of app_conference in x86_64
Any C gurus out there that can tell me if this code compiled ok to be used in x86_64 (Pentium Dual Core). It's for the app_conference application. Im using Centos 4.3 x86_64 kernel: 2.6.9-34.ELsmp libgcc-3.4.5-2 gcc-3.4.5-2 after the compilation part is the makefile ************begin compilation******************* [root@centos app_conference]# make clean rm -f *.so *.o app_conference.o
2007 Jan 25
1
Failing to compile chan_capi
I've got a brand new Eicon Diva Server BRI card and I want to configure it with Asterisk. I managed to get asterisk and zaptel to compile and install, I've compiled and installed the drivers for the Diva card and now I need to compile and install the chan_driver for chan_capi. Unfortunately this fails miserably. I get the following messages: I'm using: Kernel 2.6.16.37.4,
2011 May 06
0
Cannot built kmod-dahdi-linux for PAE kvariant from SRPM
After many moons I have revisited this problem and found a solution that moves the problem further up the stack. I will post my new problem separately but just for completeness here is the solution. Original problem: trying to build kmod-dahdi-linux for out of date PAE kernel. Errors: rpmbuild --bb ~/localrpms/SPECS/dahdi-linux-kmod.spec --target=i686 --define "kversion `uname -r`" +
2006 Mar 21
2
SuSE 10 dom0 network and console problem
Hello, I have a problem getting the domain 0 (dom0) of xen running with SuSE 10. I have a SuSE 10 installation, which runs. When I switch to the xen kernel, the network does not work any more. Also the serial console does not work any more. If I login to the PC through (a very lousy) KVM, I can do local stuff, but the network does not work. (Ok, I can ping my own IP Address.) e.g. nslookup
2000 Mar 13
0
following your openssh footsteps
On Mon, Mar 13, 2000 at 07:43:09AM -0800, jeet M wrote: > Mate, > I seem to be doing the same install you are for open > ssh on a solaris 7 box. I am getting the same error > you did when starting sshd (no RSA support in libssl > and libcrypto ...). I've installed zlib, > openssl-0.9.5 and egd-0.6, did the LDFLAGS and CFLAGS > declarations and configured --with-egd