similar to: Polycom Delay

Displaying 20 results from an estimated 10000 matches similar to: "Polycom Delay"

2004 Aug 06
2
RC1 problem? (Conversation over two IAX2 streams = nasty, gappy audio)
I've been having 'gappy' audio problems with nufone for about a week now but I think I've nailed it down. Setup: office* - iax2 - colo* - iax2 - nufone office* and colo* are identical physical hardware (Xeon 2.8, dual ethernet, solely used for Asterisk) -- they are joined together through their second ethernet ports over a dedicated 2meg SDSL link. One hop between office* and
2005 Dec 20
1
SVN-REVSION altered when building R-devel out of tree from last snapshot
Hi, Today I downloaded and compiled the last R-devel snapshot. The SVN-REVISION in the tarball contains the following: Revision: 36792 Last Changed Date: 2005-12-18 But after compiling on Unix (I compiled out of tree), I ended up with an SVN-REVSION file containing: Revision: unknown Last Changed Date: Today in the build tree. Then when I start R, I get: R : Copyright Today, The
2004 Aug 10
1
persp, array and colors
Dear R-users, I'd like to plot a three-dimensional surface and at the meantime I'm using an array. I would like to have the values of my first matrix in the heights of the plot and the colors of the single facet taking into account the second matrix. I hope that the next code will help all of you to understand better my issue, Thanks in advance, Giancarlo ############################ ##
2003 Dec 29
2
bandwidth requirement
Hi Folks, have a question, on bandwidth. I want to run an asterisk server SIP to H323, g729. Calls arrive on sip/iax go to IVR get authenticated and egress through h323. So G729 license is only used during IVR and then it is pass through. I am collocating this server. Colo offer a monthly bandwidth quota. Lets say I want to do 100K minutes per month of VoIP calling at the beginning. What would
2003 Jul 21
2
E911 and asterisk
I have a client that would like to use asterisk to link their multiples locations together. However, if a person in the remote office dials 911, How can the 911 operator determine WHERE the emergency is?? Since all calss would be going out of the PRI in the main location, the police/fire trucks will show up at our COLO!! I know that there are some that are doing this multi site setup, how did
2005 Apr 21
2
X330 Keyboard/box dies on install 4.0, not on 3.4
I've got a handful of IBM X330's at my colo and another couple at the office for testing purposes. Currently, they're running CentOS 3.4 and are very happy doing so. The 3.4 install was perfectly seamless. When I tried to upgrade one of my test machines to 4.0, the keyboard died once I got into the install every single time once I boot to anaconda from the CD. It dies as soon as
2010 Sep 30
2
panel.pairs in splom
Hello, I have a customized pairs () fonction as follows that displays correctely my data. ------------------------------------------------------------------------ panel.cor1 <- function (x, y, digits=2, prefix="") { usr <- par("usr"); on.exit(par(usr)) par(usr = c(0, 1, 0, 1)) r <- cor(x, y,use="pairwise.complete.obs",
2006 Dec 12
1
OpenVPN, proxy ARP for an entire subnet (Linux endpoints)
"A Tale of TTL Troubles" I was hired to implement VPN for a subnet. The owner has a /27 at his home site, and he wanted to have the machines there answering BOTH on those IP addresses and some addresses at a remote colocation provider. Make sense? Not to me either. :( I think he''s trying to fool his customers into thinking he has a physical presence in the colocation city.
2008 Oct 08
1
Update (IAX Trunking Help)
I posted earlier in the day about needed help with IAX trunking. I did some more reading and made some more changes. Here is what I have thus far: Iax.conf on one server [general] bindport = 4569 bindaddr = 0.0.0.0 disallow=all allow=ulaw allow=alaw allow=gsm mailboxdetail=yes [vvfarm] type=friend username=colo secret=testpassword auth=plaintext host=64.194.211.170 context=iax-incoming
2009 May 04
1
dom0 iptables
Ok, I am setting up a new dom0 at a colo provider and usually the colo facility acts as my gateway, but at this new one, the provider is recommending that I use the server as its own gateway. That unfortunately doesnt work to well when it comes to iptables and my domU''s. IPtables do not support virtual interfaces, so I can''t just white list them unfortunately. I have tried many
2015 Apr 11
2
Access Problem after update to CentOS 7.1
On Fri, Apr 10, 2015 at 06:33:27AM -0500, Johnny Hughes wrote: > What may be happening is that you may need to be on the console and > accept the license on the first reboot after the update. > > We tried to turn this off for CLI only installs, but in some > combinations of software, you may still get the acceptance screen and > have to complete it. So just to be clear, some
2003 May 05
1
bandwith issues, ISP hosting services, etc
I am looking into supporting around 20 SIP clients (ATAs, IP softphones, etc) distributed in around 10 different end points (in South America). For the most part they all have narrow band connections 64kpbs, 128 at most and I?d like to use g729 all around (don?t have too many alternatives) To start with, I will have one * with no gateway to the PSTN and eventually a few * boxes with termination
2008 Jun 30
2
Plotting question: Problem with strwidth in 2.7.1
R users, I have a problem with function strwidth in 2.7.1. I'm trying to set the plot margins in a way that horizontal column labels will fit to the graph. tmp.t is a list of data.frame objects. This code works well in 2.6.0. ...snip.. library(gplots) for (i in names(tmp.t)) { bmp(filename=paste(i, "_", Sys.Date(), ".bmp", sep=""), width=1038,
2004 Jan 12
2
How to bind RTP when IP alias are configured
Hi Folks, I have a situation where my Colo insists on a particular IP setup for my * server box. They allocate two blocks of IPs to my colo server. One set as my own (ex 20.20.20.20.4/30 - 4 ips) and the other as a transit lan (es 10.10.10.0/29). These are all public IP addresses and there is no NAT involved in. So essentially I have to set-up IP aliases in my Linux box as follows; Example:
2014 Nov 28
0
[PATCH] Add ldisk.c32 Lua module
Hi, the patch can also be pulled from my fork of the git repository at https://github.com/emmericp/syslinux.git <https://github.com/emmericp/syslinux.git> under the branch ldisk-lua-module. The commit is also available on GitHub if you prefer a website to view the diff: https://github.com/emmericp/syslinux/commit/e1612cb42508fa2f33ceb045a7722fa34664231c
2015 May 04
2
Netlogon scripts on samba ad mode
Hello Marc I already tried the first option the nt 4.0 way, but pointing the script to a network path (UNC path) instead of physical path , is it possible ? Best Regards Dante F.B. Col? ----- Original Message ----- From: "Marc Muehlfeld" <mmuehlfeld at samba.org> To: "samba" <samba at lists.samba.org> Sent: Friday, May 1, 2015 2:10:35 PM Subject: Re:
2017 Sep 05
2
Restrict share access per IP/client machines
On Tue, 5 Sep 2017 11:17:56 -0300 (BRT) Dante Colo via samba <samba at lists.samba.org> wrote: > Hello > > Is there anyway to restrict a user to logon on domain or connect to a > Samba AD server only from some specific client machines ? > > Regards > Dante > > Read in 'man smb.conf' about 'hosts deny' and 'hosts allow' Rowland
2003 Sep 11
1
Customised legend in lattice
Hi List, Am trying to customize a legend in trellis: Draws 2x5 lines in 5 colors and 2 linetypes. I would like to add two more items to the legend showing the key for the line types above the colored legend. Any suggestions welcome - thanks Herry ############################# #Following example code: library(gregmisc) trellis.device(bg="white") i1=0 i2=-1.89767506 i3=-1.17087085
2005 Aug 02
0
Polycom SoundPoint 600 : 10 seconds of delay when answering a call.
Hello everyone, I have just received 3 brand new Polycom SoundPoint IP 600 from "voipsupply.com" and I have the exact same problem on all of them. When I receive a call, the phone is ringing correctly but when I answer it, it takes exactly 10 seconds before I can hear the caller. I also have SoundPoint 300 and 301 and I don't have that problem with those. I'm using Asterisk
2019 Mar 23
2
Is this assumption correct?
Hello list we encounter a weird SSL issue with one of our dovecot (2.2.24 on Centos6) which we can only explain if our assumtion is correct Symptoms are that imaps connections (on port 993) suddenly get veeeery slow. Up to 180s for one connection with openssl s_client The thing we do not understand is that in the same time imap connections with starttls are just 1s. We can see that entropy on the