<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>hello all,<br><br><br>&nbsp;was wondering if some1 could help me to add an option to my incoming operator menu.<br><br>&nbsp;currently, when some1 calls in, he gets a recorded msg asking for him to punch in an extension or dial 100 for operator assistance wht i want is to add 2 other things;<br><br>&nbsp;firstly, if in a period of time the person didnt punch in an extension i want him to b directed atomaticly to the operator.<br>2ndly, to add an option of lets say, press 2 to listen to availabe extensions<br><br>this is my extensions.conf<br><br>[sipura-line]<br>exten =&gt; 201,1,Answer() ; Answer inbound calls<br>exten =&gt; 201,2,Playback(silence/1)<br>exten =&gt; 201,3,Background(simzy1) ; input an extension<br>exten =&gt; 201,4,Wait(8)<br>include =&gt; spa<br>exten =&gt; 201,n,Hangup()<br><br>[spa]<br>exten =&gt;_201,1,GoTo(sipura-line,${EXTEN},1)<br>exten =&gt; _1XX,1,Dial(SIP/${EXTEN},15) ;each ring equals to 5 seconds, so it will ring 3 t\<br>imes<br>exten =&gt; _1XX,2,VoiceMail(${EXTEN}@default)<br>exten =&gt; _1XX,3,HangUp()<br>exten =&gt; _2XX,1,Dial(SIP/${EXTEN},15) ;each ring equals to 5 seconds, so it will ring 3 t\<br>imes<br>exten =&gt; _2XX,2,VoiceMail(${EXTEN}@default)<br>exten =&gt; _2XX,3,HangUp()<br>exten =&gt;_01,1,Dial(SIP/200)<br>exten =&gt; 203,1,VoicemailMain<br>exten =&gt; _2XX,1,Dial(SIP/${EXTEN},15)<br><br><br><br /><hr />Discover the new Windows Vista <a href='http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>