Allows call agent login.
AgentLogin([agentid][,options])
Logs the current caller (optionally identified through
agentid) into the queue as a call agent. Once logged in, the
agent can take calls with the phone off-hook; each call is preceded by a
warning tone. Calls are ended by pressing the "*" key.
The option s makes the login silent;
; logs in Agent 33 silently. exten => 123,1,AgentLogin(33,s)
|
|
|
Internal help for this application in Asterisk 1.4: -= Info about application 'AgentLogin' =-
[Synopsis]
Call agent login
[Description]
AgentLogin([AgentNo][|options]):
Asks the agent to login to the system. Always returns -1. While
logged in, the agent can receive calls and will hear a 'beep'
when a new call comes in. The agent can dump the call by pressing
the star key.
The option string may contain zero or more of the following characters:
's' -- silent login - do not announce the login ok segment after a
gent logged in/off
diff output to internal help in Asterisk 1.2: - none - |