Displaying 1 result from an estimated 1 matches for "odbc_agentpassword".
2014 Aug 12
1
Asterisk 12.4 "Agent Busy" message on AgentRequest
...most of the times. Here's my dialplan:
[login]
exten => s,1,Background(thank-you-for-calling)
same => n,WaitExten(.65)
same => n,Background(press-1)
same => n,WaitExten(15)
exten => 1,1,Read(USER,"agent-user")
same => n,Authenticate(${ODBC_AGENTPASSWORD(${USER})})
same => n,AgentLogin(${USER})
same => n,NoOp(${USER} AGENT_STATUS is ${AGENT_STATUS})
same => n,Hangup()
[agents]
exten => _X.,1,Set(UserNumber=${EXTEN})
same => n,Wait(5) ; it works most of the time with this wait of 5s
same =>...