search for: checkresult

Displaying 20 results from an estimated 37 matches for "checkresult".

Did you mean: check_result
2003 Jul 12
1
AGI script sample using bash shell script
...gt;&2 echo $agi_language >&2 echo $agi_type >&2 echo $agi_uniqueid >&2 echo $agi_callerid >&2 echo $agi_dnid >&2 echo $agi_rdnis >&2 echo $agi_context >&2 echo $agi_extension >&2 echo $agi_priority >&2 echo $agi_enhanced >&2 checkresults() { while read line do case ${line:0:4} in "200 " ) echo $line >&2 return;; "510 " ) echo $line >&2 return;; "520 " ) echo $line >&2 return;; * ) echo $line >&2;; #keep on reading those Invlid comm...
2003 Aug 25
2
SetVar on sample.call
...chomp; last unless length($_); if (/^agi_(\w+)\:\s+(.*)$/) { $AGI{$1} = $2; } } sub checkresult { my ($res) = @_; my $retval; $tests++; chomp $res; if ($res =~ /^200/) { $res =~ /result=(-?\d+)/; if (!length($1)) { print STDERR "FAIL ($res)\n"; $fail++;...
2005 Feb 16
4
festival text for weather report
http://www.srh.noaa.gov/fwd/productviewnation.php?pil=OKXZFPOKX&version= 0 can anyone suggest how I could set up asterisk@home to read out allowed the following text when I dial extension 850? 815 PM EST WED FEB 16 2005 .OVERNIGHT...MOSTLY CLEAR. LOWS 30 TO 35. NORTHWEST WINDS 15 TO 20 MPH WITH GUSTS UP TO 30 MPH...DIMINISHING TO 10 TO 15 MPH LATE. .THURSDAY...PARTLY CLOUDY. COOLER
2023 Nov 03
2
'R CMD INSTALL' keeps going on despite serious errors, and returns exit code 0
...ode 0: ??? hpages at XPS15:~$ echo $? ??? 0 This is with R 4.4, that BioC 3.19 will be based on and that we only started to use recently for our daily builds. Strangely, we only see this on Linux. On Windows and Mac, we get the usual hard error, as expected. See: - https://bioconductor.org/checkResults/3.19/bioc-LATEST/CoreGx/nebbiolo1-install.html - https://bioconductor.org/checkResults/3.19/bioc-LATEST/CoreGx/palomino3-install.html - https://bioconductor.org/checkResults/3.19/bioc-LATEST/CoreGx/merida1-install.html To reproduce: ??? library(remotes) ??? install_git("https://git.bi...
2010 Sep 13
4
Problem with WARNING...headers with CRLF line endings
...ed on Windows XP, since there it should obviously be no problem. One more issue: While I have always received this warning on my WinXP installation, for some lucky reason the warning did until now not appear on the Bioconductor Windows server, see BioC 2.6 with R-2.11.1: http://bioconductor.org/checkResults/2.6/bioc-LATEST/xps/liverpool-checksrc.html However, for some reason on BioC 2.7 running R-2.12.0 this warning does appear, see: http://bioconductor.org/checkResults/2.7/bioc-LATEST/xps/liverpool-checksrc.html For this reason I would appreciate if there would be a possibility to suppress this...
2010 Jul 12
0
Strange issues with new R-based 'R CMD build' and 'R CMD check' scripts on Windows
...observe that the new R-based 'R CMD check' script gets also confused sometimes on Windows in a random way. It seems that sometimes (maybe 1% of the times) running 'R CMD check' is actually running another script, not the 'check' script, e.g., here http://bioconductor.org/checkResults/2.7/bioc-LATEST/geneplotter/gewurz-checksrc.html the output of the command looks like if 'R CMD build' was run instead of 'R CMD check'. Here http://bioconductor.org/checkResults/2.7/bioc-LATEST/lumi/gewurz-checksrc.html it looks like if 'R CMD Rd2txt' was run. Same her...
2010 Jun 21
1
No output/no source tarball produced by 'R CMD build' on Windows (but ret code is 0)
..., we've started to see something never seen before on Windows: for some BioC packages, 'R CMD build' would produce no output at all (0 byte) and, of course, no source tarball. Even though, the code returned by the command is 0! See an example of this is here: http://bioconductor.org/checkResults/2.7/bioc-LATEST/MotIV/liverpool-buildsrc.html (the content of this page is updated every day) Note the: RetCode: 0 PackageFile: None and the lack of output! This seems to happen randomly for a couple of packages every day. Today it's for MotIV only. Last time I checked, it was charm...
2009 May 29
1
how to detect dtmf in meetme
...('demo-welcome', 15, 5)\"\"\n"; $agivars = (fgets(STDIN)); print "MeetMeAdmin(900,k,$agivars)\"\"\n"; print "set extension 121\"\"\n"; print "set priority 5\"\"\n"; //fflush($stdout); //;$result = <STDIN>; //;$checkresult($result); //print STDERR "4. Testing 'saynumber'..."; print "SAY NUMBER 192837465 \"\"\n"; //;my $result = <STDIN>; //;&checkresult($result); ?> [111] type = friend username = 111 secret = 111 host = dynamic context = from-internal canreinvit...
2019 Nov 15
2
S3 methods in packages. Change in R 4.0.0?
...e.g. using special directives in the NAMESPACE file of the package? I did not. (3) Should I change to S4? For e.g. Bioconductor package CGHbase (Mark van de Wiel) contains S4 plot-methods for its objects. For whom it may be interesting the URL of my Bioconductor package: http://bioconductor.org/checkResults/devel/bioc-LATEST/CFAssay/ Herbert Braselmann <http://bioconductor.org/checkResults/devel/bioc-LATEST/aCGH/> -- Abteilung Strahlenzytogenetik / Research Unit Radiation Cytogenetics AG Integrative Biologie / Working group Integrative Biology Tel./Phone: +49 89 3187-2878 Helmholtz Ze...
2023 Nov 04
1
'R CMD INSTALL' keeps going on despite serious errors, and returns exit code 0
...t; This is with R 4.4, that BioC 3.19 will be based on and that we only > started to use recently for our daily builds. > Strangely, we only see this on Linux. On Windows and Mac, we get the > usual hard error, as expected. See: > - > https://bioconductor.org/checkResults/3.19/bioc-LATEST/CoreGx/nebbiolo1-install.html > - > https://bioconductor.org/checkResults/3.19/bioc-LATEST/CoreGx/palomino3-install.html > - > https://bioconductor.org/checkResults/3.19/bioc-LATEST/CoreGx/merida1-install.html > To reproduce: > ??? l...
2014 Jun 23
1
operation on ‘numsels’ may be undefined
...3026:56: warning: operation on ?numsels? may be undefined [-Wsequence-point] Interestingly, both servers do not only run the same version of Ubuntu, but also the same version of the C++ compiler, i.e. g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3, and use the same flags, see: http://bioconductor.org/checkResults/2.14/bioc-LATEST/zin2-NodeInfo.html http://bioconductor.org/checkResults/devel/bioc-LATEST/zin1-NodeInfo.html My question is now, why do I suddenly get the compiler warning? The reason why I ask at R-devel and not Bioc-devel is that it may not only be a Bioc question, since I found the followin...
2007 Mar 01
2
How can I use the "GET VARIABLE variablename" in AGI
Hi,All, I wang to use AGI in asterisk1.4. AGI file / myperl.agi #!/usr/bin/perl use strict; ...... print STDERR "7. Testing GET VARIABLE..."; print "GET VARIABLE EXTEN \"\"\n"; my $result = <STDIN>; &checkresult($result); ...... when the agi execute; asterisk conosle show that : AGI Rx << GET VARIABLE EXTEN "" AGI Tx >> 520-Invalid command syntax. Proper usage follows: AGI Tx >> Usage: GET VARIABLE <variablename> Returns 0 if <variablename> is not set...
2011 Feb 03
1
bug in codetools/R CMD check?
Hi Mr Tierney, I have noticed an error message from R 1.12.x's CMD check for a while (apparently prof Ripley completely rewrote CMD check in R 1.12+) e.g.: http://bioconductor.org/checkResults/2.7/bioc-LATEST/snpMatrix/lamb2-checksrc.html ---------------- * checking R code for possible problems ... NOTE Warning: non-unique value when setting 'row.names': ?new? Error in `row.names<-.data.frame`(`*tmp*`, value = c("1", "new", "new" : duplicate...
2018 Feb 07
1
release build of ChemmineR failing
..." -e "library(rmarkdown); library(BiocStyle); rmarkdown::render('ChemmineR.Rmd')" 'C:\Users\BIOCBU?1\BBS-3?1.6-B\R\bin\x64\Rscript.exe" -e "library' is not recognized as an internal or external command,operable program or batch file. http://bioconductor.org/checkResults/release/bioc-LATEST/ChemmineR/tokay1-buildsrc.html Kevin [[alternative HTML version deleted]]
2011 Oct 19
0
warnings issued at installation time not reported by 'R CMD check'
Hi, Warnings issued at installation time are not reported by 'R CMD check'. Some of them are really important and telling something very useful to the developer. See for example this warning: http://bioconductor.org/checkResults/2.9/bioc-LATEST/globaltest/wilson2-checksrc.html Actually, there is no formal warning reported by 'R CMD check' for this package but if you scroll down the report and look at the output produced during installation (globaltest.Rcheck/00install.out), you'll see this: * installing *...
2011 Oct 25
1
Windows download.file sometimes pauses / truncates large files
...mingw32/x64 (64-bit) running download.file('http://www.ebi.ac.uk/microarray-as/ae/files/E-TABM-25/E-TABM-25.raw.1.zip', tempfile()) sometimes gets 52% (according to the dialog box) of the way through, and then pauses or, when running R CMD check, truncates (see http://bioconductor.org/checkResults/devel/bioc-LATEST/ArrayExpress/moscato1-checksrc.html). I tried options(internet.info=0, timeout=600), without effect; the messages from internet.info are the same on successful and failed downloads. Thank you, Martin -- Computational Biology Fred Hutchinson Cancer Research Center 1100 Fairvi...
2012 Feb 09
1
scan() doesn't like '1.#IND'
...recent R devel and latest Rtools) we get errors like: Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : scan() expected 'a real', got '-1.#IND' that we didn't get with previous versions of R devel and Rtools. See http://bioconductor.org/checkResults/2.10/bioc-LATEST/BGmix/moscato2-buildsrc.html for the details. (Note that the file containing the numeric values is generated during the creation of the vignette.) We don't see this error on Linux or Mac because on those platforms the C++ code will produce 'nan' or 'inf', whi...
2003 Oct 13
2
Problems with MeetMe.
Good afternoon, I'm trying to use MeetMe in an AGI script written in Perl, as follows: print "EXEC MeetMe 2000|p \n"; $res = checkresult(); The problem that I have is that when a user press '#' in order to exit from the conference, everybody goes out. This is randomized because sometimes doesn't happened. My current version of asterisk is: Asterisk CVS-05/22/03-11:14:50 built by root@teleco on a i686 running Lin...
2019 Nov 16
0
S3 methods in packages. Change in R 4.0.0?
...es in the > NAMESPACE file of the package? I did not. > (3) Should I change to S4? For e.g. Bioconductor package CGHbase (Mark > van de Wiel) contains S4 plot-methods for its objects. > > For whom it may be interesting the URL of my Bioconductor package: > http://bioconductor.org/checkResults/devel/bioc-LATEST/CFAssay/ > > Herbert Braselmann > <http://bioconductor.org/checkResults/devel/bioc-LATEST/aCGH/> >
2003 Jun 25
1
Problems with music during tones of dial.
...I'm working with asterisk trow AGI scripts (Perl). The configuration of extension.conf is: exten =>_s,1,Answer exten =>_s,2,AGI,script.agi Inside the AGI script is call Dial application as follows: print "EXEC Dial Zap/g2/number|m\n"; $resultado_llamada = checkresult(); And the configuration of musiconhold.conf is (inside the directory of default classes there is a song): ; ; Music on hold class definitions ; ;[classes] default => default => mp3:/home/asterisk/directory1/directory2/mp3 The problem is, that when I try to call with...