Displaying 20 results from an estimated 2000 matches similar to: "R2 signalling"
2003 Aug 06
9
R2 support
Hi folks, where can I find the R2 beta code for Asterisk?
Best,
PauloHM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030806/9c7a0660/attachment.htm
2004 Jan 22
3
R2 or E&M for E1 CAS pbx to pbx link
2004 Jul 21
1
libr2 completion staus
hi!
What's the libr2 status for Asterisk ? I've got R2 E1 delivered to my * box.
I have TE410P digium quad card with newest CVS.
How much % is completed with libr2 ?
what's completed ?
& What's missing ?
Thanks,
bit123.
2004 Aug 27
1
libr2
I just came across libr2 anyone using it in its current state. Specifically
someone from India or around India using it. Also does it work with the
digium e1 cards or only the Dialogic cards.
http://digium-cvs.netmonks.ca/viewcvs.cgi/libr2/
--
regards
Vikram (http://www.vicramresearch.com)
2014 May 05
3
Mapa de quantiles con spplot
Hola, no me funciona:
Te contesto lo mismo que le contesté a otro compañero de la lista, espero ser más claro.
Les comparto la carpeta con la capa y los datos que estoy usando.
https://www.dropbox.com/s/umy0evt3qm1wr4d/dissolve.zip
Esto es lo que estoy haciendo:
library(rgdal)
library(maptools)
library(sp)
library(classInt)
library(RColorBrewer)
zm <- readOGR(?.?, ?zmdis?)
data <-
2014 May 06
3
Mapa de quantiles con spplot
Hola,
El problema con la propuesta de Olivier es que los intervalos son
diferentes para cada variable.
La forma sencilla y rápida es:
spplot(zm["part88"], col.regions=plotclr, at=class$brks)
Pero para que quede más elegante hay que dar algunos pasos más:
## Intervalos en forma character
op <- options(digits=4)
tab <- print(class)
options(op)
intChar <- names(tab)
## Indice
2004 Oct 04
2
300 extensions on Asterisk?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello
I am running an * box with just 8 extensions connected to our old Alcatel BCN
5200 PABX.
The requirement is that we now scale it up to handle about 300 lines and get
rid of our old PABX. Is there a way of hooking up 300 phones to asterisk
without going via the PABX. I am more of a network person than a telecomms
one so i may not fully
2014 May 03
2
Mapa de quantiles con spplot
Hola,
Intento representar en un mapa participaciones porcentuales de los sectores económicos y no logro hacerlo con spplot.
He intentado con spplot(zm, c(?part88?, ?part93?), cuts=4, col.regions=brewer.pal(4, ?Set3?))
Lo pude hacer utilizando el base graphics de R, definiendo:
> plotvar88 <- zm$part88
> nclr <- 8
> plotclr <- brewer.pal(nclr, "PuOr")
> plotclr
2004 Sep 19
1
how do I get R2 signalling working with a Digium E100P E1/PRA Card
Hullo everyone,
Iam new to Asterix but am trying to get R2 signalling working with a Digium E100P E1/PRA Card.
My Telecom doesn't have an implementation of ISDN PRI yet, so it's R2 that is supported.
Could anyone have a patch to fix this for me.
Am told it has something to do with Assembly Language programming.
Please help me fix this.
Regards,
Nicholas
2024 Oct 30
1
Invalid term in model formula with gmm after formula.tools is loaded
Hi everyone,
I am using the gmm function from the gmm package and encountered an
unexpected error. No model can be estimated if I load formula.tools?I need
to restart R each time. Here is a simple reproducible example:
*library(gmm)data(Finance)r <- Finance[1:300, 1:10]rm <- Finance[1:300,
"rm"]rf <- Finance[1:300, "rf"]z <- as.matrix(r-rf)zm
2024 Nov 01
1
Invalid term in model formula with gmm after formula.tools is loaded
Hi Aristide and welcome to R-help!
Your message was a bit mangled [*]. It's best to compose messages to
this mailing list in plain text. Otherwise (when composed in HTML), the
mailing list eats the HTML part and we're left with the plain text part
automatically generated by your mailer, which isn't always readable.
? Wed, 30 Oct 2024 17:45:29 +0100
Elys?e Aristide <ariel92and at
2005 May 27
1
Re: Asterisk-Users Digest, Vol 10, Issue 114
Hello All
I need to use Asterisk with an E1 sangoma card with CAS R2 signalling for Vietnam
what is difference between libr2 of CVS and libmfc2 of soft-switch.org ?
how to compile chan_unicall.c on asterisk. asterisk update CVS-head- May 27 2005.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Mar 12
3
Sobreponer dos mapas
Hola,
Estoy tratando de sobreponer un mapa sobre otro, uno que sirva de ?background? y otro con datos. Mi primer intento lo hice usando el paquete PBSmapping.
Aquí lo que hice:
library(PBSmapping)
estados <- importShapefile(?Entidades_2013.shp") #Aquí cargamos las entidades federativas (32 entidades)
zonas <- importShapefile(?zm.shp?) #Aquí cargamos las zonas metropolitanas del país
2009 Apr 15
2
From daily series to monthly and viceversa
I have the following daily exchange rate series (from january 1st 1996 to
december 31st 2008) and I want to obtain them monthly series from it. I've
read about the 'zoo' library but I'm not getting it how to do it. These are
the data (left column day-month-year, right column the index)
31/12/1993 1,12509
03/01/1994 1,12509
04/01/1994 1,12558
05/01/1994 1,1258
06/01/1994 1,12596
2001 Sep 25
2
max-min plot
Hello R-list members,
I’m trying to make a min-avg-max plot (like a boxplot, without
box and outliers, i.e., for each class of "x" a vertical line
indicating the range (max-min) and an horizontal line or point
indicating the mean) with data like:
Year Avg Min Max
98 10 7 13
99 12 10 15
01 11 6 14
Which command should be used?
Many thanks,
Antonio Olinto
2005 Dec 07
1
summary[["r.squared"]] gives strange results
I am simulating an ANOVA model and get a strange behavior from the
summary function. To be more specific: please run the following code
and see for yourself: the summary()[["r.squared"]] values of two
identical models are quite different!!
## 3 x 3 ANOVA of two factors x and z on outcome y
s.size <- 300 # the sample size
p.z <- c(0.25, 0.5, 0.25) # the probabilities of factor z
##
2012 Apr 23
2
zipfR help
Hi,
I have a question on generating random variables based on zipf-mandelbrot
distribution.
So when I execute the following lines:
ZM = lnre ("zm", alpha = 2/3, B=0.1)
zmsample = rlnre (ZM, n =100)
zmsample
It generates 100 random values based on a zipf-mandelbrot distribution as
below. But how do I make sure the generated random number is within the
range of 1 - 6000 only? Can I
2010 Oct 11
1
plotting Zipf and Zipf-Mandelbrot curves in R
Using R, I plotted a log-log plot of the frequencies in the Brown Corpus
using
plot(sort(file.tfl$f, decreasing=TRUE), xlab="rank", ylab="frequency",
log="x,y")
However, I would also like to add lines showing the curves for a Zipfian
distribution and for Zipf-Mandelbrot.
I have seen these in many articles that used R in creating graphs.
Thank you!
[[alternative HTML
2011 Oct 25
1
regression using GMM for mulltiple groups
Inthe code below I was trying to to obtain the GMM estimates for CAPM
(REGRESSION) for 36 stocks each have 180 observations,however it only gives
me one output rather than 36.
In SAS i would just put in a *By statement*. I have a variable TICKER that
categorize them into 36 groups.
*How can I obtain all 36 output instead of just one.*
**
2003 Oct 24
8
SS7 signaling/Softswitch
I'm confused a bit about the following and was hoping to get some answers on
this group - What is exactly implied when we say asterisk can connect to a PSTN.
Does it mean connecting to the PSTN via PRI/T1/E1? If yes, then I assume
asterisk does not need to do any SS7 signaling and all it does (playing the role
of a PBX) is to connect to a Class 5 Switch at the CO. Is this a correct
statement?