Displaying 20 results from an estimated 6000 matches similar to: "Help instaling PyAsterisk"
2005 Jun 24
0
Help installing PyAsterisk
Hi All,
This is very pulling my hair.
I am trying to duplicate the exact asterisk configuration on another server.
I am keep getting an error message
asterisk_wrap.c: error: structure has no member named 'channelp' when
installing PyAsterisk.
I searched everywhere and can't find a answer to what this mean or how to
fix it. Anyone have any idea?
Server Uname -a
2005 Jan 29
1
PyAsterisk Download?
Does anyone know where I can find the Asterisk Python interpreter? The
one referenced here:
http://www.sineapps.com/news.php?rssid=173
It seems like the site
http://vox.groovy.net/moin/PyAsterisk
is down
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Apr 03
1
RE: Asterisk-Addon-1.4.0 MySQL module
I still can't figure out why res_config_mysql module not showing up with many attempt. Anyone have any idea on this?
checking for mysql_config... /usr/bin/mysql_config
checking for mysql_init in -lmysqlclient... yes
configure: creating ./config.status
config.status: creating build_tools/menuselect-deps
config.status: creating makeopts
Sincerely,
K
-----Original Message-----
From: KC
2014 Feb 12
0
pyAsterisk: how to gracefully exit from event loop
Hello,
I'm using py-Asterisk 0.5.3.
I'm trying to use it along a Tkinter-based GUI so I've dedicated a thread
for reading incoming AMI events.
Which is the preferred way to gracefully exit from an event loop ?
More precisely:
This thread is waiting for input events with Manager._read_packet() method.
Doc (see [1]) says:
"... infinite loop running BaseManager.read() until an
2005 Jun 23
0
Loosing hair on connecting Panasonic PBX- *- Euroisdn Italy
> Date: Thu, 23 Jun 2005 08:50:50 +0200
> From: "Robert Rozman" <rozman@fri.uni-lj.si>
> Subject: [Asterisk-Users] Loosing hair on connecting Panasonic PBX- *
> - Euroisdn Italy
>
> I'm pulling my hair down and getting bold :-) ..... I have Asterisk
between
> Panasonic KXTD816 and Euroisdn in Italy (beronet octobri and bristuff
> Asterisk)....
Plenty of
2005 Nov 12
1
how to make automatically each level from data.frame to vector
Dear R-helpers,
Suppose I have dataset like this below:
data(HairEyeColor)
dfHEC <- as.data.frame(as.table(HairEyeColor))
my.dfHEC <- data.frame(Hair=rep(dfHEC$Hair,dfHEC$Freq),
Eye=rep(dfHEC$Eye,dfHEC$Freq),
Sex=rep(dfHEC$Sex,dfHEC$Freq))
my.dfHEC
my.dfHEC$Hair
my.dfHEC$Eye
my.dfHEC$Sex
and I know all levels for Hair, Eye and Sex.
In my case, I
2002 Jan 30
1
mosaicplot(formula, data)--- bugged?
I have been tinkering with mosaicplot() and friends as a way
of learning R. As part of this, I've written a pair.table()
method for mosaic matrices, and would like to extend mosaicplot
to work with loglin and logln (MASS) objects. I'm using
R 1.4.0 on Win 98.
I've been trying to figure out the formula interface, and think
there's a bug, but not sure how to find it, yet alone fix
2005 Sep 26
1
Bad FCS nightmare to Nortel SL100 with TE410P
I have an * box connected to a Nortel SL100 through a PRI (US) using the
Digium TE410P (quad-span T1 card). I don't have access to the SL100 -
it is handled by another group.
The span comes up OK (timing, framing fine). However, as soon as the
D channel comes up, I get endless "HDLC Bad FCS" errors. I modified
logger.conf to get rid of the messages (so I could see what else was
2008 Dec 15
0
Cumulative Incidence : Gray's test
Hello everyone,
I am a very new user of R and I have a query about the cuminc function
in the package cmprsk. In particular I would like to verify that I am
interpreting the output correctly when we have a stratification
variable.
Hypothetical example:
group : fair hair, dark hair
fstatus: 1=Relapse, 2=TRM, 0=censored
strata: sex (M or F)
Our data would be split into:
Fair, male,
2008 Dec 08
0
Query in Cuminc - stratification
Hello everyone,
I am a very new user of R and I have a query about the cuminc function in the package cmprsk. In particular I would like to verify that I am interpreting the output correctly when we have a stratification variable.
Hypothetical example:
group : fair hair, dark hair
fstatus: 1=Relapse, 2=TRM, 0=censored
strata: sex (M or F)
Our data would be split into:
Fair, male,
2007 Feb 07
0
~-~ Hair Treatment & Transplantation ~-~
*Hair Treatment & Transplantation Tips*
[image: Hair Treatment and
Transplantation]<http://info-center.50webs.com/hair-transplant/>
*Prevent and Reversing Your Hair Loss*
*Make your Hair Silky and Healthy*
*Hair Treatment*
*and*
*Transplantation Safe Sites*.
*Tips for your Hairs. <http://info-center.50webs.com/hair-transplant/>*
2005 Oct 05
2
Define variable in sip.conf
I'm looking for a way to transmit a user specific variable to my dialplan
If we use the example of the hair color, I was thinking of having something
like:
[bob]
context=users
host=dynamic
secret=password
type=friend
username=bob
hair=brown
[lary]
context=users
host=dynamic
secret=password
type=friend
username=lary
hair=black
And be able to access from the dialplan:
[users]
Exten =>
2003 Jun 13
2
formula (joint, conditional independence, etc.) - mosaicplots
Hi,
Can someone set me straight as to how to write formulas in R to indicate:
complete independence [A][B][C]
joint independence [AB][C]
conditional independence [AC][BC]
nway interaction [AB][AC][BC]
?
For example, if I have 4 factors:
hair colour, eye colour, age, sex
does
> mosaicplot( frequency ~ hair + eye + age + sex)
mean that the model fitted is of complete independence of
2010 Oct 03
1
plyr: a*ply with functions that return matrices-- possible bug in aaply?
I have an application where I have a function to calculate results for
a 2-way table or matrix, which
returns a matrix with one less row and column. To keep this short, the
function below captures the structure:
fun2way <- function(f){
if (!length(dim(f)) ==2) stop("only for 2-way arrays")
R <- dim(f)[1]
C <- dim(f)[2]
f[1:(R-1), 1:(C-1)]
}
Now, I want to
2015 Apr 29
0
Formula evaluation, environments and attached packages
Hi Milan,
I expect I may be able to do something about the way the terms are
evaluated, to ensure the evaluation is done in the gnm namespace (while
still ensuring the variables can be found!).
In the meantime, I think the following will work:
Mult <- gnm::Mult
f <- Freq ~ Eye + Hair + Mult(Eye, Hair)
gnm::gnm(f, family=poisson, data=dat)
Hope that helps,
Heather
On Wed, Apr 29, 2015,
2005 Mar 01
1
SuSE9.2 Client to AD 2003
I have been pulling my hairs out about this for a while now. Running the
latest version of SuSE with all patches applied, I have my machine
joined to the domain no problem. But when I go to use mount -t smbfs I
get this error.
Mounting share failed, smbmnt must be installed suid root for direct
user mounts (1000,1000) smbmnt failed:1
Of course I hit Google and the list archives first before
2003 Jun 13
0
mca & contingency tables - error: "All variables must be factors"
Hi,
I would like to do a multiple correspondence analysis with the mca function in
the MASS library on data that I have as a contingency table (which I've tried
converting to a data frame).
For example,
=========
> data(HairEyeColor)
> hair.df <- as.data.frame(HairEyeColor)
> hair.df
Hair Eye Sex Freq
1 Black Brown Male 32
2 Brown Brown Male 38
3 Red
2010 Nov 16
2
Passenger cannot load Rack
I am getting the following error in my Apache error log when trying to
run my puppetmaster as a rack app with Passenger:
*** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner
(no such file to load -- rack) (process 32373):
Apache will start up without error, but as soon as a puppet client
connects, the error is thrown.
Passenger is dying at a "require
2016 Apr 01
0
An expression of appreciation
[The following is a personal statement and should not be attributed to or
taken as approved by my employer. This is just the email account I use
for engaging with the LLVM community, so people will know who I am.]
At the recent EuroLLVM dev meeting, in the LLVM Foundation presentation,
President Tanya Lattner mentioned an initiative to encourage and promote
women's participation in the LLVM
2006 Apr 16
0
TCP/UDP broken checksums redux (with UDP workaround)
Hello,
A little informal input on the TCP/UDP checksum deferral/offload: it
fails for me.
I have one Xen host, running a snapshot of xen-unstable at 2006-03-24
(9435:11fee62328cc). Each of its domUs are allocated their own /30,
with the help of a hacked-up vif script.
Prior to working around the problem, Domain-0 could establish TCP
connections to other domains. In the case of SSH, it would