Displaying 20 results from an estimated 2000 matches similar to: "Skype for Asterisk and instant messages"
2009 Aug 07
1
Anyone had any luck with SIP clients on the iPhoneplatform?
I'm using it rather successfully. Not perfect, but it works.
It is limited to WiFi connectivity... at least here in Spain I cant get
either client to work over 3G.
I'm using Fring and Truphone. Although I have only configured a SIP to my
Asterisk with Fring.
Skype works fine.
We tested with several Nokia 5800 (EM) using Fring. Call quality is worse.
At best, we have a 1+ second delay.
2016 May 31
2
sumar una variable con cast
Estimado Javier Marcusi
estoy intentando hacerlo con dcast ya logre que se realice la suma pero lo hace con la ultima columna y yo requiero que se haga el mismo proceso con varias columnas Saludos Enrique RAMOS
El Martes, 31 de mayo, 2016 13:00:28, Javier Marcuzzi <javier.ruben.marcuzzi en gmail.com> escribió:
Estimado Enrique Ramos
Yo podría decir ¿y data.table?. Hay muchas
2016 May 30
2
sumar una variable con cast
agradezco la ayuda, el problema se resumía a que el Rstudio me ponía unos paréntesis de forma automática los quite y asunto solucionado Saludos Enrique RAMOS
El Lunes, 30 de mayo, 2016 12:26:33, Carlos J. Gil Bellosta <cgb en datanalytics.com> escribió:
Hola, ¿qué tal?
Mira el argumento fun.aggregate en ?dcast.
Un saludo,
Carlos J. Gil Bellostahttp://www.datanalytics.com
El 30 de
2013 Mar 02
3
replace zeros for NA in a column based on values of another column
Hi everyone,
Imagine that I have a data frame with four columns:
data<-
a b c d
0 1 1 0
1 1 1 1
1 0 0 1
I want to replace the zeros in columns a:b for NA only for the rows in
which column d are zero. So
a b c d
NA 1 1 0
1 1 1 1
1 0 0 1
I am trying
2008 Jan 30
2
func_odbc - trouble
Hello,
we are migrating an Asterisk install from Trixbox/Asterisk 1.2 to Elastix
0.92 with asterisk-1.4.17 on CentOS 5. I need to migrate an funtion that
consults a remote sybase database, using ODBC and freetds. On the new
server I am able to connect to the database using isql without problems.
When I try to connect from asterisk logs show:
pbx.c: Function ODBC_SQL not registered
Indeed I
2016 May 31
6
sumar una variable con cast
Estimado Enrique Ramos
Yo podría decir ¿y data.table?. Hay muchas alternativas
Javier Rubén Marcuzzi
De: Enrique RAMOS via R-help-es
Enviado: martes, 31 de mayo de 2016 14:03
Para: R-help-es en r-project.org
Asunto: Re: [R-es] sumar una variable con cast
yo de nuevo, ahora se me presento otro problema en la base de datos del ejemplo solo tenia unas cuantas columnas mi base de datos tiene mas
2010 Nov 11
0
Reminder Special issue of the JSS on Graphical User Interfaces for R
Special issue of the Journal of Statistical Software on
Graphical User Interfaces for R
Editors: Pedro Valero-Mora and Rubén Ledesma
Along its almost 15 years of existence, R has managed to gain an
ever-increasing percentage of academic and professional statisticians
but the spread of its use among novice and occasional users of
statistics have not progressed at the same pace. Among the
2004 Apr 21
1
RODBC and SQlServer Float type
Hi,
I'm trying to get data from a MS SqlServer database into R, using the RODBC package. The problem I've found is that numeric data from my sql queries is returned with only two decimal digits.
After searching the docs, I think the problem comes from my sql numeric data having "float" type instead of "double", as I found the following:
"Where possible
2008 Apr 02
1
FW: [newtech-1] Skype 24 Hour Rolling Analytics
While not asterisk specific related - would be interesting to see
something similar done against straight voip calls.
You could maybe plot it against e.164.org polls but I think this would
be too small a sample set.
Can anyone think of something else Asterisk related we could plot this
against?
Cheers,
Dean
http://deancollinsblog.blogspot.com/2008/04/skype-24-hour-rolling-analyt
ics.html
2010 Aug 11
2
assignment functions with inherited class error
# Two test for a class like this:
setClass("XXX",
representation=representation(
"matrix"
)
)
i<-new("XXX");
m=matrix();
colnames(m)<-c("colA");
i at .Data=m;
# >i
# An object of class ?XXX?
# colA
#[1,] NA
#________________________________________________________________________
#First Test
"varnames<-" <- function(x,value){
2012 Sep 02
1
why variations in accuracy between R to ARCGIS for the same point reprojection?
Hi everyone,
I wonder if anyone knows the reason why the outputs of the same
reprojection in r and arcgis are different?. The magnitude of the
change can be up to 40 km in the poles.
Basically, I have a database of points equally separated by one degree
over the globe.
In ARCGIS, I am projecting the data in GCS-WGS-1984 and then
reprojected it to Berhmann to ensure equal area
2010 Mar 04
1
Filesystem ready check...
Folks,
When a node crashes OCFS2 tends to hang for a while fencing the node
off the cluster, is there a way to test whether OCFS2 is ready to
resume operations, I am trying to restart a service on a different box
and I keep getting errors and I would like to isolate the fact that
the filesystem is not ready from the inability to restart the service
on a different box.
thank you,
Enrique Sanchez.
2013 Mar 13
3
loop in a data.table
Hi everyone,
I have a data.table called "data" with many columns which I want to
group by column1 using data.table, given how fast it is.
The problem with looping a data.table is that data.table does not like
quotations to define the column names (e.g. "col2" instead of col2).
I found a way around which is to use get("col2"), which works fine but
the
Error with custom function in apply: Error in FUN(newX[, i], ...) : unused argument(s) (newX[, i])
2013 Mar 23
1
Error with custom function in apply: Error in FUN(newX[, i], ...) : unused argument(s) (newX[, i])
Hi everyone,
I wonder if I can get your help using a custom function in apply.
Imagine the following dataframe called "data":
LowLim HighLim A1 A2 A3 A4
4 6 3 4 5 6
4 6 4 5 5 6
2 3 1 4 2 3
2 3 NA NA NA NA
We have created a custom function (see below) that takes the values in
a given row between columns A1 to A4 to see if they are outside the
limits in the same
2002 Jun 28
1
integrate function fails! (PR#1718)
Full_Name: José Enrique Chacón
Version: 1.5.0 and 1.3.1
OS: Windows Millenium
Submission from: (NULL) (158.49.28.155)
Dear reader:
I was trying to evaluate the L2 error produced when estimating the density
function N(0,1) from a sample of size 100 using a kernel density estimate. It
produced a strange value. You can reproduce the process by typing
samp<-rnorm(100)
2020 Jun 30
1
Re: plug pre-created tap devices to libvirt guests
On Tue, Jun 30, 2020 at 12:59:03PM +0200, Miguel Duarte de Mora Barroso wrote:
> On Mon, Apr 6, 2020 at 4:03 PM Laine Stump <lstump@redhat.com> wrote:
> >
> > On 4/6/20 9:54 AM, Daniel P. Berrangé wrote:
> > > On Mon, Apr 06, 2020 at 03:47:01PM +0200, Miguel Duarte de Mora Barroso wrote:
> > >> Hi all,
> > >>
> > >> I'm aware
2001 Oct 04
4
wine wount do anything
Yello
I use (or try to use :) wine 20010824 (installed from MDK rpm).
If I try to run a app i get:
#wine notepad.exe
Warning: could not find wine config [Drive x]
entry for current working directory /home/enrique/.wine; starting in windows directory.
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
And nothing more happens.
My system conf:
Linux Mandrake 8.0, kernel 2.4.8-24mdk, XFree
2013 Sep 05
0
Pronósticos con modelos robusto de series de tiempo
este ha sido bastante bueno
f52<-scan("f52.txt")
sb<-f52[1:200]; sp<-f52[201:245];
sb.ts <- ts(sb, start=c(2008, 1), frequency=52)
sb.ts # is important to see the end of this time series.
sp.ts<- ts(sp, start=c(2011, 45), frequency=52)
plot(sb.ts,ylab="No. focos")
# Main function
predAll<-function(x,h,tsname){
# INPUTS:
# x: time serie
# h:
2010 Mar 01
0
RAC on OCFS2
hey folks,
Could anyone tell me whether Oracle RAC supports OCFS2 with User mode
heartbeat or not?
thanks,
enrique.
--
Enrique Sanchez Vela
------------------------------------------
2010 Feb 26
0
Announce: Speicial issue of the JSS on Graphical User Interfaces for R
Announce
Special issue of the Journal of Statistical Software on
Graphical User Interfaces for R
Editors: Pedro Valero-Mora and Ruben Ledesma
Since it original paper from Gentleman and Ihaka was published, R has
managed to gain an ever-increasing percentage of academic and
professional statisticians but the spread of its use among novice and
occasional users of statistics have not