Displaying 20 results from an estimated 9000 matches similar to: "Answer a specific channel"
2005 Oct 26
1
R- exp(-1000) ? - how to get R to give me an actual answer ?
Dear All,
I am a novice user of the R software package. When I try and compute,
exp(-1000) or exp(-2000), i get the answer as zero. Is there any way i can get
R to compute the answer and give me an actual number ? ( by increasing the
precision or any other method).
If I cannot get R to give me a number, can anybody give me some advice on how
to manually compute this number ?
I would greatly
2005 Mar 02
1
Using varPower in gnls, an answer of sorts.
Back on January 16, a message on R-help from Ravi Varadhan described a
problem with gnls using weights=varPower(). The problem was that the
fit failed with error
Error in eval(expr, envir, enclos) : Object "." not found
I can reliably get this error in version 2.0.1-patched 2004-12-09 on
Windows XP and 2.0.1-Patched 2005-01-26 on Linux.
The key feature of that example is that the
2013 Sep 25
0
Re: virtio channel socket bind error
I am assuming source mode is for the host. Bind means server and connect would mean client.
The other part is still pending.
On host, when I run cat it gives no such device or address
Or a python program to bind the socket (in my case /tmp/appl_port) it gives
'unable to connect to virtio-serial port. Error: %s', error(111, 'Connection refused'))
Am I missing something?
2006 Nov 25
0
How to do Call barging with SIP channel
Hello Users
I'm planning to do Call Barging and Call snooping , I saw this Feature in
asterisk.org.
This Barging and Snooping are test for " is Agents are replying the Answer
or not " that I'm guessing
Can anybody help me... this Feature ......
How to do Call Barging and snooping in SIP Channels , I;m not using any
Zaptel Card
--
Thanks and Regards
Ravi Prakash Sunkara
2015 Feb 23
2
[LLVMdev] Eliminating redundant loads
On 23 February 2015 at 11:22, David Jones <djones at xtreme-eda.com> wrote:
> You have not installed the DataLayout in the Module, as I had pointed out
> earlier.
>
Hi David,
I reported earlier that I tried this but there was no improvement.
Well I ran another test to be sure. The results are below. As you can
see the loads are still present.
; ModuleID =
2015 Feb 23
2
[LLVMdev] Eliminating redundant loads
On 22 February 2015 at 22:54, Hal Finkel <hfinkel at anl.gov> wrote:
>> I tried setting the module's DataLayout to the engine's DataLayout.
>> Don't see any improvement.
>> The memcpy() is to perform a struct assign, so I tried replacing that
>> with member by member store.
>> But even then the loads are not being eliminated so I guess the
>>
2015 Feb 22
2
[LLVMdev] Eliminating redundant loads
Hi,
I am generating following code:
%base = getelementptr inbounds %ravi.CallInfo* %6, i32 0, i32 4, i32 0
%7 = load %ravi.TValue** %base
%8 = bitcast %ravi.TValue* %7 to i8*
%9 = bitcast %ravi.TValue* %5 to i8*
call void @llvm.memcpy.p0i8.p0i8.i32(i8* %8, i8* %9, i32 16, i32 8, i1 false)
%10 = load %ravi.CallInfo** %L_ci
%base1 = getelementptr inbounds %ravi.CallInfo* %10, i32 0,
2019 Jun 12
1
Proper command for replace-brick on distribute–replicate?
On 12/06/19 1:38 PM, Alan Orth wrote:
> Dear Ravi,
>
> Thanks for the confirmation?I replaced a brick in a volume last night
> and by the morning I see that Gluster has replicated data there,
> though I don't have any indication of its progress. The `gluster v
> heal volume info` and `gluster v heal volume info split-brain` are all
> looking good so I guess that's
2004 Feb 23
1
Information required on mounting Windows shared folders on Unix s ystems
Hi,
I am new to this Samba. As of my knowledge we can access unix files
on Windows and Windows files on Unix. I have configured my samba on Solaris.
My smb.conf file
> ***********************************smb.conf*******************************
> *****************
> # Global parameters
> workgroup = MYGROUP
> encrypt passwords = Yes
> security = domain
> hosts allow =
2006 Oct 13
0
Problem in Voice Message Storing...............
Good Morning,
I need a small help from U on Regarding the Asterisk ,
Currently I'm Doing Voice Mail in Asterisk which is forwarded By OpenSER.
I can Leave the Voice message to the Caller , But Stores in this Directory
" /var/spool/asterisk/voicemail/ " context.
But For My Real Time and User interface developing , I want to Store in
Database,
As per My Knowledge and Googled ,
2007 Dec 13
1
Password problem
Hello
I have configured samba on CentOS-5, when i was logging from client side it con't ask password,it has loged in to "Anonymous" user.I configured user mode. I am using linux (serve) to linux (client), but i should avoid Anonymous login. What i should do?.I did this type configuration what i should add.
1) The contents of /etc/samba/smb.conf file as follows,
[global]
2010 Sep 03
1
Help on Select.list
Hi R,
I am using select.list
names=c("Ravi", "Raj","Shubha","Nivriti")
select.list(names) provides a drop down to choose one of the 4 names.
However I would like to know if it is possible to create a
classification something like this
select.list(names) should give
Boys
Ravi
Raj
Girls
Shubha
Nivriti
I should be able to choose
2019 Jun 06
2
Webpage to track implementation status of OpenMP features
Yes, I understand. I just don't understand why there are 15 review links.
as to the format of the list, we previously had a list of feature for 4.5 (before it was fully supported), we can reuse this old format.
Best regards,
Alexey Bataev
> 6 июня 2019 г., в 19:12, Narayanaswamy, Ravi <ravi.narayanaswamy at intel.com> написал(а):
>
> Alexey,
> Johannes want to put all
2017 Jun 06
0
Subject: glm and stepAIC selects too many effects
More principled would be to use a lasso-type approach, which combines selection and estimation in one fell swoop!
Ravi
________________________________
From: Ravi Varadhan
Sent: Tuesday, June 6, 2017 10:16 AM
To: r-help at r-project.org
Subject: Subject: [R] glm and stepAIC selects too many effects
If AIC is giving you a model that is too large, then use BIC (log(n) as the penalty for adding
2006 Sep 18
0
Propensity score modeling using machine learning methods. WAS: RE: LARS for generalized linear models
There may be benefits to having a machine learning method that
explicitly targets covariate balance. We have experimented with
optimizing the weights directly to obtain the best covariate balance,
but got some strange solutions for simple cases that made us wary of
such methods.
Machine learning methods that yield calibrated probability estimates
should do well (e.g. those that optimize the
2007 Feb 23
1
help with RMySQL
Hi R users,
I am using RMySQL to connect to a database in MySQL.
I have 3 questions.
1)When I give the following command
dbListTables(con)
I get the output
stack imbalance in .Call, 142 then 143
stack imbalance in <-, 140 then 141
stack imbalance in {, 138 then 139
stack imbalance in standardGeneric, 126 then 127
stack imbalance in class, 121 then 122
stack imbalance in
2013 Sep 25
4
virtio channel socket bind error
Hi All,
My intent is to make virtio unix channel work. I could configure the XML and launch VM and could see the port in /dev/virtio-ports
<channel type='unix'>
<source mode='bind' path='/tmp/appl_port'/>
<target type='virtio' name='appl_port'/>
<address type='virtio-serial' controller='0'
2006 Nov 15
1
How to do the Call Snooping
Hello Users,
I googled Call Snooping, its shows only the it means,
But i didn't find How to dialplan the Call Snooping,
I seen that " What is Trixbox " in Asterisk
I Use only some Feature in Asterisk (20),
Is it need Asterisk to install the TrixBox in that same System where i
installed the Asterisk Server
Help me please :P
--
Thanks and Regards
Ravi Prakash Sunkara
2007 Jan 05
1
integrating with Asterisk and OpenSER for Voicemail
Hi Users,
I'm Setting UP the Voicemails by integrating with Asterisk and OpenSER,
After 32 sec or 6 ring, it has to go the Voicemail server of Asterisk,
In openser.cfg ........... is not hiiting the Asterisk server
............. ... any one help me ........
....
....
modparam("tm","fr_timer",6)
modparam("tm","fr_inv_timer",24)
2015 Feb 23
3
[LLVMdev] Eliminating redundant loads
On 23 February 2015 at 01:29, Kamal Sharma <kgs1.rice at gmail.com> wrote:
> Hi Dibyendu,
>
> It would be very helpful if you could post the original source code or
> snippet.
> That way, one can investigate deeper to understand the problem.
>
> Regards,
> Kamal Sharma
>
Hi Kamal,
Sure. I guess I ought to create a test that one can look in isolation.
I am