Displaying 10 results from an estimated 10 matches similar to: "Asterisk is delaying DTMF INFO in meetme"
2009 Sep 17
1
I'm not getting the ability to leave a voicemail-message
I'm having a little problem with voicemail. Actually I'm not getting the
ability to leave a voicemail-message.
This is part of the dialplan :
> exten => s,n(voicemail),PlayBack(/var/lib/asterisk/sounds/voicemail/${ARG1})
> exten => s,n,NoOp(${ARG1}@boxes)
> exten => s,n,Voicemail(${ARG1}@boxes)
> exten => s,n,Hangup()
> exten => s,n,MacroExit
This is the
2006 May 22
1
win2k memory problem with merge()'ing repeatedly (long email)
Good afternoon,
I have a 63 small .csv files which I process daily, and until two
weeks ago they processed just fine and only took a matter of moments
and had non noticeable memory problem. Two weeks ago they have
reached 318 lines and my script "broke". There are some
missing-values in some of the files. I have tried hard many times
over the last two weeks to create a
2013 Jan 15
1
SQLDF column errors
I am trying to exclude integer values from a small data frame 1, d1 that
have matching hits in data frame 2, d2 (Very big) which involves matching
those hits first. I am trying to use sqldf on the df's in the following
fashion:
df1:
V1
12675
14753
16222
18765
df2: head(df2)
V1 V2
13647 rd1500
14753 rd1580
15987 rd1590
16222 rd2020.....
2011 Sep 30
1
Slow phrase performance
I've been getting excellent performance out of xapian but when
searches on phrases of common terms such as [ "north america" ] or [
"art history" ] get run it will take a very long time to come up with
results.
Examples:
------------------------------
[ south africa ] -- 10379 results found in ~.2 sec
[ white house ] -- 17988 results found in <1 sec
Quoting either of
2002 Jul 30
0
Printing:using usb port.
Hello All.
Thanks for the help so far. I've managed to get the 'access denied' error to disappear with the suggestion of 'use client driver = yes'. This worked, Thanks.
By the way, I'm running Samba 2.2.3a
I'm still not printing though. I removed the printers I configured using 'printconf-tui' and added a new local printer device, using /dev/usb. This was
2008 Dec 29
3
odd epoll() errors
>From my log:
Dec 29 16:43:58 postamt dovecot: Dovecot v1.1.7 starting up
Dec 29 16:43:59 postamt dovecot: Fatal: imap-login: epoll_create(): Too many open files
Dec 29 16:43:59 postamt dovecot: Temporary failure in creating login processes, slowing down for now
Dec 29 16:43:59 postamt dovecot: Fatal: imap-login: epoll_create(): Too many open files
Dec 29 16:43:59 postamt dovecot: Fatal:
2006 Apr 05
0
Stackable URLs
Here''s my problem...
Suppose you have a page that lists some data. You also have some URLs
that can be used to filter that data.
Lets say you have a few links that filter by type. When you click on
them you get URLs like this one:
http://localhost/controller/action?type=SOMETYPE
Then you click on a link that filters by date. When you click on this
url you would normally get
2009 Dec 03
1
only the first ResetCDR works after upgrade to 1.6
Hello -
I am upgrading from asterisk v1.2 to v1.6 and I am seeing a problem with
recording CDRs using MySQL. Unlike all of the other postings and web
pages I have found on this issue, my installation successfully stores
the -first- CDR, but nothing after that.
As background info, I will note that I don't use CDRs for billing, but
more in a logging fashion, to record how a given call
2015 Mar 11
1
Not able to access CIFS share using samba
Hi,
I am not able to access the local CIFS share using samba on unix machine.
It is returning with Access Denied.
Please see the attachment for more details.
Thanks,
Dhyan
-------------- next part --------------
03:09:50.311663 IP dev-130.odc.reconnex.net.ssh > 10.213.132.83.64001: P 339078270:339078322(52) ack 1209710857 win 9648
03:09:50.311694 IP dev-130.odc.reconnex.net.ssh >
2017 Aug 23
2
Comparing 2 dale columns
Thanks. But when I apply your codes I get all NA instead of TRUE and FALSE
________________________________
From: PIKAL Petr <petr.pikal at precheza.cz>
Sent: Wednesday, August 23, 2017 11:20:00 AM
To: Patrick Casimir; r-help at r-project.org
Subject: RE: Comparing 2 dale columns
Hi
your code is wrong.
I get
> test<-read.table("clipboard", header=T)
> str(test)