Louis-David Mitterrand wrote:
On Mon, Jul 25, 2005 at 09:38:29AM -0400, Noah Miller wrote:
  
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:
   <msg msg.bypassInstantMessage="1">
      
In the phone.cfg file under the above line, make sure you also have:

<mwi msg.mwi.1.subscribe="" msg.mwi.1.callBackMode="contact" msg.mwi. 
1.callBack="<Your-VM-Exten>" ...
    

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")

  
This is how I did it and it works like a charm:

In phone.cfg:

<msg msg.bypassInstantMessage="1">
  <mwi msg.mwi.1.subscribe="" msg.mwi.1.callBackMode="contact" msg.mwi.1.callBack="4000"/>
  </msg>


In extensions.conf:

    exten => 4000,1,Answer
    exten => 4000,2,VoicemailMain(s${CALLERIDNUM})
    exten => 4000,3,Wait(1)
    exten => 4000,4,Hangup


Obviously it doesn't have to be extension 4000... I just picked that at random.
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to