Displaying 20 results from an estimated 205 matches for "nikhil".
2010 Jun 09
1
[R-sig-Geo] How to extract coordinates values from a shapefile?
I'm not sure if this is what you want. But the function coordinates() in sp
package gives you the coordinates of SpatialObjects.
Regards.
Rodrigo.
2010/6/9 Nikhil Kaza <nikhil.list@gmail.com>
> You need to execute gpclibPermit() to enable gpclib.
>
> library(maptools) should have issued a warning to that effect.
>
>
> Nikhil Kaza
> Asst. Professor,
> City and Regional Planning
> University of North Carolina
>
> nikhil...
2010 Nov 22
3
Is existing CDR in Asterisk is enough for complete billing
...e,
I am facing lots for problem with CDRs in 1.6 and above
versions,its shows wrong records when I do transfer(caller side and
calee side),callforward,call parking.Is the present CDRs in 1.6 is
enough for Complete billing.?What I need to do to make it proper.Please
help me on this.
Thanks
Nikhil
2011 Jul 22
4
Asterisk as a Operator Phone
...lines
and features like transfer forward and etc.I used chan_alsa driver to
make asterisk as SIP Phone,but it has limitation,we cant make or receive
multiple calls,and will not able to do any features like transfer
forward etc. Is any other application available in asterisk to do this .
Thanks
Nikhil
2011 Mar 01
6
wav files are not playing asterisk
Hi
I try to play a wav file in asterisk ,but its accepting only gsm
files.Do u know where I need to change to make it works.
Thanks
Nikhil
2010 Nov 18
3
usage of account code in CDR
Hi everyone
Anyone please explain me How Account code is use for billing.,
Thanks
Nikhil
2010 Dec 20
5
DIALSTATUS on CANCEL
Hello,
We have a strange situation (asterisk 1.6.2.14), where we get a result for
DIALSTATUS for BUSY and No-ANSWER, but nothing for CANCEL.
This is the (relevant) test dialplan:
--------------------------------
[incoming-private]
exten => _X., n, Dial(SIP/1001,30)
exten => _X., n, NoOp(${DIALSTATUS})
exten => _X., n, Gosub(incoming-status,s-${DIALSTATUS},1)
[incoming-status]
exten
2013 Mar 11
8
Access instance variable in ajax rendered by controller - Rails
I am making an ajax call to my controller. Controller is sending in the
response in an instance variable(as a json object). How can I access the
same in my ajax javascript?
This is my ajax call code:
$(document).ready(function(){
var currentCellText;
$(".inline").click(function() {
currentCellText = $(this).text();
$.ajax({
type: ''GET'',
dataType: "json",
2010 Jun 15
4
can't seem to register, status unmonitored
Hi everybody,
I am trying to register my softphone(twinkle) on an asterisk server.
Everything seems to be fine.
Here is the output on show registrations in twinkle:
Tue 18:57:51
nikhil: you have the following registrations
<sip:2001 at 172.26.48.208 <sip%3A2001 at 172.26.48.208>>;expires=3013
208 is ip of the asterisk server.
on the server on doing 'sip show peers' , it shows the user and the ip but
status is unmonitored.
debian-te410*CLI> sip show peers...
2017 Jun 28
2
R package for scorecard development
...es will be added up to get the
final score.
There will be a cutoff score to decide which of the two classes of response
the subject falls into.
I fount and tested the smbinning package. However, it only gives the bins
for a single variable at a time.
How can I get a full scorecard model?
Thanks
Nikhil
[[alternative HTML version deleted]]
2009 Jan 28
1
Faced Problems with RODBC package 1.2-5 and 1.2-4 for windows
...re in which I used while loop
and while loop contains two insert statements.I executed procedure from R.
I found that expected results are not matching with the results I got.
Also results are not consistent.
3) SET QUOTED_IDENTIFIER OFF statement
Please give me a solution
regards,
Nikhil Ashok Bhide
Cell:- +919604848030
Mailto: nikhil.bhide@tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Forw...
2010 Dec 06
1
Callee side blind transfer is failing in 1.8
HI
callee side blind transfer is failed in 1.8 but caller side blind
transfer is succes,Transfer doing by refer method,please help me on this
Nikhil
2011 Jun 02
1
Three-way conference in Asterisk
Hi
How to set a threeway conference in asterisk only for VOIP (I am
using only SIP channel).
Thanks
Nikhil
2011 Jun 20
2
different format in asterisk
...nel ,I so number of variable regarding the Codec ,Can
anyone explain what are those variable variable means.Below are the
variables
1. chan->readformat
2. chan->writeformat
3. chan ->rawreadformat
4. chan ->rawwriteformat
5. chan->nativeformats
Thanks
Nikhil
2012 Feb 27
2
read.csv converts "NA" to missing values
...' for Australia and 'NA' North America.
However, the data frame created using read.csv shows <NA> where the string
variable should have had the value 'NA'.
How can I input the value 'NA' present in a column in a CSV file without R
changing it to missing?
Thanks
Nikhil
[[alternative HTML version deleted]]
2007 Mar 12
3
_ALERT_INFO replacement in 1.4?
...,16,Hangup
exten => s,115,Voicemail(sb600)
exten => s,116,Hangup
As you can see, #13 is deprecated, so extension 604 does not ring.
Extension 600, 602 and 603 are all hooked up to Sipura ATAs and need the
bellcore-r4 ringtone to differentiate from other incoming lines.
Any ideas?
Thanks
Nikhil Jogia
2006 Jun 28
2
[PATCH] Bug fixes and additions to scoped_access
...ss.generate_constrain(@klass, scope,
:table_name =>@klass.table_name)
@klass.logger.debug("ScopedAccessFilter#before (called from
%s):\n\t[%s] scope becomes %s" %
[controller.class, @klass,
constrain.inspect])
@klass.instance_eval do
Cheers,
Nikhil.
--
Posted via http://www.ruby-forum.com/.
2010 Jul 19
2
replacing elements of distance matrix
Hi! I am trying to implement non-bipartite matching. I have around 500 sites
which can be clustered by 10 regions. I am able to calculate pairwise
Mahalanobis distances between sites (thanks to another post in the forum).
However, I want to constrain my match to sites within the same region. Thus
I want to replace elements of the distance matrix with a high value, say
999999, for sites not of the
2007 Oct 07
3
[LLVMdev] Predication before CodeGen
...If so, how do I ensure that the dependency on the predicate
generating instructions is preserved (the predicate instructions are not
dce'd away)?
Or should I be trying to do the predication right before Legalize? If so,
I'll need to think about it a little more.
Thank you for your time :)
nikhil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071007/9f2a1407/attachment.html>
2007 Oct 08
1
[LLVMdev] Predication before CodeGen
On 08/10/2007, Evan Cheng <evan.cheng at apple.com> wrote:
>
> On Oct 7, 2007, at 12:51 AM, Nikhil A. Patil wrote:
>
> > Hi,
> >
> > I am planning to generate code for a peculiar architecture with
> > _no_ branch instructions (!), but with predicated loads and stores
> > to memory. This means the architecture is not Turing complete, is
> > going to waste a...
2010 Aug 03
4
Need help on upper.tri()
HI, I am really messing up to make a symmetrical matrix using upper.tri() & lower.tri() function. Here is my code:
> set.seed(1)
> mat = matrix(rnorm(25), 5, 5)
> mat
[,1] [,2] [,3] [,4] [,5]
[1,] -0.6264538 -0.8204684 1.5117812 -0.04493361 0.91897737
[2,] 0.1836433 0.4874291 0.3898432 -0.01619026 0.78213630
[3,] -0.8356286 0.7383247