<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>On 2014-10-02 12:32, Phil Ledon wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<p>We are trying to add voice mail to our hotel rooms. Our current phone instruction cards say 'to reach voice mail dial ext 456". Replacing those instructions is not feasible at the moment. We have Feature Code *97 that takes them directly to their voice mail box. Question - What is an easy way to have exten 456 dial *97.</p>
<p> </p>
<p>We are using AsteriskNow distro, version11. </p>
<p> </p>
<div id="Signature">
<div style="margin: 0px; font-family: Calibri,Arial,Helvetica,sans-serif;">
<p><em>Phil Ledon</em></p>
<p> </p>
</div>
</div>
</blockquote>
<p>You can make a custom extension (456) that also sends them to their voicemail or to simply redirect them to *97</p>
<p> </p>
<p>exten => 456,1,VoicemailMain(${CALLERID(num)})</p>
<p>or</p>
<p>exten => 456,1,Dial(Local/*97)</p>
<div>
<pre>-- <br />Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez
dCAP #1349
+52 (55)9116-91161</pre>
</div>
</body></html>