<div>I have a extension 981 setup for entering VoiceMailMain:</div>
<div>&nbsp;</div>
<div>exten =&gt; 981,1,VoiceMailMain,([mailbox]@usvm)</div>
<div>exten =&gt; 981,2,HangUp()</div>
<div>&nbsp;</div>
<div>I want to pass the calling extension to the context (extension and mailbox numbers are the same).&nbsp; </div>
<div>&nbsp;</div>
<div>This dosen't seem to work.&nbsp; I get this in the console:</div>
<div>&nbsp;</div>
<div>Asterisk Ready.<br>*CLI&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing VoiceMailMain(&quot;SIP/2504-ba66&quot;, &quot;[mailbox]@usvm&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Playing 'vm-login' (language 'en')<br>&nbsp;</div>
<div>Any ideas?</div>
<div>&nbsp;</div>
<div>Thanks!!</div>