<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Louis-David Mitterrand wrote:
<blockquote cite="mid20050725134600.GA16151@apartia.fr" type="cite">
  <pre wrap="">On Mon, Jul 25, 2005 at 09:38:29AM -0400, Noah Miller wrote:
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">With the 1.5.2 firmware, have you managed to get one-touch message  access 
when
pressing the "Messages" button? It worked for me with 1.4.1 but no  longer 
with
1.5.2: I have to go through the message count screen first.
In phone.cfg I have:
   &lt;msg msg.bypassInstantMessage="1"&gt;
      </pre>
    </blockquote>
    <pre wrap="">In the phone.cfg file under the above line, make sure you also have:

&lt;mwi msg.mwi.1.subscribe="" msg.mwi.1.callBackMode="contact" msg.mwi. 
1.callBack="&lt;Your-VM-Exten&gt;" ...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yes, I have that setup too (no change from 1.4.1)

Are you saying one-touch voicemail works for you with 1.5.2 ?

(meaning no message count summary screen when pressing "Messages")

  </pre>
</blockquote>
This is how I did it and it works like a charm:<br>
<br>
In phone.cfg:<br>
<br>
<tt>&lt;msg msg.bypassInstantMessage="1"&gt;<br>
&nbsp; &lt;mwi msg.mwi.1.subscribe="" msg.mwi.1.callBackMode="contact"
msg.mwi.1.callBack="4000"/&gt;<br>
&nbsp; &lt;/msg&gt;</tt><br>
<br>
In extensions.conf:<br>
<br>
<tt>&nbsp;&nbsp;&nbsp; exten =&gt; 4000,1,Answer<br>
&nbsp;&nbsp;&nbsp; exten =&gt; 4000,2,VoicemailMain(s${CALLERIDNUM})<br>
&nbsp;&nbsp;&nbsp; exten =&gt; 4000,3,Wait(1)<br>
&nbsp;&nbsp;&nbsp; exten =&gt; 4000,4,Hangup</tt><br>
<br>
Obviously it doesn't have to be extension 4000... I just picked that at
random.<br>
</body>
</html>