similar to: Asterisk and Xen

Displaying 20 results from an estimated 2000 matches similar to: "Asterisk and Xen"

2005 May 20
2
RE: asterisk, ztdummy, and usb (and HZ = 100 under xen ???)
> > Having HZ differ between Xen and a guest doesn''t really matter that > much. The guest will get fewer upcalls than it expects, but it will > count ten ticks for each upcall. So I doubt that thsi is your problem. > Does ztdummy use the rtc driver? I''m not sure how weel we support that > on Xen... The problem is that the ztdummy driver assumes 1000HZ, and a
2007 Oct 05
2
Recommendations for kernel config
Hi, I'm building a test asterisk server and building the latest kernel I got to wonder if there are any specific recommendations about schedulers and so forth for optimum performance. There are a few areas that raise questions in my mind and I wonder if anyone has any opinions/comments on which settings are most suitable for use with asterisk: SLAB Allocator (SLAB or SLUB?) Tickless
2005 Aug 30
2
unresolved symbol when loading ztdummy
Hi! When I try to load the ztdummy driver via "insmod ztdummy", I get the following errors: /lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_unregister /lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_transmit /lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_receive /lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_register I'm using zaptel-1.0.8 and
2006 Nov 10
9
Stable clock with 2.6 and without Digium hardware.
Anybody sucessfully got stable 1000Hz clock without Digium harware and kernel 2.6? We need to consult some peoples how to clock asterisk stable with exactly 1000 Hz without much kernel/drives patching/tweaking. Some test results we made so far: 2.6 with digium card - stable 1000 Hz. 2.6 with ztdummy - uses RTC and the clock is 1024, not 1000. 2.6 with some Realtime kernel patch - provides stable
2007 Nov 06
5
asterisk 1.4.10 on linux kernel 2.6 needs timing device for trunking
I understood that a timing device (ztdummy if no zaptel hardware is present) was not necessary anymore with linux kernel 2.6. When I enable iax2 trunking I get this warning chan_iax2.c:8908 build_user: Unable to support trunking on user 'xxxxxx' without zaptel timing The linux kernel is 2.6.22-14-386 Can I ignore this message, and is trunking working despite this warning? The ztdummy
2005 Mar 01
1
Problems Starting Asterisk - FOP AM Portal
Hello All, I'm new to the list and the whole voip server side. I'm trying to setup Asterisk to just do internal dialing, no access out to the pstn is required/wanted at the moment. I'm running Fedora Core 3 with Cisco 7960's phones (running SIP 6.3). I've set it up following these guides: http://www.voip-info.org/wiki-Asterisk+Fedora+Core+3
2006 Oct 20
2
modprobe Ztdummy is not working
Hi, I've install zaptel and I don't have a Digium card installed in the machine. So I want to install ztdummy to have Music On Hold working. I've follow these instruction http://www.voip-info.org/wiki-Asterisk+timer+ztdummy and at the point "modprobe ztdummy" it's failing. I'm getting these messages: root@dubic:~# modprobe ztdummy FATAL: Error inserting ztdummy
2005 Oct 13
2
ztdummy build problems
Hi all, Trying to build ztdummy on an old redhat 7.3 box running kernel 2.4.20-43.7.legacysmp. Yes, I have the kernel sources installed. Yes, I set them up with make oldconfig; make dep. The build error is: make ztdummy gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I. -Wstrict-prototypes -fomit-frame-pointer -I/usr/src/
2006 Mar 04
2
Problem compiling ztdummy on centos 4, 2.6 kernel
Hi all, I hope everyone is doing well. I just joined the list, and I've really enjoyed all I have read about asterisk so far. Unfortunately, I'm having a bit of trouble implementing this thing :). By the way ... I did my best to search the forums, and also to use google extensively, and while I have found pages with people with the same problem, ... The fix suggested on those sites,
2004 Sep 17
1
ZAPTEL Compile Problem?
Has anyone received this message while attempting to do a MAKE INSTALL on ZAPTEL depmod: *** Unresolved symbols in /lib/modules/2.4.26-gentoo-r9/misc/ztdummy.o I am not running DEVFS so that's not the issue. Zaptel drivers/modules all load, but ztdummy won't /lib/modules/2.4.26-gentoo-r9/misc/ztdummy.o: /lib/modules/2.4.26-gentoo-r9/misc/ztdummy.o: unresolved
2006 Jan 16
2
ztdummy inaccuracy on linux-2.6
Hello, I have some ugly numbers given by zttest for ztdummy on an AMD64 box running linux-2.6.15 compiled for Athlon64. linux-2.6.15, zaptel/branches/1.2 r900, jiffies ./zttest Opened pseudo zap interface, measuring accuracy... 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586%
2005 Feb 14
2
ztdummy on Gentoo 2.6.10 Box
Hi Everyone, I read through the list on the issues with the ztdummy driver which I need for MeetMe, but I seem to have come across a problem that I cannot seem to find an answer for. I am running Gentoo 2.6.10 on an Intel box. I have read the the wiki entries on the ztdummy and followed the instructions as they relate to the 2.6 kernel. Everything compiled great, but a modprobe ztdummy
2006 Feb 08
1
ztdummy on gentoo 2005.1
Hi i followed this instructions for installing ztdummy on a 2.6 kernel (taken from http://www.voip-info.org/wiki/index.php?page=Asterisk+timer+ztdummy ) cd /usr/src/zaptel * READ /usr/src/zaptel/README.udev and follow the steps * check modules on: /etc/sysconfig/zaptel> if you have no digium hardware comment out all modeules except ztdummy. - make linux26 - make install -
2006 Mar 02
0
RE: [on-asterisk] containers, virtualization, and high availability
I've been trying out asterisk on xen myself. One thing to note for anyone that is experimenting that by default the Xen kernel runs at 100hz. To use ztdummy you need a 1000hz source so you need to recompile the dom0 and domU kernels with 1000hz. If remember correctly you also need to set CONFIG_CRC_CCITT=y in the kernel as well. I have not tested the service migration but it does sound
2004 Jul 06
2
ztdummy running, but moh & meetme don't work
Any thoughts on the following? I am running asterisk from CVS (downloaded yesterday's version, just to be sure) on a test system with no digium cards in it, so I have installed ztdummy (see logs and screenshots below) as a timing source. When I call the music on hold extension from a Sipura Sip connected analog phone, I hear nothing and start getting Warning[98310]: chan_sip.c:674
2005 Feb 28
1
I can't load modules (ztdummy, wcfxo.o)
Hi to everybody, seems that I cannot load the zaptel modules: ztdummy says the following: [root@Hayabusa misc]# modprobe ztdummy /lib/modules/2.4.22/misc/ztdummy.o: unresolved symbol zt_unregister /lib/modules/2.4.22/misc/ztdummy.o: unresolved symbol zt_transmit /lib/modules/2.4.22/misc/ztdummy.o: unresolved symbol zt_receive /lib/modules/2.4.22/misc/ztdummy.o: unresolved symbol zt_register
2008 Mar 18
2
ztdummy problem causing playback () to fail
Hi, I am having problem with my Asterisk installation and find out it has to do with ztdummy. if the ztdummy module is loaded, the asterisk playback() command will not play files. DTMF is still properly received. If the ztdummy module is unloaded, sound playback works again. Here is my version zaptel-1.4.9.2 linux-source-2.6.18 asterisk-1.4.18 Can anyone tell me how to fix it? Or should I
2007 Apr 19
3
ztdummy does not load properly at server startup
Hi I run asterisk 1.4.2 with zaptel 1.4.1. Zaptel is only needed for the ztdummy driver to get the Meetme() application to work. I don't have any specific hardware. And it does work nicely. When I reboot the machine however I have to manually load the driver like this: [root@vink ~]# modprobe ztdummy Notice: Configuration file is /etc/zaptel.conf line 0: Unable to open master device
2008 Oct 24
1
Problems with zaptel/ztdummy/asterisk.
Hi, I've managed to build the zaptel modules including ztdummy; ztdummy is installing fine in the modules list and the relevant device structures are present. lsmod | grep ztdummy gives:- ztdummy 5160 0 zaptel 186916 1 ztdummy rtc 12372 1 ztdummy Where I'm stuck is I am now at a loss as to how to configure my /etc/zaptel.conf and
2005 Jun 02
2
Asterisk 1.0.7 on Gentoo
I installed Asterisk on Gentoo using emerge. At first, emerge tried installing version 0.9 but reading the wiki showed how to get the latest stable. I'm running Gentoo kernel 2.6.11-gentoo-r9. Asterisk seems to be working just fine, but I'm concerned that since I don't have any Digium hardware, I may need a timer source. When I executed emerge zaptel, it installed zaptel 1.0.7