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 => _45XXXX,1,Dial(SIP/${EXTEN:2},60,tT)<br>exten => _45XXXX,n,VoiceMail(u${EXTEN:2})
<br>exten => _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>