Displaying 11 results from an estimated 11 matches for "youa".
Did you mean:
you
2004 Apr 09
2
IAX2 DTMF Problem
Hey all,
I am dialing a DID through VoicePulse Connect. The number is
answered by a main menu type of IVR. The configuration is as specified
in both the wiki and VoicePulses documentation. The call comes through
without a problem, but when the caller enter any keys they are either
not recieved by * or they are ignored. With SIP I would typically put a
dtmfmode= line under the peer and
2004 Jul 16
12
OCFS Database too slow
Hi All,
we are using Red Hat 2.1 Kernel e38 along with MSA 1000.
ocfs version being used is
$ rpm -qa | grep ocfs
ocfs-tools-1.0.10-1
ocfs-2.4.9-e-enterprise-1.0.12-1
ocfs-support-1.0.10-1
Database Version is 9.2.0.5
However we find that the performance of the database on OCFS is too slow. even a select count(1) from all_tables takes like a while to complete.
We initially assumed RAC is
2001 Oct 23
2
nice mini-howto
hello,
i am a newbie to this list and i don't know if this has been posted before
(if so, plzz accept my apologies)
i just noticed a nice mini-howto on ext2-ext3 conversion at
http://www.symonds.net/~rajesh/howto/ext3/index.html
i think that maybe a link can be added to this after the download section...
cheers
Sayamindu
*********************************************************************
2010 Jul 30
1
COXPH: how to get the score test and likelihood ratio test for a specific variable in a multivariate Coxph ?
Hello,
I would like to get the likelihood ratio and score tests for specific variables
in a multivariate coxph model. The default is Wald, so the tests for each
separate variable is based on Wald's test. I have the other tests for the full
model but I don't know how to get them for each variable.
Any idea?
David Biau.
[[alternative HTML version deleted]]
2005 Jan 04
1
dialplan question - how to dial an * extension to get an outbound dialtone?
First, please forgive me if this is a total newbie question, I've only
just begun to scratch the surface of asterisk.
I currently have a dialplan set up to let me dial a specific
extension, authenticate the user, then have * dial a hard
coded/programmed overseas number. What I would like to do is set up
my dialplan to have an extension that offers up an outbound dialtone
allowing the
2013 Aug 28
1
Welcome to the "R-help" mailing list
Good Afternoon,
My name is Gabriel, I'm doing an analysis if there is increase or decrease in dependence on the mutated genes, using 3 or more genes using the fisher exact test.I performed with success an analysis for two genes using fisher.test( ). example of the 2x2 contigency table:
Gene A mutated | Gene A normalGene B mutated| 26
2004 Dec 26
16
Incoming Calls
Hi All,
I have the following scenario, it may already have been answered elsewhere,
but I cant find the solution.
I already have a PBX and would like to start implementing asterisk. I have
ordered a 4 port card from the asterisk store (2 port FXS and 2 port FXO)
and am waiting for it to arrive.
I do not want to plug my incoming lines into my FXO ports yet as not all the
desks have IP phones
2007 Sep 29
2
Typo3 5.0 Framework
Hi guys,
for about one and half a year I am involved in RoR Development. I like
the framework very much!
But more and more I have my doubts, that this framework will succeed,
I think Ruby on Rails succeed only, if some powers from community will
be concentrated on a target-oriented
development of the Framework.
Since the approach of a pragmatic way of programming isn''t new
anymore,
more
2006 Apr 03
7
global variable - @@var
I tried to keep track of the number of access to a specific controller.
I declared ''@@mycount = 0'' in the controller class. The methods in the
controller will increment the @@mycount (@@mycount = @@mycount + 1) and
print the value to the html page and show in the browser. The value is
always 1, no matter how many times I access the controller and its
action(s). Is this
2010 Jan 17
7
OT: free DNS service?
I have been using a free DNS service for the past seven (7) years.
This morning, at 4 A.M., , I changed the "A" record for one of my web
sites, to point to an IP address on a different server, so I could
test. After watching the TTL count down from 3600 to zero, with the
"dig" command, it then reset to 3600, but still resolved to the
original IP address. :-) I set the
2011 Jun 30
0
help with interpreting what nnet() output gives:
...is not the explanation.
>
>> ########################################
>> #Some large numbers, representing IDs.
>> IDs <- c(41255689815201100, 41255699815201100, 41255709815201100)
41255689815201100 > 2*10^9
[1] TRUE
So you may think you are working with integers but youa re in fact
working with floating point numbers. See the R-FAQ
--
David.
>> #In scientific notation
>> IDs
> [1] 4.125569e+16 4.125570e+16 4.125571e+16
>> #Change penalty.
>> options(scipen = 5)
>> #Why does R add 4?
>> IDs
> [1] 41255689815201104 41255...