similar to: Asterisk, NAT, and RTP?

Displaying 20 results from an estimated 7000 matches similar to: "Asterisk, NAT, and RTP?"

2005 Jun 07
1
Problems with userPassword when it's base64 encoded
I'm switching from OpenLDAP to the newly released Fedora Directory Server (formely known as the Netscape Directory Server) as a LDAP backend for my Samba domain. I'm now faced with a problem regarding how Fedora DS handles the userPassword field. Unlike OpenLDAP it encodes it in base64 so instead of reading userPassword: {SSHA}0lP+r3Z1NVan7Caf4CG9oSgnTbQRrv/p it reads: userPassword::
2013 Apr 24
0
[LLVMdev] Another missed optimization opportunity?
Hey Scott, On Wed, Apr 24, 2013 at 1:40 PM, Scott Pakin <pakin at lanl.gov> wrote: ... > > Is there some semantic reason that the increments aren't allowed to be > combined, or is this a missed optimization opportunity in LLVM? > > I believe that the wildcard is the extern keyword. Since the external symbol isn't resolved until link time, I suspect that it would be
2004 Sep 13
4
[fm #41603] (news-admins) Submission report - Xapian and Omega
Please read the following notes regarding your project at freshmeat.net: - olly at survex.com has requested ownership of the freshmeat record for your project. Do you approve this change? If you are not sure what this means, please see http://freshmeat.net/faq/view/46/. Sincerely, Ray Shaw <news-admins at freshmeat.net> --- Headers Follow --- >From noreply at freshmeat.net Mon Sep
2008 Apr 01
1
plugin announcement: acts_as_fu
We''ve all seen the job listings. We know what they''re looking for. Rockstars. Code Monkeys. Rails Ninjas. And you''re left thinking, "But I''m just a programmer." Well, not anymore. Today, you become a Rails Kung-Fu Master! "Not me," you say. "I''ve already tried using all the acts_as_something plugins and all the something_fu
2006 Apr 12
2
Inverting validates_format_of
I''ve got a regex validation on one of the inputs to my application, a file path. Now these only ever come from trusted users (administrators), but it would still be good to catch the most obvious attempts at directory traversal, etc. I''ve already got a regex that only allows \w then -, . and /. However, I want to stop two dots in a row, so I was wondering how to make the
2005 Oct 11
3
Is this correct?
Dear userR, With the following results, are they correct or acceptable? > x <- c(1.4, 1.2, 2.8) > sum(x) [1] 5.4 > sum(x) == 5.4 [1] FALSE > (1.4 + 1.2 + 2.8) - 5.4 [1] -8.881784e-16 > (1.4 + 1.2) - 2.6 [1] -4.440892e-16 > 2.6 - 1.5 - 1.1 [1] 0 > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor
1997 Aug 18
1
R-beta: bug report
The following seems to be a bug when I tried to use the predict function. > forbes boil.pt pressure log.pressure [1,] 194.5 20.79 303.4472 [2,] 194.3 20.79 303.4472 [3,] 197.9 22.40 310.9061 [4,] 198.4 22.67 312.1042 [5,] 199.4 23.15 314.1995 [6,] 199.9 23.35 315.0597 [7,] 200.9 23.89 317.3460 [8,] 201.1 23.99
2002 Jan 27
1
Ext3 webpage
Hi I was just wondering if there is a homepage for ext3? The one listed on freshmeat (http://freshmeat.net/redir/ext3/2491/url_homepage/) doesn't seem to have been updated recently. Thanks, Matt
2001 May 29
1
this for real?
got the following in the freshmeat newsletter. the page doesn't say anything about it. also the sct dir on kernel.org still shows the WIP version... [007] - e2fsprogs 1.20 (Default)   by P. Adami (http://freshmeat.net/users/ramirez/)   Monday, May 28th 2001 19:39 The ext2fsprogs package contains essential ext2 filesystem utilities which consists of e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs,
2006 Jan 04
3
backup scripts
I was just curious if anyone knew if any good backup scripts...I found one the other day on freshmeat called ibackup which does a great number of things, but I just wanted an idea of what was being used these days. -- Andrew Rice Jr
2004 Oct 21
2
How to calculate a double integral ...?
Dear R-Friends, How can I calculate a double integral like \int_a^b \int_c^y g(x, y) dx dy where a, b, c are constants, g(x, y), e.g., g(x, y) = tan(x + y). I tried to nested integrate() and adapt(), but none of them working, seemingly due to the limits can not be specified constants. Best regards, C. Joseph Lu Department of Statistics National Cheng-Kung University Voice:
2008 Feb 07
1
Greek letters in legend without a space
I am trying to make a figure legend that says "uM" (but replace "u" with mu). When I use the following script, my legend looks more like "u M", rather than "uM". > legend(1,1, c(expression(1~mu~M))) How do I get rid of the space R places in when using the expression command to insert a greek letter? Thanks very much in advance Ming Kung Graduate
2011 Jun 27
3
libv4l question
Hi all, Hey I'm trying to do some web cam stuff, and I found this link: http://freshmeat.net/projects/libv4l/releases/333037 I was doing the "rpm -qa | grep v4l" and nothing comes up, I did "ls path_to_centos/RPMS/* | grep v4l " and nothing comes up, I did 'yum provides "*/libv4l*"' and nothing comes up. Is the CentOS library for v4l named something
2008 Jul 26
1
Coarsening the Resolution of a Dataset
Dear all, I have gridded data at 5' (minutes) resolution, which I intend to coarsen to 0.5 degrees. How would I go about doing this in R? I've had a search online and haven't found anything obvious, so any help would be gratefully received. I'm assuming that there will be several 'coarsening' techniques available - I'm after something fairly simple, which for example,
2011 May 20
5
Extra stream
On 20 May 2011 05:30, Jack Raats <jack at jarasoft.net> wrote: > Hi, Hi > At this moment I'm running a stream on 128kbps. > I want to add the same stream on 24 kbps. > Can this be done on the server using icecast? > Or do I have to use another programm. The streamTranscoder is a multi-platform utility which can be used to transcode media streams from one format to
2000 Aug 04
1
xlab=expression(...) won't work.
Dear all, I found that the plotmath seems won't work on xlab in plot (and other plot functions including matplot, contour, ...): > plot(1:10, 1:10, xlab=expression(alpha)) the plot shows nothing for x-label. My R-version is R.1.1.0 > version _ platform Windows arch x86 os Win32 system x86, Win32 status major 1
1997 Dec 19
1
R-beta: a bug in the lm function ?
I ran a function called BoxCox, taken from the book by Venables and Ripley, for checking the need for power transformation. This function works fine using the version 0.50 of R, but gives an error message with version 0.60. The lm function in version 0.60 is different from that in version 0.50. Is there a bug in the new lm function? Kung-Sik Chan >
1997 Sep 15
2
R-alpha: predict.lm -- who ..?
Just a short reminder / question -- We've had one posting >> Date: Sun, 17 Aug 1997 19:51:20 -0700 >> From: Kung-Sik Chan <kchan@stat.uiowa.edu> >> To: r-help@stat.math.ethz.ch >> Subject: R-beta: bug report with a predict.default that would "work" with (some) lm objects, and I think it was said that predict.lm "is being" written (Peter
2003 May 21
1
serios problem with zaptel or asterisk
Hello, I have installed 2 *'s and i have connected both to E1, ISDN. Both are using EuroISDN. On both i use alaw. The distance in ping time for them is 3 ms. I use IAX and as a codec i use alaw on that connection. Now the problems are: 1. I get some crunches on the line, alot of them. 2. I get some hangup's, very often, and i have no idee from where that is comming. This is my log for a
2005 Apr 26
2
latest code
Hi, Im trying to download the iproute2 source code from the freshmeat.net. I''m having problem downloading the latest code. Is this a known issue or just me getting this problem. Is version iproute2-2.6.11-050330.tar.gz a good version instead of the latest? Thanks. grace