Displaying 20 results from an estimated 128 matches for "parading".
Did you mean:
padding
2009 Dec 15
1
Supressing Scientific Notation
I'm trying to display my deciles without scientific notation, but have not found an option that will allow me to do so. According to web searches, the options(scipen=999) should remove scientific notation, but it seems not too. Does this option work with quantcut function? Is there any other option that can be used? I am using verison 2.10.0.
library(gtools)
library(gdata)
2015 Jul 23
2
Cisco 7940 and PJSIP registration
Thank you.
I read that last yesterday afternoon, and I could've sworn I tried that but I will look into it again (I've tried so many different things it was getting cloudy what I've tried and what worked etc, combined that the extension config gets messed up after playing with it so much so I'm often recreating it as well).
I also found a bug report in the FreePBX bug tracker
2015 Aug 18
2
Asterisk 13 chan_sip trunk appending @string to dialled number
David,
I should also note;
246 is my extension, it has IP 172.22.3.238.
172.22.4.8 is the PBX, and 172.22.4.12 is the 2800 gateway.
The trunk is called ?testing? at the moment. The route that selects this trunk uses a 9 prefix.
This system is in semi-production, so there might be fluff in the log from other active calls.
Brendan Ord
OntheNet - Network Engineer
P 07 5553 9222
F 07 5593 3557
2015 Aug 18
2
Asterisk 13 chan_sip trunk appending @string to dialled number
Hello,
So, I found this line under macro-dialout-trunk, in extensions_additional.conf (FreePBX, so it controls the conf files mostly);
exten => s,n,Dial(${OUT_${DIAL_TRUNK}}/${OUTNUM}${OUT_${DIAL_TRUNK}_SUFFIX},${TRUNK_RING_TIMER},${DIAL_TRUNK_OPTIONS})
If I grep for OUT_3_SUFFIX in all files in /etc/asterisk I get nothing..
Here's a paste of a few things out of the two files that I
2015 Aug 18
2
Asterisk 13 chan_sip trunk appending @string to dialled number
Yes indeed.
Do you have the dialplan, eg from /etc/asterisk/extensions.conf?
Something is getting this OUT_3_SUFFIX variable and including it in a Dial
to 172.22.4.12.
On 18 August 2015 at 16:21, Brendan Ord <bord at staff.onthenet.com.au> wrote:
> Starting to make sense when I saw this line:
>
>
>
> [2015-08-18 15:01:33] DEBUG[19366][C-00001cfc]: pbx.c:3785
>
2015 Aug 18
5
Asterisk 13 chan_sip trunk appending @string to dialled number
Hello,
I'm having what seems like a weird issue connecting Asterisk 13 (FreePBX 12) to a Cisco 2811 router via a chan_sip trunk. Whenever I try dialling out via this trunk, something appends '@CUBE' onto the end of the dialled number, as per the following examples;
Asterisk log;
app_dial.c: Called SIP/test/0429123456 at CUBE
chan_sip.c: Got SIP response 500 "Internal Server
2018 Aug 16
6
[PATCH 0/5] drm/nouveau+amdgpu: add DP CEC-Tunneling-over-AUX
From: Hans Verkuil <hans.verkuil at cisco.com>
Now that the DisplayPort CEC-Tunneling-over-AUX drm+i915 support
has been merged in the mainline kernel it is time to roll this
out to nouveau and amdgpu as well.
I combined both in the same patch series since both depend on the
same first patch, the comments in this cover letter apply to both
and the implementation is also very similar (and
2018 Aug 16
0
[PATCH 0/5] drm/nouveau+amdgpu: add DP CEC-Tunneling-over-AUX
On Thu, Aug 16, 2018 at 6:56 AM Hans Verkuil <hverkuil at xs4all.nl> wrote:
>
> From: Hans Verkuil <hans.verkuil at cisco.com>
>
> Now that the DisplayPort CEC-Tunneling-over-AUX drm+i915 support
> has been merged in the mainline kernel it is time to roll this
> out to nouveau and amdgpu as well.
>
> I combined both in the same patch series since both depend on
2016 Dec 23
2
Cannot connect to Samab
Hi All:
My machine:
jserinki7 jserink # uname -a
Linux jserinki7 4.8.10-gentoo #64 SMP PREEMPT Sun Dec 4 02:01:32 SGT 2016
x86_64 Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz GenuineIntel GNU/Linux
jserinki7 jserink # equery list samba
* Searching for samba ...
[IP-] [ ] net-fs/samba-4.2.11:0
I run samba as an internal server to my machine to share my ext4 file
system to my windows7 guest I use
2015 Jul 22
2
Cisco 7940 and PJSIP registration
I?ve gotten to the bottom of this;
Seems that the pjsip.endpoint_custom.conf isn?t getting included properly, or my syntax is wrong.
If I put force_rport=no into pjsip.endpoint.conf and reload only Asterisk, everything works perfectly. Unfortunately, I?m using FreePBX, so it owns this file and my changes won?t persist a FreePBX reload.
Brendan Ord
OntheNet - Network Engineer
P 07 5553 9222
F
2018 Aug 27
6
[PATCHv2 0/5] drm/nouveau+amdgpu: add DP CEC-Tunneling-over-AUX
From: Hans Verkuil <hans.verkuil at cisco.com>
Now that the DisplayPort CEC-Tunneling-over-AUX drm+i915 support
has been merged in the mainline kernel it is time to roll this
out to nouveau and amdgpu as well.
The first patch is required for this: it adds checks that the drm_dp_cec
functions are called with a working aux implementation. These checks
weren't necessary for the i915, but
2006 Nov 17
2
Getting R and .Rdata together again
...n
program or alternatively with Rgui.exe. .Rdata files are represented by
the blue R, but double-clicking on them only produces a micro-second
display of a DOS window and disappears. How do I get R and .Rdata back
together again? (Of course, I can still access my .Rdata files by
starting up R and parading down my folder tree, but this is no fun.)
Joseph F. Lucke, PhD
Biostatistician
Center for Clinical Research and Evidence-based Medicine
Department of Pediatrics
School of Medicine
University of Texas Health Science Center at Houston
Voice: 713-500-5651
Email: Joseph.F.Lucke@uth.tmc.edu
Postal Mai...
2020 Apr 28
2
mclapply returns NULLs on MacOS when running GAM
Dear R-devel,
I am experiencing issues with running GAM models using mclapply, it fails to return any values if the data input becomes large. For example here the code runs fine with a df of 100 rows, but fails at 1000.
library(mgcv)
library(parallel)
> df <- data.frame(
+ x = 1:100,
+ y = 1:100
+ )
>
> mclapply(1:2, function(i, df) {
+ fit <- gam(y ~ s(x, bs =
2016 Dec 23
2
Cannot connect to Samab
jserinki7 jserink # netstat -lnptu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN
3711/dnsmasq
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
2849/cupsd
tcp 0 0 192.168.100.1:445
2015 Jul 22
2
Cisco 7940 and PJSIP registration
Hi list,
I've been googling this issue and found some good resources however I am still running into problems with the following combo ... Here's my story;
- Asterisk 13.4 with FreePBX 12.
- Migrating from Asterisk 11 / FreePBX 2.11
- Mix of Cisco 79xx handsets, mostly 7940G's.
My problems started with (the very common) issue of the 7940 not replying to 401
2018 Aug 17
10
[PATCH (repost) 0/5] drm/nouveau+amdgpu: add DP CEC-Tunneling-over-AUX (repost)
From: Hans Verkuil <hans.verkuil at cisco.com>
Repost because I wasn't a member of the nouveau mailinglist the
first time around and this series was blocked. I also updated this
cover letter for the part about the amdgpu patch after receiving
feedback from Alex Deucher. The patches are unchanged (except for
adding Alex' Acked-by to the amdgpu patch).
Now that the DisplayPort
2010 Nov 01
1
MoH and stuch channels
Hi All,
I would like to separate the media traffic from the signalling.
Can Asterisk send and receive media (rtp) traffic from a secondary network interface?
Thanks,
Harel
________________________________
This electronic message and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named
2012 Jul 09
1
Using a function from splines.c in our package
Dear all,
I'm writing to ask for advice as to best practice. A PhD student working
with me is writing C++ code that we hope to make public as src code in our
Bioconductor package edgeR. He wants to call the function fmm_spline,
which is part of the source code for the stats package
http://svn.r-project.org/R/trunk/src/library/stats/src/splines.c,
from his C++ code. This function
2003 Apr 24
3
R TclTk Examples
Hi,
I've been learning how to use R TclTk in Windows over the last
few months.
I have recently put together a collection of examples of
some common widgets and their corresponding R code, at
http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/
I would be interested in any feedback - Is it useful? Does it
contain any significant errors or bad coding style? Does anyone
else want to
2010 Aug 01
2
Good tutorial for building Xen-4.0.1-rc5/Linux 2.6.32.16 pvops on Ubuntu 10.04?
I''ve been trying to get xen-4.0.1-rc5 built for a few days on my new server, and currently I''m running into a roadblock. I''ve followed a couple tutorials[1] I''ve found before, and right now I''m getting the same problem. I pull the /boot/config-* file from the distribution kernel, run a make oldconfig/make menuconfig to enable all the Xen stuff, then