Displaying 1 result from an estimated 1 matches for "1000_amd_tests".
2007 Jun 12
1
Answering machine detection after Dial()
...Thanks in advance!!!
Best regards and greetings from Austria!
johnny
P.S.:
Some detail infos:
I'm using Asterisk 1.2.9.1.
I installed app_amd from http://www.freedomphones.net/files/app_amd2.c
My dialplan context for generating the outgoing calls looks like this
(I 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 ${C...