[Asterisk-Users] Re: Polycom 600 one-touch message access?

Billy Dunn asterisk at bdunn.com
Mon Jul 25 08:02:57 MST 2005


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050725/6474d765/attachment.htm


More information about the asterisk-users mailing list