search for: debugdebug

Displaying 2 results from an estimated 2 matches for "debugdebug".

2007 Jun 12
1
Answering machine detection after Dial()
...use AEL): context 1000_amd_tests { _0043[1-9]. => { // be verbose.. :) Verbose(0,InfoInfo ${CONTEXT} - ${EXTEN} called on ${CHANNEL}.); // set our callerId to the correct id Set(CALLERID(number)=xxxxxxxxxx); // absolute call timeout Set(TIMEOUT(absolute)=3600; // debug Verbose(0,DebugDebug Will execute Dial on ${CHANNEL}.); // now dial to reallife user, timeout 300 because, we will abort // via manager API if we decide it takes too long Dial(Zap/r1/${EXTEN:4,0},300); // debug Verbose(0,DebugDebug we are now after Dial on ${CHANNEL}.); // try AMD (configured through amd.conf)...
2016 Nov 18
4
DWARF Generator
> On Nov 17, 2016, at 3:40 PM, David Blaikie <dblaikie at gmail.com> wrote: > > > > On Thu, Nov 17, 2016 at 3:12 PM Greg Clayton via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I have recently been modifying the DWARF parser and have more patches planned and I want to be able to add unit tests that test the internal llvm DWARF APIs to ensure they continue to