Displaying 12 results from an estimated 12 matches for "krunal".
Did you mean:
mrunal
2012 Jul 26
2
Working with Numbers generated from Regression Output
...to use the beta values to calculate
elasticities. Is this possible directly in R?
If not, then when I paste this output in Excel, It is pasted as an image,
and thus I cannot use the beta values for calculating any other metric.
Can anyone please help me out!!!
Thanks & Regards,
Krunal Nanavati
9769-919198
[[alternative HTML version deleted]]
2008 Aug 29
1
Issue when dialing multiple extensions using & ------Please Help
...e registered user whose context is test.
Now I am dialing any number, so it will enter into test context.
It will dial 1000 & 1002 both.
Both keeps ringing.
Now the problem is, when any of them answer, another one keeps ringing for
10 to 15 sec.
Please help me , what's wrong here.
Thanks,
Krunal Patel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080829/28c583e3/attachment.htm
2009 Mar 18
1
Performance of realtime for millions of SIP user
Hi,
Would you please let me know the performance of asterisk realtime in case I
will have millions of SIP users?
Thanks,
Krunal Patel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090318/f1e0f6c8/attachment.htm
2012 Sep 26
1
Running different Regressions using for loops
...)
+ summary(result[i])
+ }
After running these lines…I am getting the following error message
Error in eval(expr, envir, enclos) : object 'Price' not found
Can someone help me out with this error message. Appreciate for your time
and consideration.
Thanks & Regards,
Krunal Nanavati
Solutions Manager - Cogitaas
9769-919198
[[alternative HTML version deleted]]
2011 Sep 11
8
bad seagate drive?
Hi list,
I''ve got a system with 3 WD and 3 seagate drives. Today I got an email
that zpool status indicated one of the seagate drives as REMOVED.
I''ve tried clearing the error but the pool becomes faulted again. Taken
out the offending drive and plugged into a windows box with seatools
install. Unfortunately seatools finds nothing wrong with the drive.
Windows seems to see
2010 Nov 23
14
ashift and vdevs
zdb -C shows an shift value on each vdev in my pool, I was just wondering if
it is vdev specific, or pool wide. Google didn''t seem to know.
I''m considering a mixed pool with some "advanced format" (4KB sector)
drives, and some normal 512B sector drives, and was wondering if the ashift
can be set per vdev, or only per pool. Theoretically, this would save me
some size on
2010 Nov 29
9
Seagate ST32000542AS and ZFS perf
Hi,
Does anyone use Seagate ST32000542AS disks with ZFS?
I wonder if the performance is not that ugly as with WD Green WD20EARS disks.
Thanks,
--
Piotr Jasiukajtis | estibi | SCA OS0072
http://estseg.blogspot.com
2008 Aug 16
0
Getting cdr(billsec) 0 -- please help
...h extension I am caliing an agi script which insert CDR
into DB.
Now the problem is when I script hangsup during payback CDR(billsec) returns
currect result.
But when it hangsup after playback cdr(billsec) returns 0 .
Please help me to find out what I am doing wrong.
Thanking you in advance
--
Krunal Patel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080816/7dd40ec5/attachment.htm
2008 Dec 01
0
how to configure free radius server with asterisk
...erisk server. my radius server and
clients are running perfectly with each other. now only thing i need to do
is to patch radius client with asterisk.
Can any one suggest how i can do that? i am using free radius 2.1.x version
and asterisk latest version. radiusclient-ng as a client.
Regards,
Krunal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081201/a4de72fd/attachment.htm
2011 Feb 23
13
SIL3114 and sparc solaris 10
Perhaps a bit off-topic (I asked on the rescue list --
http://web.archiveorange.com/archive/v/OaDWVGdLhxWVWIEabz4F -- and was
told to try here), but I am kinda shooting in the dark: I have been
finding online scattered and vague info stating that this card can be
made to work with a sparc solaris 10 box
(http://old.nabble.com/eSATA-or-firewire-in-Solaris-Sparc-system-td27150246.html
is the
2013 Jan 07
8
Has anyone used a Dell with a PERC H310?
Hello Sa?o!
I found you here: http://mail.opensolaris.org/pipermail/zfs-discuss/2012-May/051546.html
"How about reflashing LSI firmware to the card? I read on Dell''s spec
sheets that the card runs an LSISAS2008 chip, so chances are that
standard LSI firmware will work on it. I can send you all the required
bits to do the reflash, if you like."
I got Dell Perc H310 controller
2011 Nov 08
1
Question on parsing R code from C
Hi all,
I am facing the necessity to parse R code from C-side. As a first approximation
the goal would be a re-implementation of the R shell (not Rgui).
I read the document at http://cran.r-project.org/doc/manuals/R-exts.html section
5.12, and the related source code example.
I have some questions:
1. I need to declare the types and function signatures that I am going to use
for this task