AgentLogin( )
|
Allows a call agent to log into the system
|
AgentLogin([AgentNo][,options])
Logs the current caller into the call queue
system as a call agent (optionally identified by
AgentNo). While logged in, the agent can receive
calls and will hear a beep on the line when a new call comes in.
The agent can hang up the call by pressing the asterisk
(*) key.
The options argument may contain
the letter s, which causes the login to be silent.
; silently log in as agent number 42, as defined in agents.conf
exten => 123,1,AgentLogin(42,s)
See Also
AgentCallbackLogin(
)
|