Displaying 20 results from an estimated 2000 matches similar to: "some problems with OH323"
2004 Oct 06
3
OH323 compilation with updated Asterisk
I just updated by Asterisk and now when I am trying to compile OH323
I get this error , is this any new addition to Asterisk ?
chan_oh323.c:2419: error: structure has no member named `ani'
chan_oh323.c:2419: error: structure has no member named `callerid'
Ehsanul Karim
2004 Jul 12
2
OH323 and G729
Dear All,
I have problem with new oh323 0.6.3a , I try use var OH323_OUTCODEC, but it don't work.
oh323 driver don't want connect to gateway with g729, it's work if I only use in oh323.conf one codec ( g729 ). If I enable 2 or more codecs - always in use other codec:
-- Executing SetVar("IAX2[4010@4010]/1", "OH323_OUTCODEC=g729a") in new stack
-- Executing
2004 Sep 26
1
ASTCC Terms : Help
I have got my ASTCC up and working , but facing a hard time
understanding the terms in ASTCC what actually they are meant for.
1. What is Trunk in ASTCC and what are the meaning of the parameters
such as Technology & Peer/Trunk ?
2. In the routes if I use 0 connect fee that means the user won't be
charged for 0 sec calls right ?
Inc. Seconds refer to interval ? If I set 500 in cost per
2004 Oct 02
1
Latest ASTCC
What are the two new options is ASTCC ? Let's atleast get a README file to read.
IAX_Friends
SIP_Friends
Ehsanul Karim
2004 Sep 28
1
ASTCC : card generation problem
I just installed ASTCC and it wroks ok. But there is one problem
whenever I want to generate any new cards it seems to work for a long
time and at the end it fils w/o any error message. Any suggestions ?
Thanks.
Ehsanul Karim
2005 Mar 03
2
Re : Calling card platform
We are using a platform from AmarFone Inc. It great full featured ,
everything you want to run a calling card and does not cost your a lot
of money. Their support is awesome. You can contact them at
sales@amarfone.com.
Ehsanul Karim
2004 Sep 04
1
Oh323, Please Help Newbie ;(
Hi,
I just installed OH323 Plugin and im now tryin to make
simple Configuration to connect Openphone and Xlite to
my Asterisk-Server.
All works fine, i just wanna know if there's a
better way to do it? Is there anything wrong with my
Config?
OH323.conf
[general]
listenAddress=0.0.0.0
listenPort=1720
connectPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=8000
udpEnd=8005
fastStart=no
2007 May 03
2
Single Title for the Multiple plot page
Dear List,
In R we can plot multiple graphs in same page using
par(mfrow = c(*,*)). In each plot we can set title
using main and sub commands.
However, is there any way that we can place an
universal title above the set of plots placed in the
same page (not individual plot titles, all i need is a
title of the whole graph page) as well as sib-titles?
Do I need any package to do so?
Thank you
2005 Mar 11
2
Calculating lengths of runs of 0 or 1 sequences in meteorological data
Dear List Members,
I need some help about programming in S language. My
problem is as follows:
I have meteorological data (about rainfall measurement
each day from 1989-2002), say like
http://www.angelfire.com/ab5/get5/data.rainfall.txt
or http://www.angelfire.com/ab5/get5/R.rainfall.txt
in a sequence of 0(denoting dry day)'s and 1(denoting
wet day)'s. I want to construct a frequency
2007 Apr 17
3
Extracting approximate Wald test (Chisq) from coxph(..frailty)
Dear List,
How do I extract the approximate Wald test for the
frailty (in the following example 17.89 value)?
What about the P-values, other Chisq, DF, se(coef) and
se2? How can they be extracted?
######################################################>
kfitm1
Call:
coxph(formula = Surv(time, status) ~ age + sex +
disease + frailty(id,
dist = "gauss"), data = kidney)
2003 Nov 17
3
S Programming
Dear all,
I am thinking of writing my own functions in s-plus (or in R). I just
know how to work with S-plus / R built-in functions. Therefore, I'm a
beginner in S programming.
I am looking for some on-line documentation that is well written about
"Programming in S language" where control stuctures / loops / vectorization
and necessery sequences of S programming are
2004 Feb 22
2
oh323 codec negotiation
Hello
I had this codec negotiation with oh323 call. i used G723 codec and the provider had G729 as first priority. In this situation what ever number i dial i used get "No one there to answer the call". As soon as i changed my codec to G729 the call went through but had other problems, which i got away by dowloading the latest code for oh323.
Has anyone seen this problem? or it is
2004 May 06
5
Orthogonal Polynomial Regression Parameter Estimation
Dear all,
Can any one tell me how can i perform Orthogonal
Polynomial Regression parameter estimation in R?
--------------------------------------------
Here is an "Orthogonal Polynomial" Regression problem
collected from Draper, Smith(1981), page 269. Note
that only value of alpha0 (intercept term) and signs
of each estimate match with the result obtained from
coef(orth.fit). What
2007 Apr 23
1
Extracing "Interval of Time" in seconds in R
Dear List,
I want to let R calculate the time (run-time) it
requires to run a self-written simulation function. I
tried as follows: it
enables me to see the starting and finishing time
points.
#############################
"sim.result" <- function(nsim, ...){
Starting <- date()
... # calculations #
final.result <- ... # Output for display #
cat("# of Iterations used
2007 Apr 24
1
exclude the unfit data from the iteration
Dear List,
Trying to explain my situation as simply as possible
for me:
I am running a series of iteration on coxph model on
simulated data (newly generated data on each iteration
to run under coxph; in my example below- sim.fr is the
generated data). However, sometimes i get warning
messages like
"Ran out of iterations and did not converge" or
"Error in var(x, na.rm = na.rm) :
2005 Mar 20
1
"Graphics (for goodness of fit)" Question
Dear List,
Suppose, I have some observed and expected
frequencies, such as following.
I need to draw a graph where plots of observed and
expected frequencies are merged into one.
------------------------------------------------
m <- c(1,2,3,4,5,6,7,8,9,10,12,13,17)
k <- c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 19)
ExpWW <- c(0.309330628803245, 0.213645190887434,
0.147558189649435,
2004 Apr 05
3
Selecting Best Regression Equation
Dear all,
Does R or S-plus or any of their packages provide any command to form any
of the following procedures to find Best Regression Equation -
1. 'All Possible Regressions Procedures' (is there any automated command
to perform 2^p regressions and ordering according to criteria R2(adj),
mallows Cp, s2- by not setting all the regression models manually),
2. 'Backward
2004 Sep 30
7
asterisk 407 Proxy Authentication Required
Hello,
I cannot accept any inboud calls from any provders in my asterisk
which tries to authenticate the provider and at the end rejects the
call with tthese message
407 Proxy Authentication Required
How do I turn off this message.
Thanks.
Ehsanul Karim
2008 Jul 17
3
Histogram with two colors depending on condition
Dear List,
Say, we generate data like this-
dat<-rnorm(1000,1,2)
hist(dat)
How do i make the histogram, say, red (col = 2) before X = dat = 0, and rest say, green (col = 3) beyond X = dat = 0 in R?
The resulting histogram could be like this http://ehsan.karim.googlepages.com/histogram.JPG (edited)
Thanks in advance.
Ehsan
http://ehsan.karim.googlepages.com/diaryofastatistician
2004 Apr 14
4
Non-Linear Regression Problem
Dear all,
I was wondering if there is any way i could do a "Grid Search" on a
parameter space using R (as SAS 6.12 and higher can do it) to start the
Newton-Gauss Linearization least squares method when i have NO prior
information about the parameter.
W. N. Venables and B. D. Ripley (2002) "Modern Applied Statistics with S",
4 th ed., page 216-7 has a topic