<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hey Guys!<br><br>I have asterisk 1.8.x and somehow my 's' extension not picking up any incoming calls..<br><br>Not working<br><br>[from-pstn]<br>exten =&gt; s,1,Answer()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; same =&gt; n,Playback(hello-world)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; same =&gt; n,Hangup()<br><br><br><br><br>Working...<br><br>[from-pstn]<br>exten =&gt; _XXXX,1,Answer()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; same =&gt; n,Playback(hello-world)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; same =&gt; n,Hangup()<br><br><br>-S<br>                                               </body>
</html>