Displaying 5 results from an estimated 5 matches for "_incredibly_".
2009 Jul 20
0
No subject
...for 57ms, but Asterisk normally
doesn't detect DTMF that lasts for under 80ms, so it is increasing the
duration of the DTMF to compensate (because as a digital signal, DTMF is
reliable, but when sent as audio, it might not be). What it probably
indicates is that the DTMF sent to your system is _incredibly_ short, and if
a
DTMF detector is employed, it's possible that the DTMF audio is simply too
short to be reliably detected.
--
Tilghman Lesher
Digium, Inc. | Senior Software Developer
twitter: Corydon76 | IRC: Corydon76-dig (Freenode)
Check us out at: www.digium.com & www.asterisk.org
____...
2009 Sep 19
1
DTMF end '1' has duration 57 but want minimum 80, emulating on IAX2/a16-q1-9657
Hello,
I have a 3 server asterisk configuration where one asterisk (say A) (v
1.4.25) has a digiuim card connected to E1 from which calls are routed
to another asterisk server (B) (1.6.0.9) over SIP trunk from which
calls get routed to third server (C) (1.6.0.9) via IAX trunk.
SIP clients are connected to third server. A is the PSTN termination
server, B runs the menu and AGI and C is where SIP
2004 Feb 02
0
[LLVMdev] Libraries? What Libraries?
...braries
easily by setting SHARED_LIBRARY=1 in the makefile for a library.
Originally, all of the LLVM libraries were built as shared objects, which
made it so you didn't have to relink tools when a library internal change
was made (this was nice).
However, startup time of the applications were _incredibly_ slow when
everything was built into shared objects, comperable to the time required
to link the application to static libraries in the first place. Since
this was the case, we switched over.
> Is there some documentation on what is in each of these .o and .a files?
Uhh... not really. The gen...
2003 Nov 20
1
[LLVMdev] Tiki Wiki For LLVM ?
...elp you set it up. All you need is a
1/2 decent Linux machine, MySQL, Apache, and TikiWiki -- all free. You
can find out more about TikiWiki here:
http://tikiwiki.org/TikiWiki
Note that that site is itself a TikiWiki. Browse around to discover
what's possible. It looks like a lot, but its _incredibly_ simple to set
up.
Reid.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031120/0b233f4d...
2004 Feb 02
2
[LLVMdev] Libraries? What Libraries?
Hi,
I'm trying to figure out which LLVM libraries (er.. object files that
is) I should link with my programs. It isn't clear to me what the build
output of LLVM is. I tried the new make "install" target and got a
plethora of .o files. The few .a files I got had _likely_to_conflict_
names such as "libsupport.a" and "libtarget.a". None of the .o files
are