similar to: VM2 and MySQL

Displaying 20 results from an estimated 1000 matches similar to: "VM2 and MySQL"

2012 Dec 06
2
[PATCH 0/2] Two build fixes for libldm
Two simple build fixes for libldm. Well, the first isn't a build fix as such, but a code improvement. Rich.
2003 Oct 05
3
DB virtualization for multiple database support - Was Re: How to use vmdb.sql in voicemail.conf/extension.conf
> > I am trying a scenerio where the * will take the email and mailbox number from the Mysql database for sendming mail to a voicemail user. I have seen vmdb.sql file but is not able to determine its use. > You can't anymore MySQL was ripped from Asterisk because the client libs > are GPL. I would be more than happy to help write a DB "Virtualization" function for *.
2003 Oct 27
2
Anyone got VM2 working with MySQL?
I guess the subject says it all.. :) I am running the CVS from right now.. +- 12:25 GMT MySQL CDR logging is installed and working.. Anyone got any ideas?
2003 Nov 11
3
dialing 8 in VM2 causes channel lockup?
Hi guys, I'm running Asterisk-0.5.0 and accidentally stumbled on this problem while in the VoicemailMain2 application: If you login to it, or even if you call it w/ 's<extension>' to skip the login and press an '8' near the beginning (and possibly at any point, I'm not sure), the channel seems to lockup, even if the handset is hungup, the channel remains frozen
2003 Nov 20
2
Scope of the "h" extension..
I have the following setup.. [extensions] ; all extensions defined here. exten => 1234,.... exten => 1235,.... [dial-out] ; PSTN dialout config ignorepat = 9 exten => _9,.... exten => h,.... [local] ; phone context in sip.conf is here.. include => extensions include => dialout The question is where will the "h" extension be active?? it appears to run for ALL,
2003 Sep 29
1
How to use vmdb.sql in voicemail.conf/extension.conf
Hi list, I am trying a scenerio where the * will take the email and mailbox number from the Mysql database for sendming mail to a voicemail user. I have seen vmdb.sql file but is not able to determine its use. I have created a table using that file but don't know how to use the fields from database in the dialplan of *. So it would be a great help if someone here could point me to a right
2003 Oct 28
5
RX gain TX gain
I have an X100p card....and it is hard to hear the person on the other end. Should I mess with these values? I have heard both yes and no to this question in the past. If yes, how much louder should I make them? Thanks, MIchael
2014 Nov 12
3
Put virbr0 in promiscusous
Hi , I have two virtual machines VM1 and VM2. Then I have added eth0 of my VM to 'default' network. Use case :- I want to monitor all traffic on virbr0('default' network). Steps followed :- 1. Add VM1 eth0 to virbr0 2. Add VM2 eth1 to virbr0 3. brctl setageing ovsbr0 0 ..(To put bridge in promiscuous) Now I am running tcpdump on eth1 of VM2 and trying to ping
2003 Nov 10
5
OT : For the SQL gurus..
SQL help needed.. If I have a MySQL table with dialing codes and a corresponding description (see below) and I want to lookup the best match for a phone number.. What would the SQL look like to do it? or would it take more than just SQL to get to the best result? Thanks.. Later.. Example numbers, (random end digits so I don't know who's they are.) 00442085673456 - UK London
2015 Apr 27
5
[virtio-dev] Zerocopy VM-to-VM networking using virtio-net
On Sun, Apr 26, 2015 at 2:24 PM, Luke Gorrie <luke at snabb.co> wrote: > On 24 April 2015 at 15:22, Stefan Hajnoczi <stefanha at gmail.com> wrote: >> >> The motivation for making VM-to-VM fast is that while software >> switches on the host are efficient today (thanks to vhost-user), there >> is no efficient solution if the software switch is a VM. > >
2015 Apr 27
5
[virtio-dev] Zerocopy VM-to-VM networking using virtio-net
On Sun, Apr 26, 2015 at 2:24 PM, Luke Gorrie <luke at snabb.co> wrote: > On 24 April 2015 at 15:22, Stefan Hajnoczi <stefanha at gmail.com> wrote: >> >> The motivation for making VM-to-VM fast is that while software >> switches on the host are efficient today (thanks to vhost-user), there >> is no efficient solution if the software switch is a VM. > >
2014 Aug 06
2
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
On Wed, Aug 6, 2014 at 12:27 PM, Eric Blake <eblake@redhat.com> wrote: > On 08/06/2014 10:06 AM, Yuanzhen Gu wrote: > > yes, I got your point, thanks very much Eric. > > not entirely, because you still top-posted. > > got it entirely this time, not top-posted. > > > > If I want to take a distributed snapshot, which need pause all the VMs > and >
2010 Apr 08
2
Multiple cdrom file-based drives in windows xp hvm?
In my vm2 config i have: disk = [ ''phy:/dev/volumes/vm2-disk,hda,w'', ''phy:/dev/volumes/vm2-swap,hdb,w'', ''phy:/dev/volumes/vm2-data,hdc,w'', ''file:/xen/images/office2007basic.iso,hdd,r'', ''file:/xen/images/printshopinstall.iso,hde,r'',
2014 Mar 07
5
[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
We used to stop the handling of tx when the number of pending DMAs exceeds VHOST_MAX_PEND. This is used to reduce the memory occupation of both host and guest. But it was too aggressive in some cases, since any delay or blocking of a single packet may delay or block the guest transmission. Consider the following setup: +-----+ +-----+ | VM1 | | VM2 | +--+--+
2014 Mar 07
5
[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
We used to stop the handling of tx when the number of pending DMAs exceeds VHOST_MAX_PEND. This is used to reduce the memory occupation of both host and guest. But it was too aggressive in some cases, since any delay or blocking of a single packet may delay or block the guest transmission. Consider the following setup: +-----+ +-----+ | VM1 | | VM2 | +--+--+
2015 Apr 22
5
Zerocopy VM-to-VM networking using virtio-net
[It may be necessary to remove virtio-dev at lists.oasis-open.org from CC if you are a non-TC member.] Hi, Some modern networking applications bypass the kernel network stack so that rx/tx rings and DMA buffers can be directly mapped. This is typical in DPDK applications where virtio-net currently is one of several NIC choices. Existing virtio-net implementations are not optimized for VM-to-VM
2015 Apr 22
5
Zerocopy VM-to-VM networking using virtio-net
[It may be necessary to remove virtio-dev at lists.oasis-open.org from CC if you are a non-TC member.] Hi, Some modern networking applications bypass the kernel network stack so that rx/tx rings and DMA buffers can be directly mapped. This is typical in DPDK applications where virtio-net currently is one of several NIC choices. Existing virtio-net implementations are not optimized for VM-to-VM
2003 Oct 23
2
IAX peers and NAT
Help, I'm stuck. Lost in the woods. I have one Asterisk running on FreeBSD outside on the Wild Internet. One on the safe inside, behind a NAT firewall. The inside server registers with IAX to the outer one and can place calls. The outside one can't register to the one on the inside, since it can't be reached on the private network. Now to my problem: * How do I dial from outside to
2014 Aug 06
2
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
yes, I got your point, thanks very much Eric. If I want to take a distributed snapshot, which need pause all the VMs and then take snapshot, how can I control the pause for all the VMs? Is there only way that I turn to freeze/thaw functions? and freeze/thaw only for file systems, not for the whole guest, am I right? Thanks a lot! Best, Yuanzhen On Wed, Aug 6, 2014 at 11:35 AM, Eric Blake
2015 Apr 27
4
[virtio-dev] Zerocopy VM-to-VM networking using virtio-net
On Mon, Apr 27, 2015 at 1:55 PM, Jan Kiszka <jan.kiszka at siemens.com> wrote: > Am 2015-04-27 um 14:35 schrieb Jan Kiszka: >> Am 2015-04-27 um 12:17 schrieb Stefan Hajnoczi: >>> On Sun, Apr 26, 2015 at 2:24 PM, Luke Gorrie <luke at snabb.co> wrote: >>>> On 24 April 2015 at 15:22, Stefan Hajnoczi <stefanha at gmail.com> wrote: >>>>>