<br><br><div class="gmail_quote">On Tue, Aug 10, 2010 at 2:32 PM, Craig Smith <span dir="ltr">&lt;<a href="mailto:craigesmith@gmail.com">craigesmith@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
AASTRA<br>
Download user guides at <a href="http://www.aastra.com" target="_blank">http://www.aastra.com</a><br>
<br>
Hold: press HOLD button<br>
<br>
Retrieve Hold: press blinking line key<br>
<br>
Transfer (attended): press XFER, dial destination, press DIAL, wait<br>
for answer, announce call, hangup to complete transfer<br>
<br>
Transfer (blind): Press XFER, dial destination, press DIAL, hangup<br>
<br>
*Retrieve VM: See message wait light; dial *98<br></blockquote><div>*98 is already in the default dialplan. It is just like dialing 4000 or dialing one&#39;s own extension<br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
*Transfer caller directly to VM: Press XFER, dial **, dial extension<br>
number, hangup<br></blockquote><div>**XXXX currently is used for intercept (i.e. call pickup)<br>However, I threw this extension together quickly for a proof of concept:<br><br>  &lt;extension name=&quot;Direct to VM&quot;&gt;                                                                                                                               <br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^##(\d+)$&quot;&gt;                                                                                               <br>      &lt;action application=&quot;voicemail&quot; data=&quot;default ${domain_name} $1&quot;/&gt;                                                                                        <br>
    &lt;/condition&gt;                                                                                                                                                <br>  &lt;/extension&gt;   <br><br>Use ## + extension number to dial straight to VM<br>
</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
*Call directly to user`s VM to leave message: Dial **, dial extension<br>
number, leave message<br></blockquote><div>Same as above<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
*Intercom call: Dial **, dial extension number, dial *1 (only works<br>
with phones that support hands-free auto-answer)<br></blockquote><div>This is totally doable but I don&#39;t see any examples on the wiki. (However, I know it&#39;s doable because we do it in the CudaTel.) I will research and let you know what I find.<br>
 <br></div></div>-MC<br><br>P.S. - The best way to be a FreeSWITCH convert is to buy our new book! :P<br>