Displaying 20 results from an estimated 24 matches for "numerial".
Did you mean:
numerical
2009 Jan 05
1
B410p, Ast1.4, France Télecom Numeris Double T0 problem
Hi.
When I call my RNIS numbers (with a mobile phone for example), I can
see 2 incoming calls on the IPBX, which should not happend.
I'm not sure if it's a problem with the telco France Telecom and their
ISDN setup, or if it's a problem
with the MISDN driver on the IPBX itself.
I'm stuck ...
Any advices for troubleshooting that?
Someone provide working configuration files
2008 Dec 02
1
func_odbc and hash problem
Hello,
Now I'm testing func_odbc and hash. My configurations are:
func_odbc.conf
[GETNUMBER]
dsn=sqlserver
;mode=multirow
;rowlimit=10
readsql=SELECT number,real_number1,real_number2,status FROM ivr.dbo.numbers
WHERE number=${SQL_ESC(${ARG1})}
extensions.conf
exten => s,1,Ringing
exten => s,n,Wait(4)
exten => s,n,Answer
exten => s,n,Set(NUMERIS=37037210602)
exten =>
2008 Dec 01
1
func_odbc questions
Hello,
I'm working with asterisk 1.6. And I have success using func_odbc with one
row query results (SELECT source,destination from cc WHERE ... ):
exten => s,1,Ringing
exten => s,n,Wait(4)
exten => s,n,Answer
exten =>
s,n,Set(ARRAY(NUMBER,REALNUMBER1,REALNUMBER2,STATUSAS)=${ODBC_GETVARIABLES(${NUMERIS})})
exten => s,n,Verbose(1| ${NUMERIS}, ${REALNUMBER1} ${REALNUMBER1},
2013 Apr 04
5
help with kriging interpolation
All,
I am new to using R and know some basics. I wish to use kriging in R to
do the following:
given data Y =f(X1,X2,X3,.....,Xn) --1000+ irregular measured data set.
I would like to be able to get a single value y given sinle input set
(x1,x2,x3,...xn)
A google search on this takes me lierally to the same example on involving
analysis with soil sampling and I cannot figure out how to
2011 Sep 27
2
Error in optim function.
...)*(log(1-pi))
return(output)
}
binomial.mle <- optim(0.01, ## starting value
binomial.ll, ## log likelihood
method="BFGS", ## optimization method
hessian=TRUE, ## numerial Hessian
control=list(fnscale=-1), ## max, not min
y=y, n=n)
binomial.mle.par <- c(binomial.mle$par, -1/binomial.mle$hessian[1,1])
binomial.mle.par <- as.matrix(binomial.mle.par)
rownames(binomial.mle.par) <- c("lambda", "s.e.")...
2008 Nov 05
0
b410p mIDSN - RNIS signaling problems
Hi.
I'm running Asterisk server with 10 sip phones, and 2 grouped T0 lines
with 10 DDI numbers.
My provider is France Telecom and my setup is :
- Debian Lenny
- Asterisk 1.4
- Linux kernel 2.6.25.17
- mISDN 1.1.8 driver
- Sip phones Thomson ST2030
No problem with the SIP .
But when reveiving a call on RNIS line (any of the DDI numbers), the
associated SIP phone rings indicating _two_
2007 Oct 01
3
stringify_keys!
I have seen this numerious times and still have no idea what it means:
undefined method `stringify_keys!'' for "blah22":String
I am tring to change a password. My code looks like:
def change_password
@user = User.find_by_emailaddr( params[:email] )
if @user.nil? # user profile not created
flash[:notice] = "<b style = \"color:red\">No such
2006 Oct 23
2
Help with "recode" and "factor" functions
...#39;s no "o". If I change the order or combination of the
variables, it always can't find one of them.
I could also use 'factor', from what I hear. But, I looked at the help
section on this function and I ended up more confused.
How do I code it so these variables take on numerial values? I need to be
able to use:
race.centered = race - mean(race)
This scaling code doesn't really make sense if the values of 'race' are
non-numerical. I might end up dividing by 2 SD's as well. But, I don't
know if I need to. I'll have to do some more reading.
T...
2005 Apr 14
2
grubbs.test
Dear All,
I have small samples of data (between 6 and 15) for
numerious time series points. I am assuming the data
for each time point is normally distributed. The
problem is that the data arrvies sporadically and I
would like to detect the number of outliers after I
have six data points for any time period. Essentially,
I would like to detect the number of outliers when I
have 6 data points then
2004 Feb 11
1
Fwd: machine account with strange behaviour
Hi Oliver,
My opinion is that try delleting the machine name using the 'control center'
and delete the machine account in the passwd file. Then add the machine name
again using "control center, edit & creat users ", then In console add the
machine using: # smbpasswd -a -m <machinename>. Note i managed to do this on
SuSE 8.1. Please send me an email if u're
2009 Mar 28
4
Wineasio in Mono = No Stereo
Hello all, I can't get stereo with wineasio, even the new verison of wineasio which I have compiled > 1.7.4. when I open an app with wine, I do see the connections in Qjack connections, but It is not in stereo Ardour can verify this, and both left and right connection are connected from wine to jack, I have googled for this answer to no aval and I have asked numerious times on IRC in
2006 Jun 19
2
Asterisk voicemail problem with isdn avm fritz!card
Hello everyone,
I have Asterisk SVN-trunk-r7498 installed on a server (celeron 2.4 Ghz,
256MB) with a TDM40b a TDM04b and an avm fritz!card pci.
I experience a problem with voicemail: my messages are good unless the
incoming call comes from isdn, which means via the avm fritz!card. In
this case (and in this case only) the message is disjointed and I can
hear at most 1 second out of a 1 minute
2019 Mar 14
2
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
Hi everyone,
I am running into a problem when trying to use fts_squat in a virtual
folder. Without fts_squat plugin the search (from, subject...) works in
all folders. With activated fts the search on the inbox folders works
expectedly well but any attempt to search anything in any virtual folder
leads to the following error. Similarly when attempting "doveadm fts
lookup". I also
2019 Mar 20
2
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
fts_squat was deprecated in 2.1. There's a high likelihood it is buggy in a variety of ways in any recent Dovecot release.
michael
> On March 20, 2019 at 1:21 PM Benjamin Godbersen via dovecot <dovecot at dovecot.org> wrote:
>
> Hi everyone,
>
> I have now updated to dovecot 2.3.4.1 - unfortunately the issue still persists. Can anyone help me figure out if
2001 Jun 12
1
cophenetic matrix
Hello,
I analyse some free-sorting data so I use hierarchical
clustering.
I want to compare my proximity matrix with the tree
representation to evalute the fitting. (stress, cophenetic correlation
(pearson's correlation)...)
"The cophenetic similarity of two objects a and b is defined as the
similarity level at wich objects a and b become members of the same
cluster during the course of
2008 Feb 08
0
xspline(..., draw=FALSE) fails if there is no open device (PR#10728)
jari.oksanen at oulu.fi wrote:
> Full_Name: Jari Oksanen
> Version: 2.6.2 RC (2008-02-07 r44369)
> OS: Linux
> Submission from: (NULL) (130.231.102.145)
>
>
> Even if function xspline() is called with argument draw=3DFALSE, it req=
uires a
> graphics device (that it won't use since it was draw=3DFALSE). I run in=
to this
> because I intended to use xspline within a
2019 Mar 20
1
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
We provide packages at https://repo.dovecot.org - maybe you can use these?
</div>
<div>
<br>
</div>
<div>
Aki
</div>
<blockquote type="cite">
<div>
On 20 March 2019 22:19 Benjamin
2019 Mar 20
0
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
Hi everyone,
I have now updated to dovecot 2.3.4.1 - unfortunately the issue still
persists. Can anyone help me figure out if this is due to a
misconfiguration on my part or another error?
Any help is greatly appreciated!
Cheers
Benjamin
Am 14.03.2019 um 23:28 schrieb benjamin at godbersen.info:
> Hi everyone,
>
> I am running into a problem when trying to use fts_squat in a virtual
2006 Feb 23
4
Changing the x-axis labels in plot()
Hi
Hopefully this one isn't in the manual or I am about to get shot :-S
One of my colleagues wants a slightly strange graph. We basically have
a data matrix, and she wants to plot, for each row, the values in the
row as points on the graph. The following code draws the graph just
fine:
plot(row(d)[,3:9],d[,3:9])
So as there are 12 rows in my matrix, there are 12 columns of points,
which
2019 Mar 20
0
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
Hi Michael,
thanks for getting back to me. I understand the alternatives to squat
are solr and lucene and have to be explicitly included into dovecot at
compilation. Unfortunately I am not in a position to manually compile
dovecot.
What other option do I have to use full text search in dovecot without
manually compilating my package?
Thanks and cheers
Benjamin
Am 20.03.2019 um 20:31