Hello,<br><br>I'm developing a channel driver for Asterisk (1.2.x) and I have the following extension for tests:<br><br>exten =&gt; _45XXXX,1,Dial(SIP/${EXTEN:2},60,tT)<br>exten =&gt; _45XXXX,n,VoiceMail(u${EXTEN:2})&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 
<br>exten =&gt; _45XXXX,n,Hangup<br><br>When the SIP extension is busy, the VoiceMail application is activated but I need to know within my channel driver which specific mailbox name was called. Is it possible?<br><br>Thanks in advance!
<br><br>Paulo<br><br><br>