<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>hope someone could help me out with my voicemail issue!<br>even though ive reached a dead end with it... <br>whenever i call into the pstn (incoming call to asterisk) and i dial the desired extension..<br>it immediately picks up without ringing at tht extension and there would b silence for 2 seconds then it hangs up in my face.<br><br><br><br>extensions.conf<br><br><br>[sipura-line]<br>exten =&gt; 120,1,Answer() ; Answer inbound calls<br>exten =&gt; 120,2,Playback(silence/1)<br>exten =&gt; 120,3,Background(simzy) ; input an extension<br>exten =&gt; 1XX,n,WaitExten(5) ; Adjust wait, default 5 sec<br>include =&gt; spa<br>exten =&gt; 1X.,n,Goto(spa,${EXTEN},1) ; Goto the correct extension<br>exten =&gt; 1X.,n,Hangup() ; End the call<br><br>[spa]<br>exten =&gt;_120,1,GoTo(sipura-line,${EXTEN},1)<br>Exten =&gt; _1XX,1,Dial(SIP/${EXTEN},5)<br>exten =&gt; 1XX,n,Voicemail(1XX@default)<br>exten =&gt; _0.,1,Dial(SIP/101/${EXTEN:1})<br>exten =&gt;380275 ,1,Dial(SIP/1002)<br>exten =&gt; _1X.,1,Dial(SIP/${EXTEN}@192.168.0.111:5061)<br><br><br>voicemail.conf:<br><br><br>&nbsp;[general]<br>format = wav<br>serveremail = R_O_L_A_N_D@hotmail.com<br>attach = yes<br>maxmsg=100<br>maxmessage=180<br>maxgreet=60<br>skipms = 3000<br>delete=yes<br>envelope=yes<br>saycid=yes<br><br><br>[zonemessages]<br>eastern=America/New_York|'vm-received' Q 'digits/at' IMp<br>central=America/Chicago|'vm-received' Q 'digits/at' IMp<br>central24=America/Chicago|'vm-received' q 'digits/at' H N 'hours'<br>military=Zulu|'vm-received' q 'digits/at' H N 'hours' 'phonetic/z_p'<br>european=Europe/Copenhagen|'vm-received' a d b 'digits/at' HM<br><br><br><br>[default]<br>maxmsg=50<br><br>140 =&gt; 1234,roland,R_O_L_A_N_D@hotmail.com<br>;4200 =&gt; 9855,Mark spencer,markster@linux-support.net,mypager@digium.com,attach=no|serveremail=myaddy@digium.com|tz=central|maxmsg=10<br><br><br>sip.conf(part of it):<br><br><br>[140]<br><br>secret=1234<br>allow=all<br>host=dynamic<br>type=friend<br>context=spa<br>mailbox=140@default<br><br>[101]<br>
<br>
secret=1234<br>
allow=all<br>
host=dynamic<br>
type=friend<br>
context=spa<br><br><br>[100]<br>
<br>
secret=1234<br>
allow=all<br>
host=dynamic<br>
type=friend<br>
context=sipura-line<br>
mailbox=140@default<br><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>