<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1226" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Using Digium's "<A
href="http://www.digium.com/index.php?menu=developerskit_tdm"><FONT
color=#224499>Asterisk Developer's Kit (TDM)</FONT></A>",</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I've been trying to make an outside call by copying
sample.call to /var/spool/asterisk/outgoing.</FONT></DIV>
<DIV><FONT face=Arial size=2>I want the VoiceMailMain to run when the call is
answered.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The call is made correctly but, as
you probably know, the application starts as soon as the call is
made.</FONT></DIV>
<DIV><FONT face=Arial size=2>I see there are two solutions:</FONT></DIV>
<DIV><FONT face=Arial size=2>Using callprogress=yes in zapata.conf ->
Nothing happens. No ring is detected, the asnwer is not
detected, only the hangup is detected and the call fails.</FONT></DIV>
<DIV><FONT face=Arial size=2>Using "Answer confirmation" by entering
"Channel: Zap/1c/XXXXXXX" in sample.call -> The # sign is correctly detected
ans the answer is confirmed, but, it appears as if all other # sing used in the
call are ignored. For instance, Comedian asks for the mailbox followed by the #
sign, but the mailbox number is never acknowledge.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Does anyone have a good experience with
callprogress? Should I use some other hardware? Thank
you.</FONT></DIV></BODY></HTML>