<!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.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi list,</FONT></DIV>
<DIV><FONT face=Arial size=2>I would like to know of a possible way to&nbsp;dial 
a &nbsp;pstn number with an extension .</FONT></DIV>
<DIV><FONT face=Arial size=2>Let the number is&nbsp;&nbsp; 56626965-234 so now i 
wanna dial 56636965 then wait for some time and dial the extension 234 to reach 
a particular person.I am afraid that i could not figure it out.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am trying in this way..</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[outgoing]</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>exten=&gt;_566X.,1,wait,2</FONT></DIV>
<DIV><FONT face=Arial size=2>exten=&gt;_566X.,2,Dial(${EXTEN})</FONT></DIV>
<DIV><FONT face=Arial size=2>exten=&gt;_566X.,3,wait,4&nbsp; //waiting for 4 
secs before dialing the extension</FONT></DIV>
<DIV><FONT face=Arial size=2>exten=&gt;_566X,4,SendDTMF(234)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>but this is not working as i find that when i dial 
the number then * does not move to next priority&nbsp;3 until we hangup the 
dialled number.</FONT></DIV>
<DIV><FONT face=Arial size=2>So i would be thankful if someone can correct me by 
providing an alternative or something else.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Rgds</FONT></DIV>
<DIV><FONT face=Arial size=2>Manoj K Gupta</FONT></DIV></BODY></HTML>