On Fri, May 6, 2011 at 2:14 PM, Jerry Geis <[email protected]> wrote:
> Is there a way in asterisk to Activate/Clear the blinking light on polycom > phones > indicating VM. Either from an AGI or some way in the dialplan? > > I want to be able to control this light for from my application. > I have an AGI to do something similiar to VM and want to light /clear the > light myself. > > Thanks, > > Jerry > > I don'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 "sip show peers", crafts an application/simple-message-summary SIP message and then uses netcat to send it to the appropriate IP address / port. -M
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
