AgentLogin()
AgentLogin([Agenten-Nr
][,Optionen
])
Agenten-Nr
zu identifizieren) im Anruf-Warteschlangen-System
an. Solange er als Agent angemeldet ist, kann er Anrufe entgegennehmen und
hört bei neuen eingehenden Anrufen einen Piepton in der Leitung. Der Agent
kann den Anruf durch Betätigen der Stern-Taste (*
)
beenden.Optionen
-Parameter kann den Wert s
enthalten, der ein Silent Login (stille Anmeldung) bewirkt.; still als Agent 33 (wie in agents.conf definiert) einloggen exten => 123,1,AgentLogin(33,s)
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= 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 agent logged in/off
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,10 +4,10 @@
Call agent login
[Description]
- AgentLogin([AgentNo][|options]):
+ 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 agent logged in/off
+ 's' -- silent login - do not announce the login ok segment after agent logged on/off
AgentCallbackLogin()
“