i think your goto statement after dial is incorrect. you are missing the first comma in it:<br>your statement is:<br><span style="color: rgb(0, 153, 0);">exten =&gt; 50,4,Goto(ss-${DIALSTATUS},1) ; here you r telling the atserisk server that you want to jump to context ss-${DIALSTATUS}, extension 1. 
</span><br>&nbsp;it should be<br><span style="color: rgb(0, 153, 0);">exten =&gt; 50,4,Goto(<span style="color: rgb(0, 0, 0);">,</span>ss-${DIALSTATUS},1) ; here its telling asterisk to jump to extension ss-${DIALSTATUS}, priority 1, in the same context.
</span><br><br><div><span class="gmail_quote">On 6/29/07, <b class="gmail_sendername">Asif Raza</b> &lt;<a href="mailto:asif44pk@gmail.com">asif44pk@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi,<br>i am using Asterisk 1.4. and unable to get Voice Mail below is my config<br><br>extensions.conf<br>exten =&gt; 50,1,NoOp(Failover)<br>exten =&gt; 50,2,MixMonitor(${CALLERID(num)}_${TIMESTAMP}.gsm,b)<br>exten =&gt; 50,3,Dial(SIP/101,18)
<br>exten =&gt; 50,4,Goto(ss-${DIALSTATUS},1)<br><br>exten =&gt; ss-NOANSWER,1,StopMixMonitor()<br>exten =&gt; ss-NOANSWER,n,VoiceMail(777@salesvoice)<br><br>voicemail.conf<br><br>[salesvoice]<br>777 =&gt; 1212, sales, <a href="mailto:asif44pk@gmail.com">
asif44pk@gmail.com</a><br><br>with same setting i m getting voice mail when i use Asterisk-1.2 but<br>when i use Asterisk-1.4 i m not able to get a voice mail with these<br>setting.<br><br>Please help me regarding this issue.
<br><br>thanks<br>Muhammad Asif<br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.com--</a><br><br>asterisk-users mailing list
<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><br>
-- <br>Best Regards<br>Rizwan Hisham<br>Software Engineer<br>AXVOICE Inc.<br><a href="http://www.axvoice.com">www.axvoice.com</a>