Displaying 20 results from an estimated 6000 matches similar to: "basic pc to pc voip in lan"
2006 Jul 30
2
Reading multiple txt files into one data frame
Hello All,
I have a device that spews out experimental data as a series of text
files each of which contains one column with several rows of numeric
data. My problem is that for each trial it gives me one text file
(and I run between 30 to 50 trials at a time) and I would ideally like
to merge all these text files into one large data frame with each
column representing a single trial. It is not
2007 Mar 22
2
Colored boxes with values in the box
Hi all,
I have a x, y matrix of numbers (usually ranging from 0 to 40). I need
to group these numbers and assign a color to each group (for example 0
to 15 - Blue, 16-30- Yellow, and 31-40- Red). Then I need to draw a
rectangular matrix which contains X x Y boxes and each box has the
corresponding value from the input matrix and is also colored according
to which group (i.e red, yellow,
2011 Jul 19
3
Suggestions to improve this minimal kickstart config for CentOS 6?
I've come up with the following kickstart config (see below) for
deploying a minimal CentOS 6 VM. It takes about 460MB. I'm assuming that
all of the -firmware RPMs aren't needed for a VM installation, so I
removed them. Also removed as many selinux packages as possible since I
don't need that.
I was wondering whether anyone could offer any further suggestions on
minimizing
2005 Nov 23
2
negative binomial overdispersion question
Hello,
I'm a grad student in the Intelligent Transportation Systems lab at Portland
State Univ. in Portland, OR, USA. I'm trying to learn the basics of R to run a
negative binomial in the near future, and so I ran a test regression on roadway
crash data obtained from "Statistical and Econometric Methods for
Transportation Data Analysis" by Washington et al (p. 250). I ran the
2006 Aug 01
2
Extracting a row number from a matrix
Hi all,
I have a matrix with each column containing a large number of integers
(0 and above). in each column beyond a certain row (say row 120 in
column 1, row 134 in column 2, 142 in column 3...) there are only
0's. I want to find, for each column the row number of the last row
which contains a positive integer beyond which there are 10 or more
0's.
so in the following example (single
2017 Mar 06
3
Re: Compile DLL for Windows
I would like to know if there is a proper documentation for compiling
libvirt for Windows.
This is in regard to the latest versions of libvirt.
Also, most answers are outdated and the scripts by Matthias Bolte on github
don't use the latest versions and patches for libvirt.
Regards,
Kartik Vaishnav
2006 Jul 30
1
Log color scale
Hi all,
In response to a previous post about plotting a numeric square matrix
as a colored matrix, I was referred to both image and the
color2D.matplot function in the plotrix package. Both have worked for
me thanks!!
However I need to plot my data in a log transformed color scale. Is
this possible? I will be happy to explain further, but basically I
need to do this because there are large
2006 Jul 31
1
RGB function
Hi all,
I created three separate square matrices (lets say R, G, and B). each
one contains a series of values between 0 and 1. I want to be able to
take for example R[1], G[1], B[1] and create a rgb color value into a
fourth matrix. I tried using the rgb function but I must be doing
something wrong because it fails with the following error message.
(list) object cannot be coerced to
2015 Jun 17
3
[LLVMdev] Register Allocation on IR
Having worked on SSA register allocators in the past I have to say that SSA is actually a good fit for register allocation. However LLVM IR is indeed not. You don't have any target instructions or register classed/constraints. It wouldn't make much sense to designate registers to llvm IR values nor is there a way to express that in IR. llvm has the machine instruction (MI) representation
2004 Apr 15
7
adding new user to dovecot
An HTML attachment was scrubbed...
URL: <http://dovecot.org/pipermail/dovecot/attachments/20040415/6df3374c/attachment-0002.html>
-------------- next part --------------
Hi,
This is from your documentation
Creating new users
------------------
Dovecot is interested in only one thing - being able to find the user's
mail directory. With maildir you need to do mkdir ~user/Maildir, with mbox
2006 Sep 19
4
Union of two data frames
Hi,
I have two data frames each with 5 columns and different number of
rows. some of the row names in one data frame are the same as the row
names in the other. I want to be able to merge the two data frames to
get a new data frame in which the duplicated row names are only shown
once with the data for the rest of the columns used from the first
data frame.
Essentially, I want to make a union
2013 Aug 09
0
XenforCentOS6...need help to setup a PCI passthrough network
Hi,
I have used this
http://wiki.centos.org/HowTos/Xen/Xen4QuickStart
and everything works like a charm then I installed a VM using
http://wiki.centos.org/HowTos/Xen/Xen4QuickStart/Xen4Libvirt
only to realize later that I don't want NAT.
I would want to use PCI passthrough and so i used
virsh net-destroy default
virsh net-undefine default
and
net-create /home/kartik/passthrough.xml
2015 Jun 15
2
[LLVMdev] Register Allocation on IR
Thanks. I will also work on doing an SSA register allocation that returns
SSA form (IR), since it is not yet implemented.
On Fri, Jun 12, 2015 at 9:20 PM, Matthias Braun <mbraun at apple.com> wrote:
> llvm uses three different representations until machine code is emitted:
>
> - the llvm language as specified in the llvm manuals, we usually call that
> IR
> - the selection
2006 Feb 05
3
Search for Links for "Communicating PC to PC in the same lan through Asterisk "
Hi
I am trying to do some simple experiment with
Asterisk . my intention is to communicated two PC in
my lan to voice -communicate with each other with out
extra hardware
I searched the FAQ and wiki for any links
for this , so far I have not found one , It would be
much help , if I get a link on ? communicating PC
to PC in the same lan through Asterisk ?
2004 Jul 01
0
Weird LAN VoIP Echo
Hi everyone,
This one has me baffled....
We installed 16 Polycom IP 500 Phones in January on an Asterisk Server:
3.0Ghz
768MB of Ram
30GB Harddrives
10/100/1000 NIC
Our Lan setup is like this:
3 Netgear FS526T Switches
2 10/100/1000 Mbps copper gigabit ports
24 10/100 Mbps ports
100Mbps out to phones
the 1Gig ports connect the switches together, and one gig port
goes to the
2004 Apr 06
3
Software to test a LAN for possible VoIP Install
Aloha,
Does anyone know of any opensource or inexpensive software that can test a
network for a possible VoIP installation?
I have seen Chariot by NetIQ, but it is very costly!
I am envisioning two or three "client" devices that talk to a server device.
Each client could simulate 1-100 VoIP phone calls. The server module would
monitor the QOS, jitter, etc., and provide some kind of
2007 Apr 29
1
100 users - voip lan security and qos ?
i have a customer that needs to plug the phones into the pc's
using the pass-through rj45 available on most sip phones
the question they are asking me is how to keep the data network
separate from / secure from the voip network
i understand they can set up vlans but i am hazy on a few details
1
since the phones are plugged into the pc's how will the phones
be segmented into their own
2014 Dec 08
2
About voip gateway
Hay friends, I want to know how many simultaneous call can i do throughout
a voip gateway from the internet call to the normal telephony network,
because i want to see what implementation do i have to do multiple call
from internet to differents telephones.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Dec 17
3
How to connect to a Windows PC in LAN
Hi
I am a new bee to Linux in general. Please accept my apologies if the
question is not appropriate.
I have a LAN with 2 computers: One is CentOS and one is Windows XP.
I am trying to transfer file between 2 computers using LAN. Can you
please tell me how to do it?
I have tried Samba from the Applications menu.
Add a directory in there. Set it to Read only and Allow access to
everyone. I
2017 Sep 20
1
Re : Libvirt Java Bindings
I am developing a Java Application using Libvirt. I found that the Java
Bindings are not in active development.
I need to obtain the IP Address of the Domain. In C, it may relate to
virDomainInterfaceAddresses. Is there any way to implement it in Java.