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

Bruce B bruceb444 at gmail.com
Thu Oct 21 09:16:27 CDT 2010


Here is the login for English:

;English-temp LOGIN
exten => 800,1,Answer()
exten => 800,n,AddQueueMember(500|Local/${CALLERID(num)}@from-internal/n)
exten => 800,n,Set(DEVSTATE(Custom:agenten)=INUSE)
exten => 800,n,Playback(agent-loginok)
exten => 800,n,Hangup()

;English Logout
;All Queues Logout
exten => 802,1,Answer
exten => 802,n,RemoveQueueMember(500|Local/${CALLERID(num)}@from-internal/n)
exten => 802,n,RemoveQueueMember(499|Local/${CALLERID(num)}@from-internal/n)
exten => 802,n,Playback(agent-loggedoff)
exten => 802,n,Hangup

The logout logs both English and Spanish (which is just like English for
Login.

Thanks,
Bruce


On Thu, Oct 21, 2010 at 10:01 AM, bakko <asannucci at gmail.com> wrote:

>  Hi Bruce,
>
> can you show agent login/logoff diaplan?
>
> Maybe there is a solution but i have to know how yours agents login/logoff.
>
> 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/20101021/51bb4a72/attachment.htm 


More information about the asterisk-users mailing list