<!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.1126" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Helo WipeOut,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have found a solution for sending dtmf after
dial.</FONT></DIV>
<DIV><FONT face=Arial size=2>I use spooling. Take a look at the sample.call file
inside asterisk dir. You need to edit this file and dump it in
/var/spool/asterisk/outgoing. Asterisk will precess this file
automaticlly</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I create the sample.call do something like
this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Channel: OH323/4324324324 #dial the access
way</FONT></DIV>
<DIV><FONT face=Arial size=2>MaxRetries: 3<BR>RetryTime: 60<BR>WaitTime:
30</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Context: test-context #after connected to access
gateway, proceed to context 'test-contet' in extension.conf<BR>Extension:
1<BR>Priority: 1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2># set var to be used in extension.conf</FONT></DIV>
<DIV><FONT face=Arial size=2>SetVar: PINNO=1234</FONT></DIV>
<DIV><FONT face=Arial size=2>SerVar: NUMTOCALL=123123213123 # actual dest
number<BR></DIV></FONT>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>My extension(test-extension) is: (in
extension.conf)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>exten =>
1,1,SendDTMF(${PINNO})</FONT></DIV>
<DIV><FONT face=Arial size=2>exten => 1,2, Wait, 3<BR>exten =>
1,3,SendDTMF(${NUMTOCALL})<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>However, this might not suitable for you, if your
user dial in manually. My situation works fine cause everyting is automated
where calling number and called number is inserted into db in
advanced.</FONT></DIV>
<DIV><FONT face=Arial size=2>also, chan_h323 has proplem sending DTMF,
chan_oh323 works but sound quality is bad.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Foong </DIV></FONT>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>