<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi All,<br><br>When I tried to write my dial plan as below for my FXO port, which connects one PSTN line:<br><br>[from-pstn]<br>exten =&gt;s,1,Answer()<br>exten =&gt;s,n,Wait(1)<br>exten =&gt;_X.,1,Dial(DAHDI/1)<br>exten =&gt;_X.,n,Hangup<br><br>I got the following message:<br>Connected to Asterisk 1.6.2.13 currently running on fax (pid = 8154)<br>Verbosity was 0 and is now 4<br>&nbsp;&nbsp;&nbsp; -- Starting simple switch on 'DAHDI/1-1'<br>&nbsp;&nbsp;&nbsp; -- Executing [s@from-pstn:1] Answer("DAHDI/1-1", "") in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing [s@from-pstn:2] Wait("DAHDI/1-1", "1") in new stack<br>&nbsp;&nbsp;&nbsp; -- Auto fallthrough, channel 'DAHDI/1-1' status is 'UNKNOWN'<br>&nbsp;&nbsp;&nbsp; -- Hungup 'DAHDI/1-1'<br><br>But if I changed the "_X." to "S" extension, I can get the whole thing to work well:<br>[from-pstn]<br>exten =&gt;s,1,Answer()<br>exten =&gt;s,n,Wait(1)<br>exten =&gt;s,n,Dial(DAHDI/3)<br>exten =&gt;s,n,Hangup<br><br>Would you please let me which casuses this issue?<br><br>Thanks,<br>Songtao Yu                                               </body>
</html>