similar to: callback problem

Displaying 20 results from an estimated 90 matches similar to: "callback problem"

2007 Aug 10
14
Live migration: 2500ms downtime
Hi there, I''ve read the paper on Xen live migration, and it shows some very impressive figures, like 165ms downtime on a running web server, and 50ms for a quake3 server. I installed CentOS 5 on 2 servers, each with 2x Xeon E5335 (quad-core), 2x Intel 80003ES2LAN Gb NICs. Then I installed 2 DomUs, also with CentOS 5. One NIC is connected to the LAN (on the same switch and VLAN), the
2007 Jun 17
2
Branch 'as' - test/trace
test/trace/Makefile.am | 1 test/trace/values.as | 63 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) New commits: diff-tree aaca94203d8a0ccb8feb32c0d57df3401fca0350 (from 987074e275ac77f8799e5fdf41890e8ef126b291) Author: Benjamin Otte <otte at gnome.org> Date: Sun Jun 17 12:56:42 2007 +0200 add values.as which provides some default values
2010 Aug 27
8
R.matlab package help
Hi,all I have a problem running R.matlab package (under 2.10.1 version). I can set up the matlab server under local machine(run the MatlabServer.m), " And I can use setVariable and evaluate matlab functions in R. But when I ask Matlab to send the value back to R using getVariable function it always returns an error: " ??? Error: A MATLAB string constant is not
2002 Jun 18
1
Extracting part of an array
Hi, I've got a trivial question ,but as a newby, I'm stuk. I've got an array of dim 160,4. I want to extract the values of the first column based on a condition of values in the second column and affect the result to a variable. E.P. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2007 Jun 10
1
variable scope
caveat: I haven't either read actionscript language spec nor really got through swfdec context, frame and such. This is fully based on blocky.swf code inspection. thanks to flare, i can extract the below beautiful code. You don't need to understand the whole thing but there is one thing to notice: border[XY]start are initialized in on(press) and get used in on(release). Currently swfdec
2010 Dec 22
0
CDR on MySQL
What would it do if you exten => h,1,ResetCDR(w) exten => h,2,NoCDR() exten => h,3,DEADAGI(get-unqiueid.php) I have not tried it but in theory it should write the first CDR and then kill the write of the second NO ANSWER CDR. Let me know if it works for you as I may need to do it on some of my h exten code as well. Bryant ---------------------------------------- From:
2004 Feb 04
0
wine-20040121 & starcraft, a collection of dumps
Hi all, I have compiled a new version of wine, and have done a number of tests with them. The test setup and results are below. I've also added the instrucions i used to compile wine At the end of this mail i have a list of all packages i've compiled. As i run lfs-5.0 this might be usefull. Regards, cedric Test 1 : default config, oss bash-2.05b$ wine SCDemo.exe Could not stat
2017 Sep 08
0
need help for finding related sales with R
Hello everyone. Could you please help me? I need to do some sales analysis and i'm stuk. I've got a dataset that contains next information: Sales_department; sales_manager; Client; transaction ID; Product (SKU), Cost, Gross income, Profitability Ineed to perfom an ABC analysis (by the Cost of sold products to this client) to find the A clients of each manager, i'm doing it this
2005 Mar 04
1
defold usernames in asterisk@home version 6
OK. So check out the Wiki here.... http://www.voip-info.org/tiki-index.php?page=Asterisk The archive of this list can be search via google by entering... site:lists.digium.com <some parameter> www.digium.com has a link to all the materials for getting started in the Documentation section of the website. Those are really quite good so I would start there. Most were written prior to
2023 Apr 10
1
Setting PJSIP header from AMI
Hello, We are moving from an older asterisk/SIP to a newer (18+) asterisk/PJSIP and trying to figure out how to add [identity] header when originating a call from AMI/PAMI. In the older version we would just set a variable like this: $action = new OriginateAction("SIP/...."); $action->setVariable('__SIPADDHEADER51',"Identity: $identity"); // $identity
2010 Jul 17
1
AGI execution after Dial
Hello, I'm currently developing a simple asterisk application using SFS (Skype For SIP) which tries to call to an outbound number, play a message and read DMTF digits. My first approach used the Manager to originate calls and then called an agi script to deal with the rest. Anyway, this ended up being not so clear because the call did not start on the Originate extension that it was supposed
2007 May 08
3
MYSQL Query --> PAGE
I have all my SIP users in a realtime database. I would like to use MySQL command to query the database and use the results from the query to page all the phones found in the query. The results from the MySQL query will be multiple rows of extension: Something like: mysql> Select extension from sip where extension like '6%' 6001 6002 6003 ex.... I need to put all the results into a
2006 Feb 27
1
Problems dialing to another Asterisk server
Hi, I have a problem dialing a SIP phone which is logged in as different Astesrik machine from the one I am working with. I want to call a phone in Another astersik machine in , if it answers, calling a SiP phone registered in my ASterisk: My dialplan is: [mariaSIP] exten => _1.,1,Wait(1) exten => _1.,2,Dial(SIP/6021@192.168.0.51:5038,20) exten => _1.,3,HangUp() exten =>
2006 Dec 17
1
Start Matlab server in R 2.4.0
In order to start matlab server in R , I using the following commands getwd() setwd("D:\R_matlab") install.packages("R.oo") install.packages("R.matlab") install.packages("R.utils") library(R.matlab) Matlab$startServer() a minimized MATLAB Command Window come out, but I can't make this window become larger. Does anyone know why? I type
2016 Dec 18
5
Building on debian 8.6
Hi, Despite having used samba for many, many years, I have not built from source on Debian before. CentOS, yes.. Raspbian, yes.. but not Debian itself. I have installed Debian 8.6 from scratch: newserver:~/download/samba-4.5.2$ cat /etc/debian_version 8.6 user at newserver:~/download/samba-4.5.2$ uname -a Linux newserver 3.16.0-4-686-pae #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) i686 GNU/Linux
2011 Jul 07
2
subset from a dataset after comparing its one column to a related vector
Hello R users, I have two data sets like the following. Form of dataset: data: X1 X2 X3 X4 X5 1902 RE 3 594 9 1903 RE 3 1340 7 1904 AA 3 760 14 1908 RE 4 1759 18 1909 EX 2 387 1 2901 AU 6 3116
2013 May 28
6
Ocultar componentes de una lista
Saludos a todos, Quisiera saber como ocultar algunos componentes de una lista para que cuando crees una funcion solo se muestre una parte de esa lista, y que al resto tengas acceso cuando descompongas ese objeto, por ejemplo: Tengo la siguiente data: data=data.frame(Samples=1:10,Sobs=c(12.6,22.4,27.4,30.5,32.5,34.3,36,37.4,38.9,39.9)) Cuando uso la funcion nls: A <-
2010 Aug 13
2
Unable to retrieve residual sum of squares from nls output
Colleagues, I am using "nls" successfully (2.11.1, OS X) but I am having difficulties retrieving part of the output - residual sum of squares. I have assigned the output to FIT: > > FIT > Nonlinear regression model > model: NEWY ~ PMESOR + PAMPLITUDE * cos(2 * pi * (NEWX - POFFSET)/PERIOD) > data: parent.frame() > PMESOR PAMPLITUDE POFFSET >
2008 Oct 30
1
(no subject)
smbd crashes on startup /var/log/samba/smbd output: [2008/10/30 00:58:56, 1] passdb/pdb_ldap.c:ldapsam_enum_group_memberships(2850) User account [nobody] not found! [2008/10/30 00:58:56, 0] lib/fault.c:fault_report(40) =============================================================== [2008/10/30 00:58:56, 0] lib/fault.c:fault_report(41) INTERNAL ERROR: Signal 6 in pid 3902
2008 Oct 30
1
smbd crashes on startup
Sorry for the duplicate I forget to fill in the subject line. smbd crashes on startup /var/log/samba/smbd output: [2008/10/30 00:58:56, 1] passdb/pdb_ldap.c:ldapsam_enum_group_memberships(2850) User account [nobody] not found! [2008/10/30 00:58:56, 0] lib/fault.c:fault_report(40) =============================================================== [2008/10/30 00:58:56, 0]