<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>im looking for a way to do the following:<br><br><ol><li>when a <span style="text-decoration: underline;">SPECIFIC</span> call comes through to asterisk through sip, i want it to b directed to a pool of specific sip extensions (9 extensions) where asterisk tries one after the other till lhe finds one of them thats actually on.</li><li>i want to add a step for asterisk to follow which is, when a sip extension doesn't answer or its offline, instead of immediately transferring to voice mail, i want it to dial that sip holder's number so it transfers the call to his cellphone for example. and if he didn't answer his cellphone its then that i want it to direct it to voice mail.</li><li>i want to add another item to the operator menu, instead of just receiving the call and telling the caller to either dial extension or 100 for operator, i want asterisk to offer the caller an additional option like for example pressing 2, would direct you to a list of key personnels with their respective extensions.</li></ol>please find below my extensions.conf:<span dir="ltr"><font color="#1f497d" face="Calibri" size="2"><span style="font-size: 11pt; color: rgb(31, 73, 125); font-family: Calibri;"></span></font></span><br><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 times<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 times<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 /><hr />Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! <a href='http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us' target='_new'>Try it!</a></body>
</html>