<!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>Hello all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am trying to use asterisk to call a local access 
gateway by dialing a fix number, after getting connected, the is a IVR prompt 
for pin number and finally the real destination number. I manage to use asterisk 
to dial to the gateway but have no idea how to send the pin number and 
destination number. This is due to asterisk only process the next ext only if 
dial app has terminated. My extension.conf are as follows:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[test]</FONT></DIV>
<DIV><FONT face=Arial size=2>exten =&gt; 
_0XXXXXXXX,1,Dial(H323/${EXTEN:0})</FONT></DIV>
<DIV><FONT face=Arial size=2>exten =&gt;</FONT>&nbsp;<FONT face=Arial 
size=2>_0XXXXXXXX,2,SendDTMF(PIN_NUMBER_HERE)</FONT></DIV>
<DIV><FONT face=Arial size=2>....</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I saw someone post the similiar question but with 
no reply. Does anybody has any idea?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>cheers</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Foong</FONT></DIV></BODY></HTML>