search for: falsi

Displaying 20 results from an estimated 66 matches for "falsi".

Did you mean: false
2019 Aug 19
2
Check length of logical vector also for operands of || and &&?
Hi everyone The following behavior (in R 3.6.1 and R-devel r77040) caught me by surprise today: truthy <- c(TRUE, FALSE) falsy <- c(FALSE, TRUE, FALSE) if (truthy) "check" #> Warning in if (truthy) "check": the condition has length > 1 and only the #> first element will be used #> [1] "check" if (falsy) "check" #> Warning in if
2014 Dec 08
0
CRAN packages mis-using \donttest : falsy
On 08/12/2014 9:40 AM, G?bor Cs?rdi wrote: > Hi all, > > anyone has an idea how I could fix this? > > \donttest{ > ## Set colors from colorspace package with a fallback > col <- try(colorspace::rainbow_hcl(5), silent = TRUE) %||% rainbow(5) > } > > The problem is that this makes R CMD check freak out >
2014 Dec 08
2
CRAN packages mis-using \donttest : falsy
Hi all, anyone has an idea how I could fix this? \donttest{ ## Set colors from colorspace package with a fallback col <- try(colorspace::rainbow_hcl(5), silent = TRUE) %||% rainbow(5) } The problem is that this makes R CMD check freak out (http://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-clang/falsy-00check.html) if the colorspace package is not declared as a dependency.
2014 Dec 08
2
CRAN packages mis-using \donttest : falsy
On Mon, Dec 8, 2014 at 3:32 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: [...] > Why not declare colorspace as a "Suggests:" kind of dependency? I guess that is a solution. :/ In another example in the 'disposables' package I have: \donttest{ pkg <- make_packages( foo1 = { f <- function() print("hello!") ; d <- 1:10 }, foo2 = { f
2014 Dec 08
1
CRAN packages mis-using \donttest : falsy
On Mon, Dec 8, 2014 at 3:43 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: [...] > In this case, I don't see a way to include that code but avoid warnings. So > you could ask for forgiveness when you submit it to CRAN (and perhaps they > would be forgiving), or you could use some other code in your example. Just to clarify, the code does not give any errors, or even
2020 Jun 11
0
Asterisk 17.5.0 Now Available
...C. Colp) * ASTERISK-22920 - Crash while Forwarding from TLS extension with CHANNEL args secure_bridge_media and secure_bridge_signaling (Reported by Shlomi Gutman) * ASTERISK-28852 - Unprotected access to nochecksums variable, causes build failures (Reported by Guido Falsi) * ASTERISK-28848 - app_fax: Compile. (Reported by Alexander Traud) Improvements made in this release: ----------------------------------- * ASTERISK-28895 - res_pjsip_logger: Add tons'o'functionality (Reported by Joshua C. Colp) * ASTERISK-28896 - ari: Add support f...
2020 Jun 11
0
Asterisk 16.11.0 Now Available
...e_bridge_media and secure_bridge_signaling (Reported by Shlomi Gutman) * ASTERISK-28859 - pjsip: Increase maximum candidate count (Reported by Joshua C. Colp) * ASTERISK-28852 - Unprotected access to nochecksums variable, causes build failures (Reported by Guido Falsi) * ASTERISK-28848 - app_fax: Compile. (Reported by Alexander Traud) Improvements made in this release: ----------------------------------- * ASTERISK-28895 - res_pjsip_logger: Add tons'o'functionality (Reported by Joshua C. Colp) * ASTERISK-28896 - ari: Add support f...
2020 Jun 11
0
Asterisk 16.11.0 Now Available
...e_bridge_media and secure_bridge_signaling (Reported by Shlomi Gutman) * ASTERISK-28859 - pjsip: Increase maximum candidate count (Reported by Joshua C. Colp) * ASTERISK-28852 - Unprotected access to nochecksums variable, causes build failures (Reported by Guido Falsi) * ASTERISK-28848 - app_fax: Compile. (Reported by Alexander Traud) Improvements made in this release: ----------------------------------- * ASTERISK-28895 - res_pjsip_logger: Add tons'o'functionality (Reported by Joshua C. Colp) * ASTERISK-28896 - ari: Add support f...
2020 Jun 11
0
Asterisk 17.5.0 Now Available
...C. Colp) * ASTERISK-22920 - Crash while Forwarding from TLS extension with CHANNEL args secure_bridge_media and secure_bridge_signaling (Reported by Shlomi Gutman) * ASTERISK-28852 - Unprotected access to nochecksums variable, causes build failures (Reported by Guido Falsi) * ASTERISK-28848 - app_fax: Compile. (Reported by Alexander Traud) Improvements made in this release: ----------------------------------- * ASTERISK-28895 - res_pjsip_logger: Add tons'o'functionality (Reported by Joshua C. Colp) * ASTERISK-28896 - ari: Add support f...
2016 Nov 22
2
Regression in 13.13.0-RC1
...the FreeBSD Asterisk port in the ports tree, and I routinely test Release candidates when available to speed up updating the port. So I'm especially interested in this issue being investigated, otherwise I'll have to hold up updating the FreeBSD Asterisk port. Thanks in advance. -- Guido Falsi <mad at madpilot.net>
2020 Jun 11
0
Asterisk 13.34.0 Now Available
...e_bridge_media and secure_bridge_signaling (Reported by Shlomi Gutman) * ASTERISK-28859 - pjsip: Increase maximum candidate count (Reported by Joshua C. Colp) * ASTERISK-28852 - Unprotected access to nochecksums variable, causes build failures (Reported by Guido Falsi) Improvements made in this release: ----------------------------------- * ASTERISK-28895 - res_pjsip_logger: Add tons'o'functionality (Reported by Joshua C. Colp) * ASTERISK-28879 - pjproject has race conditions in it's build system (Reported by Guido Falsi) * AS...
2020 Jun 11
0
Asterisk 13.34.0 Now Available
...e_bridge_media and secure_bridge_signaling (Reported by Shlomi Gutman) * ASTERISK-28859 - pjsip: Increase maximum candidate count (Reported by Joshua C. Colp) * ASTERISK-28852 - Unprotected access to nochecksums variable, causes build failures (Reported by Guido Falsi) Improvements made in this release: ----------------------------------- * ASTERISK-28895 - res_pjsip_logger: Add tons'o'functionality (Reported by Joshua C. Colp) * ASTERISK-28879 - pjproject has race conditions in it's build system (Reported by Guido Falsi) * AS...
2015 Jun 11
2
Allowing calls - maybe I'm just stupid...
Zitat von Guido Falsi <mad at madpilot.net>: > So, trying to bind authentication to originate calls to registrations is > conceptually wrong in the SIP world. Maybe you can do that but that's > not the way the protocols have been engineered to work. Hi Guido, thanks for your answer. Well, I decide...
2015 Jun 11
2
Allowing calls - maybe I'm just stupid...
Zitat von A J Stiles <asterisk_list at earthshod.co.uk>: > On Thursday 11 Jun 2015, Luca Bertoncello wrote: >> Now my problem is to check in my dialplan if the peer, that originate >> the call, is reachable, and if not, to give an error... >> >> Is there any function to know if the peer is reachable? > > The peer that *originated* the call *must* be
2019 May 30
0
Asterisk 13.27.0 Now Available
...ed ARI resource /ari/channels/{channelid}/rtp_statistics (Reported by sungtae kim) Bugs fixed in this release: ----------------------------------- * ASTERISK-28427 - new mwi.h include missing from some dahdi source files, causes build failure (Reported by Guido Falsi) * ASTERISK-28412 - GCC 9 catches more string formatting issues (Reported by George Joseph) * ASTERISK-28392 - The no-partial-inlining flag isn't passed to the bundled pjproject or jansson builds (Reported by George Joseph) * ASTERISK-28402 - res_pjsip_registrar: SEG...
2017 Aug 27
2
asterisk13: no voicemail prompt in German
According to the instructions given at https://www.asterisksounds.org/de I converted and installed German prompts successfully and for numbers, I can successfully listen to a German female voice counting or telling the date/time. But unlikily, somehow the voicemail prompt is still English, although my general language settings are "de". I use pjsip.conf, not sip.conf. In
2019 May 30
0
Asterisk 16.4.0 Now Available
...ed ARI resource /ari/channels/{channelid}/rtp_statistics (Reported by sungtae kim) Bugs fixed in this release: ----------------------------------- * ASTERISK-28427 - new mwi.h include missing from some dahdi source files, causes build failure (Reported by Guido Falsi) * ASTERISK-28412 - GCC 9 catches more string formatting issues (Reported by George Joseph) * ASTERISK-28379 - pjsip: show channelstats incorrect information output (Reported by Vyrva Igor) * ASTERISK-28399 - channel.c: Exceptionally long queue length queuing (Repo...
2016 Jun 30
4
how to join 2 channels using AGI/AMI
Dear all i'm using an "old" Asterisk 1.6.2.9-2+squeeze12, and want to know if is possible to configure a scenario like this: 1) receive a call and put it on-hold in a queue (OK) 2) monitor the queue and trigger an outbound call to a remote number using AMI, setting the channel of the on-hold on a specific var named channel2Link (OK) 3) when the remote number answer, trigger an
2016 Nov 29
5
Any reason Asterisk won't start without a rebuild on a cloned VPS?
On Tue, Nov 29, 2016, at 07:15 AM, Barry Flanagan wrote: > On 29 November 2016 at 10:56, Jonathan H <lardconcepts at gmail.com> wrote: > > > Any ideas why a VPS, cloned from another instance (DigitalOcean > > "droplets" if it matters), won't run on the new instance? > > > > Everything else is the same; region, memory, disk, hypervisor version etc.
2017 Jul 12
0
Asterisk 14.6.0 Now Available
...ase: ----------------------------------- * ASTERISK-26230 - [patch] res_pjsip_mwi: unsolicited mwi could block PJSIP taskprocessor on startup (Reported by Alexei Gradinari) * ASTERISK-27043 - Core/BuildSystem: Add defines to fix build with LibreSSL (Reported by Guido Falsi) * ASTERISK-27042 - Unpatched asterisk sources fail to build on FreeBSD due to missing crypt.h file (Reported by Guido Falsi) * ASTERISK-26419 - audiohooks: Remove redundant codec translations when using audiohooks (Reported by Michael Walton) * ASTERISK-26976...