<div class="gmail_quote">On Fri, May 6, 2011 at 2:14 PM, Jerry Geis <span dir="ltr">&lt;<a href="mailto:geisj@pagestation.com">geisj@pagestation.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Is there a way in asterisk to Activate/Clear the blinking light on polycom phones<br>
indicating VM. Either from an AGI or some way in the dialplan?<br>
<br>
I want to be able to control this light for from my application.<br>
I have an AGI to do something similiar to VM and want to light /clear the light myself.<br>
<br>
Thanks,<br>
<br>
Jerry<br><br></blockquote><div><br></div><div>I don&#39;t think there is a way to do it natively inside of asterisk, but I control it from a shell script.  The shell script parses the output of &quot;sip show peers&quot;, crafts an application/simple-message-summary SIP message and then uses netcat to send it to the appropriate IP address / port.</div>

<div><br></div><div>-M</div></div>