Matthew Boehm
2004-Oct-06 14:49 UTC
[Asterisk-Users] how does agent logoff if you supply extension?
Per the wiki: Logging off 1. call the extension for AgentCallbackLogin 2. enter your password followed by # 3. when asked for the extension number just press # But if your exten=> is this: exten => 2010,1,AgentCallbackLogin(3333|3044@mycontext) How do they logoff per the wiki's directions? If you use ACBL as above, it never asks you for the extension number because you have already supplied it. Ideas? Thanks, Matthew
Robert Jackson
2004-Oct-06 18:31 UTC
[Asterisk-Users] how does agent logoff if you supply extension?
> -----Original Message----- > From: Matthew Boehm [mailto:mboehm@cytelcom.com] > Sent: Wednesday, October 06, 2004 5:49 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] how does agent logoff if you supply > extension? > > > Per the wiki: > > Logging off > 1. call the extension for AgentCallbackLogin > 2. enter your password followed by # > 3. when asked for the extension number just press # > > But if your exten=> is this: > > exten => 2010,1,AgentCallbackLogin(3333|3044@mycontext) > > How do they logoff per the wiki's directions? If you use ACBL > as above, it never asks you for the extension number because > you have already supplied it. >I don't believe that you can. You can do it a few different ways. Here's what we used for a while: Have an extension to dial for logging in and a separate extensions for logging out. The logout extension would look like this: exten => 2011,1,AgentCallbackLogin(3333|@mycontext) Then the agent would enter the hit # once more than above to log off. Good luck, Robert Jackson