similar to: one way RTP using NAT

Displaying 20 results from an estimated 1000 matches similar to: "one way RTP using NAT"

2010 Sep 28
2
E1 check with nagios, how to?
We need to monitorate the E1 with nagios, somebody did this? any ideia? Thanks in advance! -- Atenciosamente, ------------------------------------------------------- Dario Quiroz (71) 9275-9080 gtalk: darioquiroz at gmail.com ------------------------------------------------------- -------------- next part -------------- An HTML attachment was
2010 Sep 21
10
[XCP] xenwebmanager testers are needed
Hello, I want request to community collaboration to test xenwebmanager before release a beta version. Idea is found bugs and features not working to fix before beta version. For test this version you only need download from: https://sourceforge.net/projects/xenwebmanager/files/xenwebmanager_rev69_full.tar.gz/download uncompress: tar xvfz xenwebmanager_rev69_full.tar.gz and run: cd
2010 Sep 01
3
MOH in the middle of the call
Hi, I have a very strange problem. In the middle of the call the MOH starts for 30 seconds approximately. After this the call run normally. Anybody have an ideia or has some similar problem? Thanks in advance!! -- Atenciosamente, ------------------------------------------------------- Dario Quiroz Analista de Suporte (71) 9275-9080
2015 Nov 25
5
GPO templates problem
Greetings. I set up a new Samba 4 AD Server and I have some errors. On the tree 4.1 this errors not appeared and until 4.2.3: - On the RSAT: GPO Management ---> Computer Settings ---> Policies ---> Windows Settings ---> Security Settings, the console gave this error: "Windows cannot load the temnplate", and not show several options. - Another error: "The Server Is
2005 Sep 29
4
chan_cap-cm-0.6 deflect support
Hi, I've recently reinstalled a Diva in my asterisk server (alongside a QuadBRI :-) to test the nice features Armin has been adding in chan_capi. The capi.conf format has changed, so my question is how do I define a deflect= statement for different incoming MSN's? I've tried to define a section for each (group of) MSN with a different "deflect". Is that correct? [DIVA1]
2015 Jan 28
5
Ajuste con exponencial
Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20150128/9e23caec/attachment.html>
2009 Sep 24
6
Debian domU installation problem: Invalid kernel
Hi, My configuration is the following: Xen 3.3.1 compiled from sources(with PAE enabled) Dom0 Debian Etch i386 I''m trying to create Debian domU from scratch with netinst and get the kernel and ram disk to boot to installation procedure from install.386/ folder of netinst iso image. Then I use the following config file debian.cfg for installation: kernel =
2005 Mar 18
2
Installation problem MacOS X
R gurus I have tried to install the R 2.0.1 binary for OS X and although the installation was successful I can get the application going. When I double click the icon R tries to load (R window shows briefly) and it quits immediately. This behavior was described in this list before and nobody found the answer to the problem. If you try to load the x11 version by typing "R" at
2004 Aug 05
1
R interface to Python (in Windows)
I put a copy of R 1.8.1 for Windows on our FTP site at: ftp://ftp.odot.state.or.us/outgoing/Test/. It should be there for a few days before it gets deleted. Benjamin Stabler Transportation Planning Analysis Unit Oregon Department of Transportation 555 13th Street NE, Suite 2 Salem, OR 97301 Ph: 503-986-4104 -----Original Message----- From: Peter Wilkinson [mailto:pwilkinson at videotron.ca]
2015 Dec 01
1
GPO templates problem
Greetings. El 01/12/2015 a las 09:12 AM, Viktor Trojanovic escribió: > On 26.11.2015 00:48, Hector Suarez Planas wrote: >> Greetings. >> >> I set up a new Samba 4 AD Server and I have some errors. On the tree >> 4.1 this errors not appeared and until 4.2.3: >> >> - On the RSAT: GPO Management ---> Computer Settings ---> Policies >> --->
2017 Feb 16
5
Sobre gráficos
Hola a todos, alguien que ya tenga en sus manos esos libros y/o otros más sobre todo sobre estadística descriptiva, inferencial, minería de datos y big data, o cualesquiera de R y que aunque haya pagado la ostia, no le importe compartirlo conmigo que no tengo la posibilidad de pagar por ellos, por favor, le estaría eternamente agradecido. Fraternalmente, Nivaildo. ----- Mensaje original -----
2003 Sep 09
2
Matrix resampling (bootstraps)
Dear all, I am trying to generate bootstrap replicate matrixes (rows=samples, column=species, sampling with replacement) from a matrix dataset, but I do not know how to do it in R. I have tried boot() and bootstrap(), but they require an statistic, which in my case is cluster analysis (generating bootstrap values for a cluster analysis is a topic that has been mentioned previously in
2013 Jan 10
3
Test de la t
Buenas tardes. ¿Conoce alguien alguna función del R que realice el clásico test de igualdad de medias basado en la t de Student (o calcule intervalos de confianza para diferencias de medias entre variables normales), tomando como entrada las medias de las muestras, los tamaños muestrales y las desviaciones tipicas muestrales (o las varianzas muestrales o los errores estándar)? Muchas gracias y
2008 Feb 22
3
Windows 2000 pro doesn't join a domain with Samba+Ldap (linux)
Hello people... I had to sign up in the list because I don't know what else I could do... I can't find my error anywhere!! :( The thing is that I have a Linux server with Ldap (openldap2.3) + Samba (3.0.26) + smldaptools (0.9.2-3), and I want to authenticate a windows 2000 Professional client machine against that server, but it won't work!! The domain is called "JOME", and
2009 Sep 10
22
Xen and Enomaly
Hi list, Right now I''ve to find some graphic (or web!) interface to administrate our new data center infrastructure who will be running over Xen. I''ve been googling around to find something, and looks like Enomaly is a good choice. Can anybody give me some feedback about this? Or maybe recommend another front-end interface? Thanks in advance. Boris.
2019 May 09
2
Password database - external verification
Hi all, I'm currently using a PostgreSQL database for my user/password db, directly from dovecot. The trouble with that is that I'm stuck with whatever hash algorithms dovecot supports - which IIRC means (a subset of?) what libc has been compiled with, which can be a bit restrictive. So I'd like to use an external tool, which would also let me integrate other applications (eg web
2009 Apr 12
9
invalid byte sequence utf-8 OR best option to sanitize content brought in with net::http? single non-utf character causes rails to crash
hi all, platform: debian lenny, ruby1.91.p0, passenger/apache-multithread, rails2.3 in vendor/postres and sql server via odbc. all current gems. i have legacy asp content on win2k servers that i wrap in rails controllers. this all worked great with ruby1.8, but now that we are dealing with encoded strings in ruby1.9, i am having page crashes randomly as users have cut and pasted high ascii code
2018 Mar 21
2
Informing the SSH agent of the target user@server
On 2018-03-22 01:25, Peter Stuge wrote: >> Or an intermediate forwarding ssh could insert a tag (2): >> >> - SSH_AGENTC_EXTENSION "forwarded-for at openssh.com" string("user2 at host2") >> - SSH_AGENTC_REQUEST_IDENTITIES >> >> (which would of course nest with multiple chained forwards, similar to >> SMTP Received headers) > >
2009 Feb 11
3
rt_cache leak in 2.6.18
Hello, This is a CentOS 5.2 box configured as a router for a network handling about 200-300 Mbps, routing traffic to/from the internet for about 6,000 IPs. After about 2-3 days, the kernel complains about "dst cache overflow" and even thought it hasn't crashed, the network is un-responsive. All IP forwarding stops and the server cannot be reached from any network interfaces.
2017 Feb 16
2
Sobre gráficos
Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20170216/7c6f564a/attachment.html>