[asterisk-users] Polycom IP335

Patrick Lists asterisk-list at puzzled.xs4all.nl
Wed Feb 16 23:10:17 CST 2011


On 02/17/2011 12:17 AM, ERIC HERRON wrote:
> To disabled the mwi chirp can be set to silence.
>
> <MESSAGE_WAITING se.pat.misc.1.name="message waiting"
> se.pat.misc.1.inst.1.type="silence" ….

This did not work but looking at the example files in the 3.3.1 firmware 
the snippet below did work (mind the line wrap!). Well, it no longer 
makes the stupid sound but it still gets called so it wakes up the phone 
from the idle state so the screen's backlight is turned on and stays 
that way until the idle timer expires and backlight turns off again. 
There really should be an option to turn this off without disturbing 
idle state.

<se>
   <se.pat>
     <se.pat.misc>
       <se.pat.misc.messageWaiting 
se.pat.misc.messageWaiting.name="message waiting">
         <se.pat.misc.messageWaiting.inst 
se.pat.misc.messageWaiting.inst.1.atten="0" 
se.pat.misc.messageWaiting.inst.1.param="0" 
se.pat.misc.messageWaiting.inst.1.type="silence" 
se.pat.misc.messageWaiting.inst.1.value="0" 
se.pat.misc.messageWaiting.inst.2.atten="0" 
se.pat.misc.messageWaiting.inst.2.param="0" 
se.pat.misc.messageWaiting.inst.2.type="silence" 
se.pat.misc.messageWaiting.inst.2.value="0" 
se.pat.misc.messageWaiting.inst.3.type="silence" 
se.pat.misc.messageWaiting.inst.3.value="0">
         </se.pat.misc.messageWaiting.inst>
       </se.pat.misc.messageWaiting>
     </se.pat.misc>
   </se.pat>
</se>

Regards,
Patrick



More information about the asterisk-users mailing list