[asterisk-users] Anyway to control the LEDs on the Aastra 55i six top buttons? Maybe through Asterisk?

Bruce B bruceb444 at gmail.com
Wed Oct 20 17:06:09 CDT 2010


Amazing. Thank you very much.

Unfortunately, the phone type is 53i and not the 55i as I mistakenly noted.
It has only 6 buttons on the left side. Is there a workaround for this?

Thanks again.

-Bruce

On Wed, Oct 20, 2010 at 5:12 PM, bakko <asannucci at gmail.com> wrote:

>  Hello,
>
> you can't utilice the same butons to know the state of the agent but you
> can configure the LEDs in the opposite position (4,5,6)
>
> in the dialplan just before the command to login to the queue put this line
> (for english queue):
>
> exten => yourextension,n,Set(DEVSTATE(Custom:agenten)=INUSE)
>
> for spanish queue
>
>  exten => yourextension,n,Set(DEVSTATE(Custom:agentes)=INUSE)
>
> in the dialplan part relative to agent logoff (english)
>
>  exten => yourextension,n,Set(DEVSTATE(Custom:agenten)=NOT_INUSE)
>
> spanish
>
>  exten => yourextension,n,Set(DEVSTATE(Custom:agentes)=NOT_INUSE)
>
> then on the Aastra 6755i web page (on the Programmable Keys<http://192.168.100.100/programkey.html>
>  menu):
>
> key        type        value        line
> 4            BLF        agenten    global
> 5            BLF        agentes    global
>
> Now each time the agent login to english queue the 4 key LED switch to red.
> The same with key 5 LED
>
> Please try and give us a feedback
>
> Regards
>
> - Bakko
>
>
>
> --
> _____________________________________________________________________
> -- 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101020/9046c25f/attachment.htm 


More information about the asterisk-users mailing list