similar to: capture stderr in Windows

Displaying 20 results from an estimated 700 matches similar to: "capture stderr in Windows"

2004 Aug 28
4
removing invariant columns from a matrix
I'm looking for an efficient way of removing zero-variance columns from a large matrix. Any suggestions? Thanks, - Moises [[alternative HTML version deleted]]
2004 Dec 06
1
VR package not found for R version 1.9.1
I'm trying to install the VR package for version 1.9.1 but I'm getting the following error message: > install.packages("VR") trying URL `http://cran.r-project.org/bin/windows/contrib/1.9/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 20716 bytes opened URL downloaded 20Kb trying URL
2003 Dec 30
3
Writing data frames
Hi there - I have been trying to generate some simple stats and save the results to a file. My data looks like this: x y z exp 0 3 5 1 2 11 10 1 4 4 5 1 7 6 4 1 11 1 2 2 5 7 1 2 3 3
2006 Apr 19
2
commercial software selling a R module - question about GPL license rights
Hello all, Sorry for this email not directly related to R developement. I just come from a nice demonstration session from Scitegic about their Pipeline Pilot (PP) software, and especially their 'R collection' which brings R calculations into the software (http://www.scitegic.com/documents/RStats_Collection.pdf). I looked carefully on the way they do it: they pass data from PP to R
2004 Jan 19
1
Persistence for statistical models
Hi there - Is there a way to write statistical models (trees, naïve Bayes, SVM, etc) to a file and import them again without loss of information? Thanks - Ton Ton van Daelen, PhD Director, Application Support Tel: (858) 279-8800 ext 217 Fax: (858) 279-8804 Web: www.scitegic.com Register now for the 2004 Pipeline Pilot user group meeting Jan 28-30 in San Diego:
2006 Jan 17
2
auto load SIP peers on startup
Hi all, we use OpenSER together with Asterisk. All SIP users registers with OpenSER and asterisk is doing the voicemail thing. We use the Asterisk RealtimeArchitecture for voicemail users and SIP peers. The database table for the sip peers is a view from the OpenSER subscriber table. The MWI for a user will only work, if the user object (sip peer) is loaded into memory and visible with the CLI
2010 Sep 17
3
Sangoma A108 PCIe V2.0
Hi Does Sangoma 8-port card A108 support PCIe version 2.0 ? The card is here http://www.sangoma.com/products/hardware_products/digital_voice_and_data_networking/a108.html And we want to use 3 such cards in this motherboard because it has 3 PCIe slots of version 2.0 http://www.intel.com/products/desktop/motherboards/DX58SO/DX58SO-overview.htm Is this a good idea ? Do you have any experience
2009 Sep 30
2
E1/T1 Tapping call recording in Asterisk - Testing needed
Howdy, I've spent a couple of days writing a new feature for Asterisk that allows to record calls in T1 or E1 PRI lines using Asterisk connected to tapped lines. This means that you don't have to install anything in the PBX's/telco equipment that is going to be monitored, all you need is to install a device like the PN 633 Tap Connection Adapter that is available for example, from
2007 Feb 04
5
Unicall/R2 for Asterisk 1.4 Available for TESTING
Im glad to let you know that finally I invested some time to make work Unicall in Asterisk 1.4, I must say not much testing could be done since I have no hardware available ( cards, servers ), however a friend was able to test it with a couple of calls with success, I need you to test this and report some feedback. The sources are available in: http://moy.ivsol.net/unicall/soft-switch/r1b1/
2009 Apr 08
3
Multi Frequency Cycle Timeout - E1-R2 METROTEL COLOMBIA
Hi, I have installed Elastix 1.5.2 (Barranquilla, Colombia (TELCO: METROTEL)) with a TE220P (2xE1) and TDM2400P (16FXS), openr2 is included in 1.5.2 version. The outcoming calls are ok, but with incoming call i have an error: ERROR*[*14972*]* chan_dahdi.c: Chan 2 - Protocol error. Reason = Multi Frequency Cycle Timeout, R2 State = Seize ACK Transmitted, MF state = Category Request Transmitted,
2006 Feb 15
6
asterisk silence suppression?
Hi all, I'm getting some noise gate like effects on our sip lines & I think I need to disable silence supression, I'm searching docs & not finding where this can be set, does * have a setting to turn this off? basically what's happening is when we stop talking, the other end hears total silence, but when we talk, they can hear the background noise in the office, this sounds odd
2011 Feb 18
3
FAX on PRI to MFCR2
Hi, I am having issues sending and receiving fax on my asterisk setup. Currently I have a server that has 2 x E1 TDM cards one is sangoma and the other one is openvox. Both support echo cancellation. One of the e1 is connected to our telco provider via mfcr2 where all our incoming calls originate. On the other end is a pri connection going to HICOM PABX where the local attached to a fax is
2006 Oct 31
7
Asterisk Call Statistics
Hi Folks, I would like to recover all information about the calls, incoming calls, call time, call history, etc in a Web Format, are there some open source aplication for Asterisk that be easier for use. Pls anything suggestion will be very appreciate. Thanks Rgds. -- Omar E.P.T ----------------- Certified Networking Professionals make better Connections! http://omarept.blogspot.com/
2004 Jun 08
1
binary data
What's the preferred way in R for handling samples with binary data (like chemical fingerprints encoded as hexadecimal strings with 0's and 1's indicating the absence or presence of chemical features) in methods such as clustering and MDS. Do you always have to expand the fingerprint data into individual variables (which can be a few hundreds) or can they be used directly as binary
2004 Aug 17
2
aov summary to matrix
Is there an easy way of converting an aov.summary into a matrix in which the rows are the factor names and the columns are Df, Sum Sq, Mean Sq, F value and Pr. For example, convert Df Sum Sq Mean Sq F value Pr(>F) block 5 343.29 68.66 4.4467 0.015939 * N 1 189.28 189.28 12.2587 0.004372 ** P 1 8.40 8.40 0.5441 0.474904 K
2005 Jul 28
8
dialplan defenition
Hello list, Im writing my dial plan, in witch every SIP phone begins with 74 and has more 3 numbers (like 74XXX). So, I want to route all 74XXX calls to my sip channel. For this I wrote this line: exten => s,1,Dial(SIP/74118@193.136.252.5,30,r) but this way all calls go to 74118@193.136.252.5 ..... Then I tried: exten => s,1,Dial(SIP/${EXTEN}@193.136.252.5,30,r) but this way, the
2006 Jan 04
1
chan_oh323.so freeze my box on unload
Hi im running several gentoo servers with Asterisk, only using IAX2 and SIP. Recently we decided to implement h323. All the necessary dependences for oh323-0.7.3 were installed by portage (package manager of Gentoo distro), including openh323, pwlib etc. The module is successfully loaded (load chan_oh323.so) but when asterisk is stopped (stop now) or the oh323 module is unloaded (unload
2009 Sep 19
3
Sangoma A200 and battery removal detection ??!!!
Dear Folks, Anyone knows if Sangoma supports or going to provide support for battery removal detection on FXO lines?? As Tzafrir said earlier DAHDI supports it, which is a very nice feature but what about Sangoma? Regards. -- M. Shokuie Nia. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Sep 19
2
emule047c too many files
I execute emule 0.47c (because Amule and mldonkey doesn't have protocol ofuscation support) but I have some problems: 1.- I import the incoming + temp directories from amule, 250 downloads inside => error too many open files. To solve this, I try to import 20 files, next 20 files more, next 20 files more, in batch process. 2.- But when I use emule, the same error appears in some files in
2009 Aug 05
3
Best ISDN BRI solutions?
Hi all, For a while now I've been using Asterisk together with HFC-PCI cards (Cologne chipset) for Euro-ISDN BRI support. However, I do not consider this to be the most reliable solution and believe that the most stubborn problems have always been software related. If my clients are willing to spend a bit more money on different hardware, what do you think the best solution would be?