similar to: AGI problem

Displaying 20 results from an estimated 700 matches similar to: "AGI problem"

2004 Mar 17
1
scandinavian letters or charset problem?
Hi! This teamware mailclient (teamware.com) that we use at the office has problems adding files as attachments from our Samba 3.0.2a share. The attachment file browser sees the files but fails to add them as attachments (with an error message: "valid.stf - file not found" regardless of the file name in question). I tracked this thing down to scandinavian letters (if your mail
2007 Apr 03
7
Zaptel 1.4.1 Install Modules CentOS
Hi All, I have a CentOS server that I am trying to configure Asterisk on 1.4 on. Everything seems to go ok, with regards to compiling Zaptel, Libpri, Asterisk (will be using kernel 2.6 timer and ztdummy) Unfortunately I can't insmod / modprobe ztdummy. [root @xyz src]# modprobe ztdummy FATAL: Module ztdummy not found. FATAL: Error running install command for ztdummy
2006 Apr 04
2
Asterisk svn starting problem
hi i updated asterisk today via svn no i can'T start asterisk i get core dumps. i have to comment some modules then i can start: noload => format_au.so noload => format_mp3.so noload => format_pcm_alaw.so.so noload => format_pcm_alaw.so compiling was fine just some warnings somebody has any idea? -------------- next part -------------- An HTML attachment was scrubbed...
2005 Apr 29
7
Pattern Matching
We recently had our PRI installed, we currently have 100 toll-free's pointing to it. I have almost everything working great but.. I have setup the first few numbers we want to use coming in from the PRI and they work great, but.. What I want to do is setup an extension with pattern matching to answer for any numbers called that are pointed to our system and PRI but not yet in
2005 Oct 13
1
AGI Variable problem
Hello all, I try to use a agi script to get a variable from * und put them into a script which gives me another variablke and put this in *. My problem is now it seems the var ID is empty coz i always jump into the result 0 loop. The $MSN should be in the SetCIDNum. #!/usr/bin/php -q <?php include("/var/lib/asterisk/agi-bin/phpagi.php"); $agi = new AGI(); $ID =
2006 Jan 12
2
Zaptel SVN
Hi, i can't compile the latest svn update from zaptel: /lib/modules/2.6.14-1.1653_FC4smp/build make -C /lib/modules/2.6.14-1.1653_FC4smp/build SUBDIRS=/usr/src/zaptel modules make[1]: Entering directory `/usr/src/kernels/2.6.14-1.1653_FC4-smp-i686' CC [M] /usr/src/zaptel/zaptel.o /usr/src/zaptel/zaptel.c:6193:5: warning: "CONFIG_ZAPATA_DEBUG" is not defined
2004 Feb 25
4
dial plan question
Hi, I have a basic dial plan question; Here is the scenario. Call comes through IAX and my * authenticate, then collect the digits and dials out, simple :). Here is the dial plan; [did-in] ;for did callers exten => 866219xxxx,1,Ringing exten => 866219xxxx,2,Wait,4 exten => 866219xxxx,3,Answer exten => 866219xxxx,4,Authenticate(/etc/asterisk/authenticate.txt|a) exten =>
2005 Oct 13
1
SetCallerID Problem
My number is not submitted. I updated my asterisk but this error still occurs coz of the "" in the SetCallerID tag thats why it will be a empty SetCallerID is submitted. Is there a fix to correct this error? -- Executing SetCIDNum("SIP/31-752a", "4989427xxxx") in new stack -- Executing SetCIDName("SIP/31-752a", "4989427xxxx") in new stack
2006 Jan 19
1
CDR Accounting Question
I have a problem with the cdr. We terminate through a pstn provider to the pstn network. The problem is now the cdr accounts the connection to the gateway. Coz the gateway is answering our call and then forward to the pstn number. So i have billsecs all the time even it is only ringing or so. Somebody has a solution for that? -- Executing Dial("SIP/1000114-fcf8",
2006 Mar 23
1
Cisco 7970 SIP Image - hint lines
Hello I patche dmy 7970 with the current SIP image i have 2 lines on it via sip and 6 hint speeddials but it seems thats only a speeddial no infos about busy status or so comes to the speddial button. somebody can help me?
2009 Jun 29
0
Problem with 2.3 nested forms and new elements
Hi, I''m using the new nested forms functionality and I having problems with new created elements. I have an invoice with lines. I would like to be able to create a new invoice, in the same form insert new lines dinamically and saving the invoice and the lines when everything is validated, not before. The problem is that when I add a line dinamically to the form, the new line created
2006 Oct 18
4
Asterisk + Huawei
Hi everyone, Im having some troubles getting work Asterisk as SIP Client and a Huawei softswitch as SIP server. I already got my asterisk registered to the Huawei. Im working with a Sipura SPA 2000 registered to Asterisk. When im trying to make an incoming call from the Huawei to asterisk it rings but when i answered the call drp down inmediatly. The sip debug finally show this
2013 Sep 26
0
Es posible controlar el tipo de linea que se agrega con abline() en un grafico ?
No soy experto en lattice pero prueba agregar los parametros gráficos habituales como col, col.line, lty, lwd. Lo habría probado yo pero tu ejemplo no es reproducible. Espero te sirva, Daniel Merino El 26 de septiembre de 2013 18:53, neo <ericconchamunoz@gmail.com> escribió: > Estimados, quiero agregar una linea de referencia (con abline()) en un > grafico hecho con lattice con el
2013 Nov 19
0
como agrego una linea dibujada con abline() en la leyenda de un grafico ?
solo quiero reponer esta pregunta ya que necesito hacer esto en varios graficos slds, eric. On 11/16/2013 07:39 PM, neo wrote: > Estimados, tengo un grafico al que agregue una linea con abline(), este > es el codigo ... > > library(Hmisc) > > # agregar una linea horizontal con el valor del angulo de contacto del > control > trellis.device(color = FALSE) >
2013 Nov 19
0
como agrego una linea dibujada con abline() en la leyenda de un grafico ?
Hola Javier, tu idea me hubiera solucionado el problema si hubiera estado usando plot() para hacer el grafico, pero como estoy forzado a usar xYplot() del a libreria Hmisc, me arroja un error diciendo que aun no uso plot() ... alguna otra idea si estoy usando Hmisc o lattice ? gracias, eric. On Tue 19 Nov 2013 01:02:50 AM CLST, "Marcuzzi, Javier Rubén" wrote: > Eric >
2013 Sep 27
1
Es posible controlar el tipo de linea que se agrega con abline() en un grafico ?
En que seccion habria que agregar esos parametros ? no me manejo mucho con lattice, estoy aprendiendo hace poco ... Slds, eric. On Thu 26 Sep 2013 06:37:56 PM CLT, daniel wrote: > No soy experto en lattice pero prueba agregar los parametros gráficos > habituales como col, col.line, lty, lwd. Lo habría probado yo pero tu > ejemplo no es reproducible. > > Espero te sirva, >
2013 Sep 26
2
Es posible controlar el tipo de linea que se agrega con abline() en un grafico ?
Estimados, quiero agregar una linea de referencia (con abline()) en un grafico hecho con lattice con el siguiente codigo (de hecho la linea ya esta agregada en el codigo): dec.gr <- xyplot( V5 ~ dia ,groups=con ,data=dec.df ,type="l", pch=1 ,main=list(label="Dec", cex=0.9, x = .175, y =
2012 Nov 05
2
barchart con abline en lattice
Hola a todos: soy nueva en R así que es posible que la pregunta sea simple, pero no encuentro la solución. El caso, quiero hacer un gráfico de barras sencillito, pero con una linea horizontal que represente la media. Pues bien, si hago el gráfico sin aplicar la linea, no hay problema: ----- barchart(web[,2] ~ web[,1], col="#2C575D", ylab=colnames(web)[2],
2013 Nov 16
3
como agrego una linea dibujada con abline() en la leyenda de un grafico ?
Estimados, tengo un grafico al que agregue una linea con abline(), este es el codigo ... library(Hmisc) # agregar una linea horizontal con el valor del angulo de contacto del control trellis.device(color = FALSE) xYplot(Cbind(ca.med[,3],ca.med[,5],ca.med[,6])~ca.med[,2], groups=Sol, data=ca.med, xlab=list(label="Concentration (mM)", cex=1.3), ylab=list(label="Contact Angle
2013 Nov 19
2
como agrego una linea dibujada con abline() en la leyenda de un grafico ?
Eric Recordé un ejemplo rápido ## Setup up coordinate system (with x == y aspect ratio): plot(c(-2,3), c(-1,5), type = "n", xlab = "x", ylab = "y", asp = 1) ## the x- and y-axis, and an integer grid abline(h = 0, v = 0, col = "gray60") text(1,0, "abline( h = 0 )", col = "gray60", adj = c(0, -.1)) abline(h = -1:5, v = -2:3, col =