Displaying 20 results from an estimated 205 matches for "nikhilism".
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
2010 Nov 22
3
Is existing CDR in Asterisk is enough for complete billing
Hi everyone,
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
Hi
Does anyone used asterisk as a operator phone,with multiple 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
2017 Jun 28
2
R package for scorecard development
Hello all,
Is there any R package that can develop a scorecard model for a binary
target variable?
More details:
I want to create a scorecard based on the raw data I have.
I have a binary target variable and a few numeric and character input
variables.
I want to bin the variables and assign a score to each of the bins.
Each subject will be scored based on the bin it falls in for each
2009 Jan 28
1
Faced Problems with RODBC package 1.2-5 and 1.2-4 for windows
Hi,
I am facing problems with RODBC package 1.2-5 and 1.2-4 built for
windows. I am using R 2.8.1 version.
I faced some problems when I was trying to execute sql procedure
from R with exec/execute statement .
Stored procedure contains code/statements :
1) Call to another procedure (R calls one procedure which itself
calls another procedure)
2)
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
Hi
In asterisk channel ,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
Hello,
I have a CSV file with region codes listed in a column. E.g. 'AS' for Asia,
'AU' 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
2007 Mar 12
3
_ALERT_INFO replacement in 1.4?
Hi All
I have just upgraded from Asterisk 1.2 to 1.4 and am having trouble with
with one of my ATAs not ringing.
Basically, when I execute the Dial command, an error occurs: "Got SIP
response 400 "In alert-info header: Empty value expected"
Now in 1.2, I just issued the following command to overcome this
problem: Set(_ALERT_INFO=).
Now in 1.4, _ALERT_INFO is deprecated, so I
2006 Jun 28
2
[PATCH] Bug fixes and additions to scoped_access
I found that scoped_access does not re-evaluate the filters on every
run. If you are filtering access based on parameters, this can be bad.
The scope is set on the first request and then further requests use the
last generated scoping.
The initial part of ScopedAccess::Filter#before looks like this:
@scoping = controller.instance_eval(@scoping.to_s) if
@scoping.is_a?(Symbol)
This makes
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
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 lot of
computation, and any input program that can hope to get compiled for this
architecture must have loops that can be fully unrolled, and all its
functions must get fully
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
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