Displaying 20 results from an estimated 50000 matches similar to: "monitor-join does not seem to work."
2009 Aug 18
2
Monitor-join not joining files in the queues.conf file
Hi everyone
Has anybody ever come across this, I want it to join automatically the
recording files for me but it creates the wav files as I expect but it
doesn't join them sadly, so eg:
ls
1250623104.10-in.wav 1250628672.23-in.wav 1250630411.30-in.wav
1250623104.10-out.wav 1250628672.23-out.wav 1250630411.30-out.wav
Here is my queues.conf snippet
[testQ]
2003 Nov 27
0
Timeout feature in queues.conf does not seem to work
Hello again,
I have noticed with Queues and roundrobin policy that if even if a
timeout is set for a queue, Asterisk keeps ringing an available member
of the queue after the timeout expires. This continues a few times
before the next available agent is tried.
I am using CVS of August 17 but I have read in the list that roundrobin
worked fine since earlier in August. Does anyone know if this has
2007 Dec 15
1
Mustek Powermust 800 under Ubuntu
Hello,
I'm trying to setup my UPS using the "megatec" driver, but for now without
success. from what I understood, the UPS should be connected to serial port
(despite being an USB UPS), so I did i.
sudo upsdrvctl start
Network UPS Tools - UPS driver controller 2.0.5
Network UPS Tools - Megatec protocol driver 1.5 (2.0.5)
Carlos Rodrigues (c) 2003-2006
Megatec protocol UPS not
2013 Dec 05
1
Ampliar data.frame con datos del propio data.frame
¡Gracias Carlos, como siempre! No había caído en que podía hacer merge
sobre el mismo data.frame
merge(p,p,by.x="id",by.y="anterior",all=T)[,c(-6:-8)]
Un saludo,
Alberto
El 5 de diciembre de 2013 13:22, Carlos J. Gil Bellosta <
cgb@datanalytics.com> escribió:
> Hola, ¿qué tal?
>
> Lo que quieres es un "left join". Usa merge.
>
> Un saludo,
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Carlos,
You can just download the source code from
http://llvm.org/releases/download.html#2.9 and then read
http://llvm.org/docs/GettingStarted.html which should tell you how to
compile it.
Joey
On 9 June 2012 21:10, Carlos Andrade <carlosviansi at gmail.com> wrote:
> Hi Alex,
>
> Would you recommend any specific link in respect on how to compile in
> debug mode? I
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Carlos,
> I am new to this list, and hope this question is pertinent to this mailing
> list.
Welcome!
> Stmt::viewAST is only available in debug builds on systems with Graphviz or
> gv!
You need to actually build Clang in debug mode for this particular
method to be available, which is very likely why you're seeing this
error. I don't think that Clang builds shipped with
2008 Oct 14
1
SIP channels seem not to close after call is finished
Hello everyone,
I'm getting DIALSTATUS=CHANUNAVAIL when a call is trying to get one of my
queue interfaces, despite the fact it is free at that time, can you give
help?
1. I see many sip channels from that extension:
[root at mysweetpbx]# asterisk -rx "*sip show channels*" |grep 648
Peer User/ANR Call ID Seq (Tx/Rx)
Format Hold
2007 Oct 02
2
Announcement file is unavailable?????
Folks, please, take a look at this asterisk log message:
[Oct 2 08:55:13] WARNING[10290] app_queue.c: Announcement file
'atcert' is unavailable, continuing anyway...
[Oct 2 08:55:13] WARNING[10290] app_queue.c: Agent on Agent/1001002
hungup on the customer.
but:
-bash-3.1$ whoami
asterisk
-bash-3.1$ ls -ls $HOME/sounds/atcert*
12 -rw-r--r-- 1 asterisk asterisk 10956 Oct 2 07:00
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi,
The -j option just says how many processes are started to parallelise the
build.
The default option is to build Debug+Asserts, so unless you add any extra
arguments when you run './configure', you should be fine!
Joey
On 9 June 2012 21:29, Carlos Andrade <carlosviansi at gmail.com> wrote:
> Hi Joey!
>
> Thanks I just replied your message on stack and I was actually
2009 Oct 08
1
Realtime static does not work in 1.6.1 or 1.6.2
Starting with Asterisk 1.2 I have always used realtime static to load
my extensions.conf into Asterisk. It worked perfectly up to version
1.6.0.X but starting from 1.6.1.X and upwards it simply does nothing. I
can see that the extensions.conf file is mapped to the database:
== Parsing '/etc/asterisk/asterisk.conf': == Found
== Parsing '/etc/asterisk/extconfig.conf': ==
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Alex,
Would you recommend any specific link in respect on how to compile in debug
mode? I downloaded the Mac OS version on the website so I did not compile
anything. I am sort of a rookie on bash but I should be able to figure my
way around this.
Also, is there any particular reason why this functionality is only
available on debug mode?
Thank you so much for the fast reply, was driving me
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
Just to add one more thing. I have been trying to install the gv on my mac
os but I have not been successful either. The gv build requires xaw3d (
http://directory.fsf.org/wiki/Xaw3d ) which apparently has not been updated
for quite few years and the download is not even available anymore.
Carlos Andrade
http://carlosandrade.co
2012/6/9 Carlos Andrade <carlosviansi at gmail.com>
> Hi
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Joey!
Thanks I just replied your message on stack and I was actually looking into
this right now. Is this the option? I just wanted to confirm:
- make [-j] - The -j specifies the number of jobs (commands) to run
simultaneously. This builds both LLVM and Clang for Debug+Asserts mode. The
--enabled-optimized configure option is used to specify a Release build.
The -j parameter is
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
You need to run the clang from the build directory. Something like
./Debug+Asserts/bin/clang
Joey
On 9 June 2012 22:52, Carlos Andrade <carlosviansi at gmail.com> wrote:
> Just in case another person comes to get stuck on this on Mac OS:
>
> http://web.mit.edu/mfloyd/www/computing/mac/gv/
>
> This link explains the process on getting gv installed since Xaw3d
> dependency
2016 Jun 26
0
Join Windows 2008 R2 SP1
Hello!
Any idea ?
Thanks
Em 24-06-2016 13:30, Carlos A. P. Cunha escreveu:
>
> More info:
>
> 192.168.200.66 = Windows Server
>
>
> samba_dlz: starting transaction on zone testelocal.interno
> Jun 24 13:27:07 sambadc-01 named[1218]: client 192.168.200.66#61551:
> updating zone 'testelocal.interno/NONE': update unsuccessful:
> testelocal.interno:
2013 Dec 05
0
AYUDA CON ERROR CON LA LIBRERIA PCA
Estimados
Al leer este interesante script lo corrí, pero al hacer la elipse me
devuelve esa información, no encuentro el porque
saludos
library(FactoMineR)
eu60<- read.csv(file.choose(), header=T, sep=";", dec=".", row.names=1)
eu60.pca <- PCA(eu60, quali.sup=19)
eu60.data <- cbind.data.frame(eu60[,19], eu60.pca$ind$coord)
eu60.ellipse <-
2019 Feb 22
0
Setting GDM resolution without knowing the monitor specs
On Feb 21, 2019, at 12:00 PM, Warren Young <warren at etr-usa.com> wrote:
>
> remotely talking someone through changing ifcfg-noisenoise via nano is a minor nightmare, especially now that Confusing Network Device Naming is the default.
A relevant war story might help here.
We were upgrading an old CentOS 5 box in the field. They refused to ship it back to us, and they refused to
2013 Dec 04
2
AYUDA CON ERROR CON LA LIBRERIA PCA
Cordial saludo adjunto la base de datos y el script:
eu60<- read.csv(file.choose(), header=T, sep=";", dec=".", row.names=1)
eu60.pca <- PCA(eu60, quali.sup=19)
eu60.data <- cbind.data.frame(eu60[,19], eu60.pca$ind$coord)
eu60.ellipse <- coord.ellipse(eu60.data, bary=TRUE)
plot.PCA(ellipse=eu60.ellipse, cex=0.8)
El 4 de diciembre de 2013 17:35, Camilo Calle
2012 Jun 09
1
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Joey,
Still the same message.
I am running it from llvm-2.9/Debug/bin/clang -cc1 -ast-view ~/smd.c
Is this where you were referring to?
Best,
Carlos Andrade
http://carlosandrade.co
2012/6/9 Joey Gouly <joel.gouly at gmail.com>
> You need to run the clang from the build directory. Something like
> ./Debug+Asserts/bin/clang
>
> Joey
>
>
> On 9 June 2012 22:52,
2013 Dec 04
2
AYUDA CON ERROR CON LA LIBRERIA PCA
Hola, ¿qué tal?
Tu problema es que tienes agrupaciones de países (p.e., ASIA_MERIDIOL)
con un solo respresentante. Las matrices con las que construyes las
elipses son degeneradas (más bien, no existen: sospecho que tienen que
ver con la covarianza... ¿de un único caso?).
Elimina las agrupaciones triviales.
Un saludo,
Carlos J. Gil Bellosta
http://www.datanalytics.com
El día 4 de diciembre de