Displaying 20 results from an estimated 30000 matches similar to: "Asterisk, Asterisk-Addons, Zaptel and Libpri 1.4 betas released!"
2006 Oct 11
1
Problem with ZAPTEL-1.4.0-beta1 and WCT100P card
Hello,
I'm trying to upgrade an Asterisk 1.2 linux box to Asterisk 1.4. I
installed the following
-rw-r--r-- 1 root root 10908541 Sep 21 13:25 asterisk-1.4.0-
beta2.tar.gz
-rw-r--r-- 1 root root 993921 Sep 21 13:25 asterisk-addons-1.4.0-
beta1.tar.gz
-rw-r--r-- 1 root root 80019 Sep 21 13:25 libpri-1.4.0-beta1.tar.gz
-rw-r--r-- 1 root root 1523413 Sep 21 13:25
2012 Mar 14
2
How to test the statistical significance of the difference of two univariate Linear Regression betas?
How to test the statistical significance of the difference of two
univariate Linear Regression betas?
Hi all,
There are two samples of data: D1 and D2.
On data D1 we do a univariate Linear Regression and get the coefficient
beta1.
On data D2 we do a univariate Linear Regression and get the coefficient
beta2.
How do I test the statistical significance of (beta1-beta2)?
Could you please
2006 Dec 11
0
Cannot find ptlib-config, installing 1.4-beta3
Hi
When trying to install asterisk1.4-beta3 I get the following error when running
./configure:
"Cannot find ptlib-config - please install and try again"
What is this ptlib-config? Can't seem to find it on google. Where can I find it
and how can I install it? Moreover do I really need it, can I force a bypass?
I have successfully installed zaptel 1.4.0-beta2 and libpri
2006 Dec 05
2
zaptel-1.4.0-beta2 Getting it to compile on Fedora Core 6 _64bit
I keep running into the dead end that it can't find config.h in the source
tree.
It looks like newer kernels don't use it anymore.
Someone ran into this awhile back when compiling 1.2 and it looks as
though the issue was never resolved.
Any ideas?
Last time I tried this, I was on fedora core 5 64bit and all went well.
It's not working on this newer setup
Any ideas on what I can do
2006 Dec 26
3
I cant install zaptel drivers in suse 10.1
Hi, All
How do I install Zaptel drivers on a system running Suse?
Make results:
grep: /lib/modules/2.6.16.13-4-smp/build/include/linux/autoconf.h: No existe
el fichero o el directorio
make[1]: Entering directory /usr/src/asterisk/zaptel/zaptel-1.4.0-beta2
make -C /lib/modules/2.6.16.13-4-smp/build
SUBDIRS=/usr/src/asterisk/zaptel/zaptel-1.4.0-beta2 modules
make[2]: Entering directory
2006 Nov 15
0
Zaptel 1.4.0-beta2 compile error
I'm getting the following error trying to compile zaptel 1.4.0-beta2 on
my RH9 (2.4.20-8smp) system. Can anyone shed some light on this?
zttranscode.c: In function `zt_tc_mmap':
zttranscode.c:387: warning: passing arg 1 of
`remap_page_range_Rsmp_d8cd9cb2' makes pointer from integer without a
cast
zttranscode.c:387: incompatible type for argument 4 of
2004 Apr 21
2
Question on CAR appendix on NLS
The PDF file on the web, which is an appendix on nonlinear regression
associated with the CAR book, is very nice.
When I ran through the code presented there, I found something
odd. The code does a certain model in 3 ways: Vanilla NLS (using
numerical differentation), Analytical derivatives (where the user
supplies the derivatives) and analytical derivatives (using automatic
differentiation). The
2005 Aug 26
2
Asterisk 1.2.0-beta1 Released
The first beta of Asterisk 1.2.0 has been released! It is available from
the ftp.digium.com FTP servers, as well as the Digium CVS servers (under
the 'v1-2-0-beta1' tag).
This version of Asterisk represents a significant improvement in
features, stability and compatibility over the 1.0.x releases. Some of
the major new (or upgraded) features include:
* Asterisk Realtime Architecture
2010 Mar 25
0
help with breaking loops used to fit covariates in nlme model building procedure
Dear All
I'm attempting to speed up my model building procedure, but need some help with the loops I've created...please bear with me through the explanation!
My basic model call is something like:
m0sulf.nlme<-nlme(conc~beta0*exp(-beta1*day)+beta2*exp(-beta3*day),
data=m0sulf,
fixed=(beta0+beta1+beta2+beta3~1),
2006 May 30
1
Asterisk 1.2.8, Zaptel 1.2.6 and libpri 1.2.3 released!
The Asterisk development team is pleased to announce new releases of our
primary projects: Asterisk 1.2.8, Zaptel 1.2.6 and libpri 1.2.3.
All of these releases incorporate a number of bug fixes, with the
Asterisk release containing an especially large number since the last
release, including some important fixes in the IAX2 channel driver. All
users are encouraged to update as soon as they can to
2008 Dec 03
1
hypergeometric
Hi,
I hope somebody can help me on how to use the hypergeometric function.
I did read through the R documentation on hypergeometric but not really
sure what it means.
I would like to evaluate the hypergeometric function as follows:
F((2*alpha+1)/2, (2*alpha+2)/2 , alpha+1/2, betasq/etasq).
I'm not sure which function should be used- either phyper or qhyper or
dhyper
Where
2013 Apr 03
3
Generating a bivariate joint t distribution in R
Hi,
I conduct a panel data estimation and obtain estimators for two of the
coefficients beta1 and beta2. R tells me the mean and covariance of the
distribution of (beta1, beta2). Now I would like to find the distribution
of the quotient beta1/beta2, and one way to do it is to simulate via the
joint distribution (beta1, beta2), where both beta1 and beta2 follow t
distribution.
How could we
2012 Oct 23
1
Minimizing Computational Time
Dear R-users,
May I seek some suggestions from you. I have a long programme written in R
with several 'for' loops inside. I just want to get them out by any elegant
way (if there is!) to reduce the computational time of the main programme.
For instance, is there any smart way for the following programme that will
lessen time?
2012 Jan 27
2
Is there a R command for testing the difference of two liear regressions?
Hi al,
I am looking for a R command to test the difference of two linear
regressoon betas.
Lets say I have data x1, x2...x(n+1).
beta1 is obtained from regressing x1 to xn onto 1 to n.
beta2 is obtained from regressing x2 to x(n+1) onto 1 to n.
Is there a way in R to test whether beta1 and beta2 are statistically
different?
Thanks a lot!
[[alternative HTML version deleted]]
2012 Oct 17
1
Random Forest for multiple categorical variables
Dear all,
I have the following data set.
V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 alpha beta
1 11 1 11 1 11 1 11 1 11 alpha beta1
2 12 2 12 2 12 2 12 2 12 alpha beta1
3 13 3 13 3 13 3 13 3 13 alpha beta1
4 14 4 14 4 14 4 14 4 14 alpha beta1
5 15 5 15 5 15 5 15 5
2005 Nov 01
0
Asterisk 1.2.0-beta2 Released
The second beta of Asterisk 1.2.0 has been released! It is available from
the ftp.digium.com FTP servers, as well as the Digium CVS servers (under
the 'v1-2-0-beta2' tag).
This beta includes a large number of improvements over beta1, including:
* Many, many bug fixes
* Documentation and sample configuration updates
* Vastly improved presence/subscription support in the SIP
2008 Feb 21
0
Asterisk-addons 1.6.0-beta2 Released
The Asterisk.org development team has released Asterisk-addons version 1.6.0-beta2.
This release contains the following improvement, along with some other minor bug
fixes.
- 11614, Updated app_fax to allow termination and origination of faxes over
T.38
The full list of changes is available in the ChangeLog. The release is
available for download from http://downloads.digium.com.
2008 Feb 21
0
Asterisk-addons 1.6.0-beta2 Released
The Asterisk.org development team has released Asterisk-addons version 1.6.0-beta2.
This release contains the following improvement, along with some other minor bug
fixes.
- 11614, Updated app_fax to allow termination and origination of faxes over
T.38
The full list of changes is available in the ChangeLog. The release is
available for download from http://downloads.digium.com.
2013 Mar 11
2
vertical lines in R plot
Dear All,
May I seek your suggestion on a simple issue. I want to draw vertical lines
at some positions in the following R plot. To be more specific, I wish to
draw vertical lines at d=c(5.0,5.5,6) and they should go till
p=c(0.12,0.60,0.20) . I haven't found any way out, though made several
attempts. Please run the following commands first if you are interested in!
2001 Nov 29
0
ltsreg warnings (PR#1184)
Full_Name: Charles J. Geyer
Version: 1.3.1
OS: linux-gnu-i686
Submission from: (NULL) (134.84.86.22)
ltsreg gives incomprehensible (to me) warnings
A homework problem for nonparametrics
########## start example ##########
library(bootstrap)
data(cell)
names(cell)
attach(cell)
library(lqs)
plot(V1, V2)
fred <- ltsreg(V2 ~ V1 + I(V1^2))
curve(predict(fred, data.frame(V1 = x)), add = TRUE)