Displaying 20 results from an estimated 300 matches similar to: "Question about e1/digium"
2005 Mar 08
4
Wildcard X100P or TDM400P?
I'm looking to add a single FXO port to my Asterisk box. It looks like
my options are a Digium Wildcard X100P off eBay for $6.99, or a
Wildcard TDM400P with an FXO Module from Digium for $125.
Can anyone explain the tradeoffs (other than the ability to put 4
FXO/FSO modules on the TDM400P). What about RTC for the system - I
know the TDM400P provides it. Does the X100P?
Thanks!
2005 Aug 24
2
Error when answering CAPI
Hi,
I've a Fritz card which was working fine, recently I changed
hardware and my nightmare started. Now when I call someone through the
chan_capi (0.3.5 or 0.4.0) it works fine but when I receive calls I
always get hungup. Can someone please give some help? Here are the logs:
*CLI>
-- CONNECT_IND ID=001 #0x0000 LEN=0049
Controller/PLCI/NCCI = 0x101
CIPValue
2005 Oct 16
3
Dial plan questions
I'm afraid I'm quite confused by what I've found on the Wiki.
I have the following dial plan that works:
exten => 2201,1,Dial(sip/2201@gs1.uucp,20,)
exten => 2201,2,Voicemail(u2201)
exten => 2201,3,Hangup
exten => 2201,102,voicemail(b2201)
exten => 2201,104,hangup
When the phone is in use it goes to voice mail as busy. When not
picked up, as
2005 Jan 05
1
chan_oh323 Module for Asterisk
If anyone in the list has a working version of the chan_oh323.so file
for Fedora Core 2 and Redhat, can he email the same to the list as
attachment. This will reduce the pain for many of the users who are
trying to compile the same from the libraries, which never seemed to
work.
Seshu Kanuri
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
2015 Sep 25
2
Asterisk => Mediant 1000 (AudioCodes) => PSTN (E1)
Does anyone have any information for me?
Welinghton.
Citando Welinghton Magno Guimaraes <welinghton.guimaraes at ufvjm.edu.br>:
> Hello!
> ?
> I am setting up an Asterisk server with a Mediant 1000 (Audiocodes)
> to make external links. Does anyone have any manual or instructions on
> how to proceed?
> ?
> Asterisk ?=>? Mediant 1000 (AudioCodes) ?=>?
2001 Dec 13
3
Access denial
Hi,
My name is Tom Faulhaber. I am the network administrator at a small company
in Providence,RI.
I am running Samba 2.2.2 on a Redhat 6.1 machine on a Novell 4.21 network.
The workstations are Win98SE. The Linux box is being used for the company
intranet (Apache 1.3.22).
Everything runs fine, however I am completely stumped on one issue (so far).
That issue is: network connectivity. If I
2007 Apr 22
1
How to add e.g. lines to a zoo plot?
Hi all,
a problem I encounter again and again: I plot a zoo object using "plot"
and then want to add lines or points to this plot.
I usually circumvent this problem by adding artificial coloumns to the
zoo object before plotting, but I am sure there's a better solution.
To be specific: Assume I did
x <-
2007 Feb 02
1
Newbie problem: Vectorizing a minimum function with constraints
Sorry, if this question is rather basic, but being a newbie I still have
problems to think in the "R way".
My problem is as follows:
- I have a data frame X with stock prices X$Price and corresponding
dates X$Date.
- Now I want to get for each date x in X$Date the index z, such that
z = min (a | X$Date(a)>x and X$Price(a)>Price(x)
To put it simple, I am looking for the
2008 Mar 12
1
generalized linear mixed models with a beta distribution
Greetings,
I am interested in using a generalized linear mixed model with data that
best fits a beta distribution (i.e., the data is bounded between 0 and 1
but is not binomial). I noticed that the beta distribution is not
listed as an option in the "family objects" for glmmPQL or lmer. I
found a thread on this listserve from 2006 ("[R] lmer and a response
that is a
2008 Oct 16
4
How to save/load RWeka models into/from a file?
Hi,
I want to save a RWeka model into a file, in order to retrive it latter
with a load function.
See this example:
library(RWeka)
NB <- make_Weka_classifier("weka/classifiers/bayes/NaiveBayes")
model<-NB(formula,data=data,...) # does not run but you get the idea
save(model,file="model.dat") # simple save R command
# ...
load("model.dat") # load the model
2006 Feb 06
3
power and sample size for a GLM with poisson response variable
Hi all,
I would like to estimate power and necessary sample size for a GLM with
a response variable that has a poisson distribution. Do you have any
suggestions for how I can do this in R? Thank you for your help.
Sincerely,
Craig
--
Craig A. Faulhaber
Department of Forest, Range, and Wildlife Sciences
Utah State University
5230 Old Main Hill
Logan, UT 84322
(435)797-3892
2007 Mar 26
3
Is the random number generator biased?
Hi all,
in order to verify some results I did the following test in R (2.4.1.,
windows system):
X <- cumsum(rnorm(1000000))
for (i in 1:1000) {
tmp <- seq(1,length(X),by=i)
X.coarse <- X[tmp]
X.return <- diff(X.coarse)
X.scale.mean[i] <- mean(X.return)
}
plot(X.scale.mean,type="l")
As X is a random walk with
2018 Mar 27
1
Debian 9 + Samba 4.5 + Winbind 4.5 = Can't authenticate user for shared folder
I joined my Debian 9 server into a Active Directory Structure as a domain member. Not as a DC. Then when I try to share a folder on this server and the client PC can't correctly authenticate and use the folder. It keeps saying "Access Denied" on Windows client PC. There is no error in log files (/var/log/samba/). If I allow anonymous users, it works fine. I used to use the same
2006 Mar 08
1
power and sample size for a GLM with Poisson response variable
Craig, Thanks for your follow-up note on using the asypow package. My
problem was not only constructing the "constraints" vector but, for my
particular situation (Poisson regression, two groups, sample sizes of
(1081,3180), I get very different results using asypow package compared
to my other (home grown) approaches.
library(asypow)
pois.mean<-c(0.0065,0.0003)
info.pois <-
2008 Jul 28
1
RStem with portuguese language
Greetings,
I have R 2.7.1 in MacOs and I believe UTF encoding is already installed.
At least:
> Sys.getenv()
shows several variables, including:
LANG "pt_PT.UTF-8"
I installed the Rstem and tm packages and when I try the following code:
> wordStem(c("aberra??o","aberra??es"), language="portuguese")
[1] "aberra?\xc3"
2004 Dec 10
3
Need an Asterisk Expert for a Project
We have a customer that handles the billing for a rather large company.
Anyway, they have their phone system through us, Cisco 79xx phones with
Asterisk and such. They want us to build them an IVR system that can
interact with their billing system through XML and read back information to
the customer.
They want their customers to be able to call in, enter account numbers or
credit card numbers
2010 Mar 23
1
usuários não consegues acessar pastar compartilhadas após upgrade do samba
Oi F?bio.
Pelo IP tamb?m n?o acessa. A minha suspeita de que era um problema
ligado a interface est? errada. Aleat?riamente usu?rios nas duas
interfaces perdem o acesso. Ainda assim, somente usu?rios com Windows XP
tem esse problema. Vou testar suas indica??es.
F?bio Rabelo wrote:
>
>
> 2010/3/23 Leonardo Carneiro - Veltrac <lscarneiro at veltrac.com.br
> <mailto:lscarneiro
2008 Mar 17
1
generalized linear mixed models with a beta distribution [Sec=Unclassified]
Craig A Faulhaber wrote:
>I am interested in using a generalized linear mixed model with data
> that best fits a beta distribution (i.e., the data is bounded between
> 0 and 1 but is not binomial).
..
>For clarification, here's what I'm trying to model:
>I have a beta-distributed response variable (y). I have a fixed-effect
>explanatory variable (treatment),
2011 Apr 26
1
logistic regression: wls and unbalanced samples
Greetings from Rio de Janeiro, Brazil.
I am looking for advice / references on binary logistic regression
with weighted least squares (using lrm & weights), on the following
context:
1) unbalanced sample (n0=10000, n1=700);
2) sampling weights used to rebalance the sample (w0=1, w1=14.29); e
3) after modelling, adjust the intercept in order to reflect the
expected % of 1?s in the population
2004 Aug 23
1
Problem with winbind
I am with a problem to configure the authentication of user through
winbind. The command "wbinfo -u" returns the following list:
ECP+luis
ECP+alda
ECP+jefferson
ECP+wedila
ECP+root
ECP+luana
ECP+Administrador
ECP+Convidado
ECP+TsInternetUser
ECP+NetShowServices
ECP+IUSR_SENEGAL
ECP+IWAM_SENEGAL
ECP+ASPNET
ECP+krbtgt
ECP+HOST/celta
ECP+HOST/ecp20
ECP+SENEGAL$
This windows 2000 is the