[Asterisk-Users] automatically logging on/off agents
Chad Scott
chad at idworld.net
Fri Oct 22 21:26:02 MST 2004
Rather than use AgentCallbackLogin, try AddQueueMember and
RemoveQueueMember.
On Oct 21, 2004, at 1:22 PM, Jolan Luff wrote:
> Hi,
>
> I am trying to setup two extensions by which agents can automatically
> login and logoff with asterisk-1.0.0. My extensions.conf looks like
> this:
>
> exten => *904,1,AgentCallbackLogin(${CALLERIDNUM}|${CALLERIDNUM})
> exten => *904,2,Hangup
> exten => *905,1,AgentCallbackLogin(${CALLERIDNUM}|'#')
> exten => *905,2,Hangup
>
> I have no pin set for my agents and logging in works great, however,
> logging off does not. Agents are still required to press pound to
> logoff. Is there anyway to do this without touching the source code?
> _______________________________________________
> 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