similar to: (no subject)

Displaying 20 results from an estimated 700 matches similar to: "(no subject)"

2011 Mar 31
2
how to do t-test in r for difference of mean
I am trying to do t-test to test whether the mean of one one column of the data frame is greater then another. please help me out. -- Arkajyoti Jana M. Phil/ 2nd semester Centre for Economic Studies and planning School of Social Sciences Jawaharlal Nehru University New Delhi-67 [[alternative HTML version deleted]]
2007 Jun 05
1
help with using grid to modify ggplot/lattice plots
I want to use grid to modify some boxplots made using ggplot. I would really appreciate if somebody could guide me to a resource on how to use grid to modify such graphics. I guess the basic approach will be similar to using grid to modify lattice graphics. To that extent something that explains use of grid to modify lattice graphics may also be useful. I have gone through vignettes in the grid
2008 Mar 07
2
training svm
What should I do if I need to train svm() with data having same value across all rows in some columns. These must be the important features of the class and we cant exclude these columns to build up models. The error I am getting is: Error in predict.svm(ret, xhold) : Model is empty! In addition: Warning message: In svm.default(datatrain, classtrain) : Variable(s) 'F112' and
2007 Apr 06
5
Labelling boxplot with fivenumber summary
I am very new to R so forgive me if this seems basic but I have done extensive searching and failed to come up with the answer for myself. I am trying to label a boxplot I have created with the values for the median, upper and lower quartiles and max and min values. I have been unable to do this or find anything on the net to say how it might be done. Is this possible and if so how? Regards,
2011 Jun 13
3
asterisk queue 'ringall' stratagy
Hi List, I have faced a problem in asterisk queue implementation. I configured a queue with 'ringall' strategy and 'ringinuse=yes' in queues.conf. If three calls come to this queue in parallel, the logged in queue agent used to get only one call (may be the first one), not all the calls waiting in the queue at a time. Once the agent answers the call the next call is displayed. I
2011 May 11
2
no audio with SIP:INFO in meetme
Hello List, Asterisk is blocking audio if 'F' flag is enabled in meetme with DTMF mode enabled as INFO for SIP channel. If it is a bug in asterisk or something need to be enabled in sip.conf for the same. Dialplan looks like Exten => 100,1,MeetMe(100,dmF) Sip.conf dtmfmode=info Regards, Rajib Rajib Deka SIEMENS Ltd. Robert V Chandran Tower, First Floor, West Wing, #149, Velechery
2011 Apr 19
3
No voice in MeetMe for SIP with AGI_BACKGROUND
Hello List, I have seen from the following link that, for SIP channels there is no audio communication possible in MeetMe with AGI_BACKGROUND. http://www.voip-info.org/wiki/view/Asterisk+cmd+MeetMe Currently we are using asterisk-1.6.2 and the problem still persists. Is there any solution available to overcome this problem? According to our requirement, we have to run an AGI script in MeetMe.
2011 Apr 20
2
No voice in MeetMe for SIP with
Thanks a lot Tony and Dhaval for your much appreciable suggestions. Regards, Rajib Rajib Deka SIEMENS Ltd. Robert V Chandran Tower, First Floor, West Wing, #149, Velechery Tambaram Main Road, Pallikaranai, Chennai-100, INDIA. www.siemens.com Mob: +91-9176780669 | E-Mail: rajib.deka at siemens.com Date: Wed, 20 Apr 2011 13:55:25 +0530 From: DHAVAL INDRODIYA <dhaval.it01034 at gmail.com>
2011 May 04
2
asterisk HA for queue calls
Hello List, We are running two asterisk machines in virtual IP as primary and secondary server. Initially virtual IP will be active in primary server; during the failure of primary secondary will get the virtual IP. Is there any way to retrieve pending queue calls from primary to secondary, in case primary fails? Does asterisk provide any interface to do it or we have to write some application
2011 Apr 19
1
ConfBridge and AGI
Hello List, Is it possible to run an AGI script in backgroung for all the associated SIP channels in ConfBridge Application? If yes how? This can be done using 'b' parameter in MeetMe for non SIP channels. Regards, Rajib Rajib Deka SIEMENS Ltd. Robert V Chandran Tower, First Floor, West Wing, #149, Velechery Tambaram Main Road, Pallikaranai, Chennai-100, INDIA.
2013 Sep 03
3
Asterisk crash
Hello List, In our lab asterisk has crashed due to some unknown reason and it has been restarted by safe_asterisk service. But before crash we can see lots of below log entry (asterisk version 1.8.9.3). Sep 3 07:55:21] WARNING[16287] res_rtp_asterisk.c: RTP Transmission error of packet to [2002:c117:a683::c117:a683]:20940: Address family not supported by protocol chan_sip.c: Purely numeric
2011 May 30
2
DAHDi installation problem
Hello List, What version of DAHDi should be installed for CentOS Kernel version 2.16.18-194.el5. We do not have access to yum in our network, so we need to install a specific version with respect to kernel version. Or, what update to be downloaded and applied to CentOS kernel to install a specific version of DAHDi. Regards, Rajib Rajib Deka SIEMENS Ltd. Robert V Chandran Tower, First Floor,
2011 Apr 07
4
asterisk SIP MESSAGE method support
Hello List, I have found that asterisk supports only forwards in-dialog MESSAGE method. That is, if the MESSAGE method is sent within an active call. But according our requirement we need to send MESSAGE method to the other leg without being in a call (general stateless proxy forward). Is it possible to do this in asterisk using some tricks? Regards, Rajib Deka SIEMENS Ltd. Robert V Chandran
2011 May 25
2
asterisk hint SIP presence
Hello List, Asterisk CLI command "core show hints" gives the list of hint extension configured and its presence status. In command output there is a field called "watchers" and it contains a numeric value of number of subscriptions' registered for that particular extension. So, is there any CLI command to check who the watchers for an extension are? Regards, Rajib Rajib
2016 Apr 28
2
Package to work with weight based data
Respected all, I am working on a socio-economic survey (named as National Sample Survey in India provided by National Sample Survey Organization, Govt. of India) data of individual as well as households. This is a sample survey where stratified random sapling method has been used to draw samples. The data set uses 'weights' to estimate figures for region, state or
2007 Aug 09
1
displaying svg chart
dear railers I was attempting to display a svg chart inside a tooltip in rails using Scruffy. my browser is Firefox 2 and i am using WEBRICK. when i render inside the controller using graph.render(:size=> [255,205], :to => ''C:\xyz.svg) and serve iit via rhtml using the <embed> tag. Instead of the chart inside the tooltip i get a dialog box asking me to open it ... with
2006 May 09
2
Problem creating new record
Hi I have two tables 1. devices 2. device_categories both associated with each other via foreign key device_category_id in device table. I use scaffold and create a base system. I associate the two models together via belongs_to declaration in device model, and has_many declaration in device_categories model. I also add a device category drop-down box on create page to select
2014 Feb 17
1
Asterisk crashes at "meetme kick all"
Dear Forum, I have encountered a similar issue as below in Asterisk 10.0.0. Asterisk crashed while executing "meetme kick all" CLI command from manager interface. The link says the issue has been closed however I am not able to identify in which release of asterisk this issue has been fixed. Please help. https://issues.asterisk.org/jira/browse/ASTERISK-15741 With best regards, Rajib
2024 Apr 17
1
Is there a front-end for using xapian-omega rather than the terminal? Could a Xapian database be accessed from web-browsers?
Hello friends, I have installed xapian-omega for my system installed from Official Debian GNU/Linux Live 11.6.0 lxde 2022-12-17T11:46, It is an old edition but I am okay with it, I tasted the power of xapian while using recoll. I read that xapian is a powerful database building package for character strings, and indexes a directory of files really well. I want to use xapian-omega as a customisable
2008 Sep 04
1
how to match or merge data.frames in this case...
Hi, I'm trying to match two data frames in order to replace the boundary values in a dataframe.1 with values in dataframe.2 ONLY where the pair id1 id2 matches between the two data frames. Eg. > dataframe.1 ... id1 id2 boundary 3307 1095 1108 438.691 3308 1095 1109 438.691 3309 1095 1121 438.691 3310 1096 1109 438.691 ... 3345 1108 1120 438.691 3346 1108 1121 438.691 3347 1108