similar to: Version 1 vs Version 2

Displaying 20 results from an estimated 20000 matches similar to: "Version 1 vs Version 2"

2003 Dec 18
6
G729 question
I am thinking about using the G729 codecs on my endpoint devices and purchasing some G729 licenses for Asterisk but I have several questions: 1. Which G729 codec is sold by Digium for Asterisk, G729, G729A, B...I? 2. If I have G729A on one end and G729B on the other, are they compatible? I have looked all over the place for question 2, but without buying the ITU docs I cannot seem to find this
2004 May 06
1
Date time problems
Has anyone experienced any date/time problems on Asterisk? I have noticed it on earlier builds and I believe on this build: CVS-02/16/04-23:57:06 Specifically, I have seen the following problems: 1. Change system time using the "date" command while Asterisk is running. Asterisk does not synchronize with new system time. 2. Daylight savings time goes on/off at the designated
2003 Dec 11
1
Dialing area question
I am wanting to perform toll bypass using multiple gateways for outgoing calls. For example, if I call from location A to location B and I have a gateway in location B I obviously want to use location B's gateway to make it a local call. I understand how to get the local prefixes from NANPA but my question is: If there are additional numbers that are local (non-toll) calls from a particular
2001 Mar 05
1
subnet mask, gateway problem?
Hello All, As you will inevitably discover I am new to Linux, not to mention Network Admin, but enjoying the ride. ? I've added a Redhat 6.2 server to?our?NT 4.0 domain. I've got SAMBA installed configured etc.. ? Our block of IP addresses goes from x.x.x.129? to?x.x.x.253 subnet mask is 255.255.255.224 Our gateway is?x.xx.190 ? ***********(at one time .190 was the lowest number in our
2007 Jul 11
3
Could not load openssl; cannot install
I''m trying to get Puppet to run on ESX v3.0.1. Being that ESX doesn''t come with ruby, I installed v1.8.6 under /opt/ruby/ruby-1.8.6 and linked the bin to /usr/bin. facter installed and runs without issue. However, when I try to install puppet, I get: - Could not load openssl; cannot install Is this due to the way I installed ruby or something else? Thanks, Clif
2003 Mar 28
8
SNOM 100 vs SNOM 200??
Hi, I have more or less decided to do with the SNOM phones for the next stage of testing with Asterisk becasue they seem to be the best value for money and have support for the GSM codec and easy upgrades.. But now I have to decied wheather to get the 100 or 200 and if its the 200 then I need to have some justification for the extra cost.. Can someone who knows these 2 phones tell me what the
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
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
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: >>>>>
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: >>>>>
2014 Mar 13
3
[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
On 03/10/2014 04:03 PM, Michael S. Tsirkin wrote: > On Fri, Mar 07, 2014 at 01:28:27PM +0800, Jason Wang wrote: >> > 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
2014 Mar 13
3
[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
On 03/10/2014 04:03 PM, Michael S. Tsirkin wrote: > On Fri, Mar 07, 2014 at 01:28:27PM +0800, Jason Wang wrote: >> > 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