similar to: Change errors to spanish

Displaying 20 results from an estimated 1100 matches similar to: "Change errors to spanish"

2009 Jul 02
1
lpSolve: how to allow variables to become negative
Dear all, I am interested in solving a MIP problem with binary outcomes and continuous variables, which ARE NOT RESTRICTED TO BE NEGATIVE. In particular, Max {z1,z2,z3,b1} z1 + z2 + z3 (s.t.) # 7 z1 + 0 z2 + 0 z3 + b1 <= 5 # 0 z1 + 8 z2 + 0 z3 - b1 <= 5 # 0 z1 + 0 z2 + 6 z3 + b1 <= 7 # z1, z2, z3 BINARY {0,1} # -5<= b1 <=5 (i.e. b1 <= 5; -b1 <= 5 ) Using
2014 Nov 20
1
Asterisk13 don't execute h exten inside macros
Hi, We are try new Asterisk13 and was noted it don't execute h exten priorities inside macros. We have a macro where we make all our call processing, and we use h exten inside it for billing (updating CDR(vars)). If context where that macro is called have some h extens, asterisk execute them. So, I wonder, h exten inside macros was deprecated? Thanks in advance. Atenciosamente,
2014 Nov 20
1
Error saving cdr at h exten in Asterisk13
Dears, I need to save some information on userfield when calls end in Asterisk13, but I have two error cases: 1. With endbeforehexten=no in cdr.conf, I have a registry in cdr, but userfield is not set. 2. With endbeforehexten=yes, I have two lines in cdr, one with duration, src e dst correct, and a second line with userfield setting and dst h. I am using cdr_odbc.conf, with Asterisk11.14.0 it
2015 Jul 03
2
Action Originate in Asterisk 13 creates 2 calls in core show channels
Hello, I am migrating a PABX system based in Asterisk 1.4 to Asterisk 13, with success. I have an application that sends an action Originate to AMI for calling, it's working well, but when i see to Asterisk's CLI, i see 2 calls for just one originate: pftestes40copiabh*CLI> core show channels verbose Channel Context Extension Prio State Application
2011 Nov 23
2
How to increase precision to handle very low P-values
Hello, Rlisters I have to compute p-values that are on the tail of the distribution, P-values < 10^-20. However, my current implementations enable one to estimate P-values up to 10^-12, or so. A typical example is found below, where t is my critical value. ########### example - code adapted from Rassoc ####################### rho01 = 0.5 rho105 = 0.5 rho005 = 0.5 t = 8 z = 2
2007 Apr 04
1
Pound # key not being handled
I am trying to use call parking. I have the following in features.conf [general] parkext => 700 parkpos => 701-720 context => parkedcalls When I try #700 from my softphone asterisk just passes it and doesn't interpret it. Can someone tell me what I am missing? I am using asterisk-1.2.17 Thanks, Alberto
2011 Oct 18
1
cygwing warming when creating a package in windows
Dear All, I am a beginner creating R packages. I followed the Leisch (2009) tutorial and the document ?Writing R Extensions? to write an example. I installed R 2.12.2 (I also tried R2.13.2), the last version of Rtools and the recommended packages in a PC with Windows 7 Home Premium. I can run R CMD INSTALL linmod in the command prompt and the R CMD check linmod. The following outputs are
2007 Dec 17
1
How to change dovecot's bounce message
Hi, I am using the quota plugin of dovecot. Dovecot is running as LDA for postfix. When the system is running into the quota limit, the bounce message reads as follows: > Your message was automatically rejected by Dovecot Mail Delivery Agent. > The following reason was given: > Quota exceeded Can I somehow change this message, to make it more userfriendly? Postfix has a possibilty
2007 Apr 18
1
[Bridge] Re: [ethernet bridge] 802.1G ampliation
On Tue, 28 Oct 2003 12:24:16 +0100 Jos? J. Gonz?lez Alonso <jjgonzalez@igalia.com> wrote: > Hi! > > I am very interested in your project. Concretely, I am interested in the > possibility of extending your implementation so that it fulfills the > specifications of 802.1G. I read this specifications and they seem > "simple" extensions of 802.1D standard. >
2009 Sep 07
2
Very inaccurate circles
Hello, Please take a look at the attached plot and let me know if this is normal. The circle has radio I am using R 2.9.2 inside OS X Leopard. The plot was generated with: png('bizarre_circle.png') plot(c(-5,0,0,5), c(0,5,-5,0)) symbols(0,0, circles=c(sqrt(25)), inches=FALSE, add=TRUE) dev.off() If I resize the x11's plot window I can manage to make the circle pass through all the
2010 Dec 10
2
consulta
Buenas tardes mi nombre es Diego Montoya y estoy interesado en saber si ustedes cuentan con la programación de un sistema de linea de espera con 1 servidor (simulación) , parece que mi programa tiene una falla y quisiera ver cual es el error:Yo estoy realizando el sistema pero para 2 servidores. Muchas gracias saludos [[alternative HTML version deleted]]
2003 Mar 08
0
RE: Text Rotation (was: Take care with codes()!)
I've just uploaded gregmisc_0.8.2.tar.gz to CRAN. It should show up in the package repository in a day or two. This version of the gregmisc package provides an enhanced 'balloonplot' function with 'rowsrt', 'colsrt' arguments to control rotation of the labels, and 'rowmar', 'colmar' to control the amount of space reserved for the labels. Here's
2013 Nov 28
2
gmirror: writes are faster than reads
Hi Guys, Has somebody encountered (significantly) different read/write speeds when using gmirror? I have 2xWD WD30EFRX RED drives which are configured as follows: $ gmirror status Name Status Components mirror/root COMPLETE ada0p2 (ACTIVE) ada1p2 (ACTIVE) mirror/data COMPLETE ada0p4 (ACTIVE) ada1p4 (ACTIVE) mirror/root is mounted
2013 Aug 16
2
FBSD 9.2 RC crashes running as virtualbox host
Hi, after updating my freebsd amd64 box from 9.1 (r250841) to 9.2-RC (r254276) virtualbox crashes the machine. Seconds after starting VBOX the screen freezes and then reboots (probably a trap, cannot see it, as screen is in graphics mode). The kernel modules of vbox have been recompiled. Going back to 9.1 kernel and matching vbox modules works. In both cases VBOX 4.2.16 is used. cheers, Thomas
2003 Mar 08
0
RE: Text Rotation (was: Take care with codes()!)
You can use the graphics parameter "srt" to rotate displayed text by a specified number of degrees, e.g. srt=45 to put it on an angle, srt=90 to put it vertical. If you do this, may need to modify the call to text to increase ylim and change the plot location to give you more room. I'm working to update the 'balloonplot' function in the gregmisc package now to handle this
2012 Nov 15
3
[LLVMdev] Code Ownership - Buildbot
On Thu, Nov 15, 2012 at 2:10 PM, Sean Silva <silvas at purdue.edu> wrote: > kinda random, but do we have a centralized list of all of the > buildbots? I see a lot of different URL's in IRC, but no list so I can > check "all of the waterfalls". I'm not talking about the specific bots > (e.g. llvm-x86_64-ubuntu) but the "fleets"
2017 Jul 19
1
Cron sending to root after changing MAILTO
Ah.? Here you go. # grep A5077100E776C /var/log/maillog Jul 19 13:15:55 mailcampaign1 postfix/pickup[19675]: A5077100E776C: uid=0 from=<root> Jul 19 13:15:55 mailcampaign1 postfix/cleanup[19797]: A5077100E776C: warning: header Subject: Cron <root at mailcampaign1> run-parts /etc/cron.hourly from local; from=<root at csusb.edu> Jul 19 13:15:55 mailcampaign1
2008 Sep 16
1
Quota, maildir, MySQL,
Hi everybody, I am trying to work with quota. I use postfix and dovecot with a sql backend. Below you'll find my configuration. Everything works except for the quota part. It doesn't seem to see the quota and doesn't respond to the sender that the client is over its quota. versions: postfix-2.5.20070531-mysql dovecot-1.0.2-mysql Thanks for the help in advance. My Settings: #
2013 Jun 14
1
Cambio de formato
Estimado expertos: Acudo a vosotros porque no logro lo que quiero hacer. Tengo los datos de una sola serie temporal en formato rectangular, y quisiera transformar estos datos en una columna y escribirlos en un fichero, para su utilización posterior. He utilizado varias posibilidades, pero siempre en el nuevo fichero aparecen los datos precedidos de su índice posicional. ¿Cómo escribir los
2014 Nov 20
1
Asterisk problems
Hi I have a problem with Asterisk 11.5.1. When I pick up an incoming phone call sometimes I need to transfer to someone else in the organization. I then dial a number on my phone, and press Xfer. Sometimes it works well, I mean, the number I dialed get the call and can chat with correspondent. Sometimes, the number I dialed get the communication and while he chats with correspondent, gets a bip