[Asterisk-Users] SNOM Hint for MeetMe
Klaus-Peter Junghanns
kpj at junghanns.net
Tue Aug 9 03:48:03 MST 2005
Hi,
take a look at app_devstate. It lets you control SNOM LEDs from the
dialplan, e.g.:
exten => 1234,hint,DS/1234
exten => 1234,1,DevState(1234,2) ; == solid , or 1234,6 for blinking
exten => 1234,2,Meetme(1234)
exten => 1234,3,Hangup
exten => h,1,DevState(1234,0) ; LED off
The confiugre one SNOM funtion key as a "destination" to 1234.
have fun,
Klaus
--
Klaus-Peter Junghanns
On Mon, 2005-08-08 at 21:55 -0400, Dustin Wildes wrote:
> Has anyone written a php/perl or a hack to the 'hint' function in
> Asterisk that will let you monitor a MeetMe conference?
> So if anyone was in a conference, I could have a button light up on my
> Snom 360?
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at 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
More information about the asterisk-users
mailing list