<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 => s,1,Answer()<br> same => n,Playback(hello-world)<br> same => n,Hangup()<br><br><br><br><br>Working...<br><br>[from-pstn]<br>exten => _XXXX,1,Answer()<br> same => n,Playback(hello-world)<br> same => n,Hangup()<br><br><br>-S<br>                                            </body>
</html>