Displaying 20 results from an estimated 10000 matches similar to: "Voice detection"
2003 Sep 20
4
Maximum retries exceeded w/SIP
First of all, I'd like to send a big "thank you" to all the folks who have
helped me get this far.
Now on to the next problem. Here's my current network setup:
The Big I ---+--- FreeBSD FW --- * (10.0.0.253) ---- PC (10.0.0.1)
|
+--- Laptop (public IP)
natd is set up with the following rules:
redirect_port udp 10.0.0.253:10000-20000 10000-20000
2003 Oct 27
14
Answering Machine Detection
Does anyone have any recommendations on implementing Answering Machine detection for call generation programs?
What I would like is * to determine what picks up the other line (Answering Machine, Voicemail, or Human) to determine which action to take. For example:
If * detects Answering Machine or Voicemail, hangup call & the AGI will log (ANSWERING MACHINE DETECTED) and at that point,
2003 Oct 07
1
Dialling problems
Hey all,
I'm having problems reliably dialling out my FXO card. About 30% of the time
I'll get a "your call cannot be completed as dialed". I'm thinking it might be
the dialling speed, but I can't find any configs that change that setting.
Any suggestions for troubleshooting?
Thanks,
Brad Waite
2004 Apr 19
1
SIP dropouts
Howdy all...
When making SIP calls through my X100P from X-Lite to the PSTN I'm
getting 3-5 second dropouts in both directions. I've tried ulaw and
GSM, but that doesn't seem to make a difference, and the * box is on my
local net.
Here's my hardware: Celeron 2.4GHz, 512MB, Slackware 9.1, 2 X100P, 1 T100P.
Any ideas what could be happening, or pointers as to how to shoot this
2003 Feb 28
2
error in tor2
i have error in install module of tor2.
but it compile good.
what happen ?
ivr2:/usr/src/zaptel # make clean; make install
rm -f torisatool makefw tor2fw.h
rm -f zttool
rm -f *.o ztcfg tzdriver sethdlc
rm -f zonedata.lo tonezone.lo libtonezone.so.1.0 *.lo
rm -f gendigits tones.h
rm -f libtonezone*
rm -f tor2ee
rm -f core
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -c -o
2003 Sep 29
0
Fax detection when dialing out
Hi all,
I am having a problem detecting a FAX machine on the other end when I
dial out a number, even though I hear it playing the 'violin' when it
answers. I would like to be able to detect the event of having a FAX
answering the call I generate through Asterisk. I am testing on a X100P.
I looked in the detect_dtmf() function in dsp.c and even though I see it
implements a goertzel
2002 Jan 11
5
Winbind and Windows 2000
We are running a windows 2000 domain where I work. I
am developing a linux client for desktop deployment so
that we can stop the spread of cancer (read
microsoft). I can get winbind to join the domain,
but when i try a winfo -t, it tells me "could not
check secret". I have scoured the internet looking
for help and could not find anything. I used the HOW
TO from John Trostel, with no
2002 Apr 06
1
ERROR: chroot failed
I am trying to use rsync to transfer some directories from a RedHat 7.0 box
to a RedHat 7.1 rsync server via a cron job.
The cron command line:
00 00 * * * /usr/local/bin/emailbackup > /tmp/backup.log 2>&1; mail -s
"Rsync Backup Log" my@emailaddres < /tmp/backup.log
The 7.1 rsyncd.cond;
[home]
path = /home/brad/data/emailbackup
read only = no
uid = root
gid = root
The
2003 Jan 06
1
Assert in imap-bodystructure.c
First let me thank you for my initial newby question about poping
from a pop3 server and delivering into my Dovecot maildir folders.
Now I'm getting an assertion in imap-bodystructure.c and one of
my imap folders is now inaccessable. I think the two are related.
Whenever I select the folder from my email client (kmail) I get
two log entries in the dovecot log of the format:
2016 Feb 25
2
Question about __NSConstantString and __NSConstantString_tag
> On Feb 25, 2016, at 7:49 AM, Brad King <brad.king at kitware.com> wrote:
>
> On 02/19/2016 10:35 AM, Ben Langmuir wrote:
>>> On Feb 19, 2016, at 7:16 AM, Brad King wrote:
>>> [snip]
>>>> __NSConstantString and __NSConstantString_tag are now exposed.
>>> To clarify, this is not so much about the appearance of new builtins
>>> but
2014 Feb 24
2
[LLVMdev] compiler-rt CMake build
On Mon, Feb 24, 2014 at 6:05 PM, Brad King <brad.king at kitware.com> wrote:
> On 02/24/2014 08:53 AM, Alexey Samsonov wrote:
> > On Fri, Feb 21, 2014 at 9:03 PM, Brad King wrote:
> > Just "build" should be sufficient because the generated build system
> > in compiler-rt knows how to re-run CMake if any of the inputs have
> > changed.
>
2002 Mar 23
3
Rsync permissions...
I am transferring some files from a RH7.0 machine to a RH7.2 machine as root
with a cron job, using the following:
rsync -avt /home homeserver::home
rsync -avt /etc homeserver::etc
Some of the files transfer OK, but I get:
building file list ... done
failed to set permissions on home : Operation not permitted
home/brad/
home/ftp/bin/
home/ftp/etc/
home/ftp/pub/
home/rsyncuser/
failed to set
2016 Feb 19
2
Question about __NSConstantString and __NSConstantString_tag
> On Feb 19, 2016, at 7:16 AM, Brad King <brad.king at kitware.com> wrote:
>
> On 02/18/2016 05:51 PM, Michka Popoff wrote:
>> Our problem is that the AST contains some declarations which were not there before.
> [snip]
>> __NSConstantString and __NSConstantString_tag are now exposed.
> [snip]
>> Maybe someone could enlighten us about this change.
>>
2014 Feb 24
2
[LLVMdev] compiler-rt CMake build
On Fri, Feb 21, 2014 at 9:03 PM, Brad King <brad.king at kitware.com> wrote:
> On 02/21/2014 11:20 AM, Alexey Samsonov wrote:
> > We can even use "DEPENDERS configure" instead of "DEPENDERS build" here.
>
> Just "build" should be sufficient because the generated build system
> in compiler-rt knows how to re-run CMake if any of the inputs have
2014 Feb 24
2
[LLVMdev] compiler-rt CMake build
On Mon, Feb 24, 2014 at 6:57 PM, Brad King <brad.king at kitware.com> wrote:
> On 02/24/2014 09:44 AM, Alexey Samsonov wrote:
> > ExternalProject_Add_Step(compiler-rt force-rebuild
> > DEPENDERS build
> [snip]
> > doesn't work for Ninja.
>
> What version of CMake did you use for this test? Also 2.8.10?
>
Yes, 2.8.10.2 to be exact.
>
>
2005 Sep 21
3
Multiple density plots on 1 graph
I want to overlay 50 denisty plots on a single plot.
For each plot there are 10,000 data points and i want
the empirical density of the data. I have not been
able to find an easy way to achieve this (I have
scoured the manula and website so sorry if I missed
it!), does anyone have any suggestions?
Thankyou.
2012 Apr 06
2
R CMD check returns NOTE about package data set as global variable
I'm developing a package that comes with a data set called RutgersMapB36. One of the package's functions requires this data frame. A toy example is:
test<-function() {
data(RutgersMapB36)
return(RutgersMapB36[,1])
}
R CMD check returns a NOTE:
test: no visible binding for global variable 'RutgersMapB36'
Is there any way to avoid this NOTE?
Thanks,
Brad
---
Brad
2013 Jan 24
3
No sound on any stream.
I figured out half the issue.
Icecast appears to be transmitting on port 8000 just fine. The more I dig,
the more I realize icecast is fine.
Browser vlc seems to be broke. Direct connect via VLC standalone to ->
http://66.228.49.182:8000/66.228.49.182.ogg.m3u works perfect.
http://tinypic.com/r/2yl1qhc/6
I break there.
Thank you!
Brad
From: Don Soad [mailto:s04d.1982 at
2014 Feb 13
3
[LLVMdev] cmake/ninja build failing
Well, I updated to cmake 2.8.12.2 but the result of changing that COMPILE_FLAGS to COMPILE_OPTIONS is that quotes are applied incorrectly: quotes are added surrounding the entire set of flags rather than around each individual item in the list. Obviously the build doesn't work (with the compiler looking for files named " -m64 ... ") but checking the relevant build command in
2009 Aug 23
2
1.4.26.1, 1.6.0.13, 1.6.1.4
Folks,
I've scoured the website and googled, but can't find a definitive answer:
What's the difference?
OK, the site says 1.4.26.1 is latest stable.
Site also says 1.6.2.0-beta4 is latest beta.
So what are the others?
TIA,
David A. Bandel
--
Focus on the dream, not the competition.
- Nemesis Air Racing Team motto
Visit my blog at: