Hello,<br><br>Thanks for you answer. You're right.<br><br>Let me explain what I think about it:<br><br>My channel handles E1 signalling (not unicall) and I desired to know if there is a mailbox because at the end of R2DMFC signalling I want to send back B-1 (free calling) in case of there is a mailbox or B-3 (Busy) if there isn't one. 
<br><br>Based on your answer, I think the correct thing to do is to always send B-1 and then let Asterisk handle the rest....<br><br>Regard<br><br>Paulo<br><br><br><br><br><br><br><br><div><span class="gmail_quote">On 8/10/06, 
<b class="gmail_sendername">BJ Weschke</b> &lt;<a href="mailto:bweschke@gmail.com">bweschke@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;">
On 8/10/06, Paulo Garcia &lt;<a href="mailto:paulo.astdev@gmail.com">paulo.astdev@gmail.com</a>&gt; wrote:<br>&gt; Hello,<br>&gt;<br>&gt; I'm developing a channel driver for Asterisk (1.2.x) and I have the<br>&gt; following extension for tests:
<br>&gt;<br>&gt; exten =&gt; _45XXXX,1,Dial(SIP/${EXTEN:2},60,tT)<br>&gt; exten =&gt; _45XXXX,n,VoiceMail(u${EXTEN:2})<br>&gt; exten =&gt; _45XXXX,n,Hangup<br>&gt;<br>&gt; When the SIP extension is busy, the VoiceMail application is activated but I
<br>&gt; need to know within my channel driver which specific mailbox name was<br>&gt; called. Is it possible?<br>&gt;<br>&gt; Thanks in advance!<br>&gt;<br><br> For what? MWI? No. You need to set this in the channel config like
<br>sip.conf does and then go and try to establish whether or not you<br>should signal an MWI. A channel driver is at far too low a layer<br>within the core to understand what application it's presently serving,<br>let alone, what arguments were given to that application.
<br><br>--<br>Bird's The Word Technologies, Inc.<br><a href="http://www.btwtech.com/">http://www.btwtech.com/</a><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">
Easynews.com</a> --<br><br>asterisk-dev mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a>
<br></blockquote></div><br>