search for: maruti

Displaying 9 results from an estimated 9 matches for "maruti".

Did you mean: marti
2011 Apr 18
1
how to update data
...ring in json request. i want to update the database using that string. how can i do that? There would be a multipal object in this string. sample string is: [{"product":{"amt":300,"created_at":"2011-03-28T05:46:52Z","id":1,"prodnm":"maruti","qty":1,"rate":12,"updated_at":"2011-03-28T05:46:52Z"}},{"product":{"amt":2000,"created_at":"2011-04-18T09:02:45Z","id":2,"prodnm":"lux","qty":2,"rate":12,"up...
2018 Mar 17
3
length of 'dimnames' [2] not equal to array extent- For Correlation Plot
..., 46L, 39L, 38L, 47L, 59L, 56L, 61L, 43L, 60L, 78L, 63L, 2L, 58L, 8L, 1L, 1L, 9L, 11L, 2L, 1037500L, 46747L, 346300L, 672000L, 729000L, 470800L, 423000L, 72184L, 368022L, 1037500L), .Dim = c(10L, 3L), .Dimnames = list(NULL, c("AGE", "OLD_CAR_PURCHASE_YRS", "Total.Spend.With.Maruti"))) Please advice if this would help. Thank you. Shivi On Sat, Mar 17, 2018 at 8:45 PM, Sarah Goslee <sarah.goslee at gmail.com> wrote: > I'm assuming you are using the corrplot package. > > If so, your data object does need to be a matrix, not a data frame. > Since i...
2018 Mar 17
0
length of 'dimnames' [2] not equal to array extent- For Correlation Plot
..., 59L, 56L, 61L, 43L, 60L, > 78L, 63L, 2L, 58L, 8L, 1L, 1L, 9L, 11L, 2L, 1037500L, 46747L, > 346300L, 672000L, 729000L, 470800L, 423000L, 72184L, 368022L, > 1037500L), .Dim = c(10L, 3L), .Dimnames = list(NULL, c("AGE", > "OLD_CAR_PURCHASE_YRS", "Total.Spend.With.Maruti"))) > > Please advice if this would help. > > Thank you. Shivi > > On Sat, Mar 17, 2018 at 8:45 PM, Sarah Goslee <sarah.goslee at gmail.com> > wrote: > >> I'm assuming you are using the corrplot package. >> >> If so, your data object does nee...
2009 Aug 01
1
how to setup incoming calls not to use authentication
Dear all, In Sip.conf file how to setup incoming calls not to use authentication? Please provide some steps to do it.. Thanks... Regards, Velusamy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090801/d6c39afc/attachment.htm
2009 Oct 30
2
asterisk 1.6 enable cdr_mysql
How to enable cdr_mysql.conf in Asterisk 1.6? I have installed asterisk-addons which compiled mysql support, "module show" is showing "cdr_addon_mysql.so" but cdr_mysql.conf was not created in /asterisk directory Is there any configuration file to enable mysql support? Comping cdr_mysql.conf from previous installation does not do anything, calls aren't recorded. --
2018 Mar 17
0
length of 'dimnames' [2] not equal to array extent- For Correlation Plot
I'm assuming you are using the corrplot package. If so, your data object does need to be a matrix, not a data frame. Since it's already a data frame, your line of code: as.matrix(as.data.frame(CR1)) doesn't need the as.data.frame function, but more importantly, you didn't assign the result to anything: as.matrix() does not work in place. CR1 <- as.matrix(CR1) Now try. If
2018 Mar 17
2
length of 'dimnames' [2] not equal to array extent- For Correlation Plot
Created a new data set with 3 numeric variable to find correlation CR1<- mar%>% as_data_frame%>% select(AGE, OLD_CAR_PURCHASE_YRS, Total.Spend.With.AA) had to convert it to a data frame, code: as.matrix(as.data.frame(CR1)) Now i need to run a correlation plot for these 3 variables: corrplot(CR1, method = "circle") But i am getting this error: Error in
2010 Mar 11
2
Codec preference
How can I set the prefered codec between 2 calling parties ?? My Grandstream supports G729, alaw and gsm... in this order. The Zoiper softphone has alaw and gsm as codecs... in that order. Although there should be a matching codec found, my Grandstream can not call the Zoiper softphone. CLI shows : [Mar 11 17:47:21] WARNING[22367]: channel.c:3340 ast_channel_make_compatible: No path to
2009 Dec 18
2
To Asterisk AMI Gurus - Tacking issue with originate
Hello Everyone, I am making a simple index.php file which will allow a web user to enter his $phoneNumb, $dialNumb, and callerID ($spoofNumb) and get the call bridged. Following is the index.php and the contents of extensions_custom.conf. When I submit the form nothing happens. I don't even see Manager Connected msg. Your input will be much appreciated. I am thinking I have some syntax