search for: agentnumb

Displaying 7 results from an estimated 7 matches for "agentnumb".

Did you mean: agentnum
2009 Aug 21
1
Queue Question
First off this is not my work for extensions.conf it is modified from http://leifmadsen.wordpress.com/2009/07/15/migrating-from-agentcallbackl ogin-to-standard-dialplan-methods-part-1/ So credit to Leif Madsen <http://www.leifmadsen.com> But as to my question [AgentLogin] ;A replaced version of AgentCallbackLogin() using a GoSub() ; exten =>
2009 May 16
2
Agent-Login/out in 1.6
Hi Carlos " Agentcallbacklogin was deprecated in Asterisk 1.4 and eliminated from 1.6 so you now need to use Dynamic Agents. Although they claim that is is simple enough to replace that functionality with dial plan code I have yet to see a one line example that replaces everything the agentcallbacklogin command did.| I totally agree, I have never seen any example that makes it work.
2009 May 15
2
Logging In / Out Agents on Asterisk 6 ???
Hi everybody Did anybody by any chance ever work out how to log in and out agents on Asterisk 6+? I used to have it working perfect in Asterisk 1.2 but since I upgraded to 6 the agent login functions are gone and the readme file that came with it made no sense to me. I noticed somebody on the net posted that they had the same problem but used Voicemail to authenticate users, but that seemed a
2009 May 16
4
Fwd: Asterisk With Cisco Voice Router
Hi, In our office, we're slowly migrating from a cisco call manager set up to asterisk. Problem is management doesn't want to buy any other hardware ?as they had already invested a lot in cisco. The main cause of this is asterisk's added features like unique FAX number for everyone in the company (which will be the same as phone DID), Voice mail, Auto Answer etc yet we need thousands
2004 Jul 16
1
Patch to test: Never say goodbye to an agent :-)
...only on login failure (returns -1 on fail or 0 on success) H - never hangug (returns 0) l- hangup when agent logs off overriding option h/H (returns -1) L - hangup when agent logs off overriding option h/H and g/G to play goodbye (returns -1) s - do not play the announcement v - Set Local Variables AGENTNUMBER, AGENTPASS, AGENTEXTEN on successful login V - Same as v - but set the variables globally" -------------------------------------------------------------------------------------
2007 May 10
0
Asterisk 1.4 and AgentMonitorOutgoing
...sterisk 1.4.4 hoping that this bug (http://bugs.digium.com/view.php?id=8680)<http://bugs.digium.com/view.php?id=8680> is fixed. It was fixed, however a new problem came up. It seems that AgentMonitorOutgoing(c) is no longer able to change the 'channel' value in the CDR into Agent/<AgentNumber> format. This feature is very useful to us because we can identify calls belonging to users/agents. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070510/62f60447/attachment.htm
2010 Feb 03
1
CDR / billsec / originate / local chan
...TPRESSED=99) exten = s,n,Set(TIMETOPRESS=${timestarted)}) exten = s,n,NoOp(Billsec is: ${CDR(billsec)}) exten = s,n,Hangup exten = 1,1,Set(DIGITPRESSED=${EXTEN}) exten = 1,n,Set(TIMETOPRESS=${STRFTIME(${EPOCH},,%Y%m%d%H%M%S)}) exten = 1,3,Playback(wait-moment) exten = 1,4,Dial(Local/${CALLLOGID}_${AGENTNUMBER}@campaignType_5_agent/n) exten = 1,5,Hangup exten = h,1,Set(timefinished=${STRFTIME(${EPOCH},,%Y%m%d%H%M%S)}) exten = h,2,GotoIf($["${TIMETOPRESS}foo" = "foo"]?h,20) exten = h,3,GotoIf($["${DIGITPRESSED}foo" = "foo"]?h,10) exten = h,4,Set(carrier=9) exten...