Displaying 1 result from an estimated 1 matches for "queuecallag".
Did you mean:
queuecalls
2009 Jun 29
0
asterisk 1.4.21.2 a caller waited in queue, after connect to agent hears silence
...trict
maxlen=20
member => Agent/21
member => Agent/22
member => Agent/23
The agents login with AgentCallbacklogin wiht
AgentCallBackLogin(21||*21 at agents);
agents-context in extension.ael looks like this:
context agents
{
// Anrufe von queue an agenten
*21 => &queuecallagent(${EXTEN:1});
*22 => &queuecallagent(${EXTEN:1});
*23 => &queuecallagent(${EXTEN:1});
}
macro queuecallagent(agentnr)
{
Dial(IAX2/${agentnr}||xtTg);
switch(${DIALSTATUS})
{
case BUSY:...