search for: agi_qdial

Displaying 2 results from an estimated 2 matches for "agi_qdial".

2009 Jul 17
0
Queue member (Agent) does not Dial
...ot;) in new stack -- Executing AGI("Zap/1-1", "agi_queue.sh|QMA_20090717-054744_1247824046-897|MAQ") in new stack -- Executing Queue("Zap/1-1", "maqueue|t|||180") in new stack -- Executing AGI("Local/84888 at specagentdial-14bb,2", "agi_qdial.sh|84888|315362XXXX") in new stack -- Executing AGI("Local/85744 at specagentdial-beba,2", "agi_qdial.sh|85744|315362XXXX") in new stack -- Executing AGI("Local/85511 at specagentdial-67be,2", "agi_qdial.sh|85511|315362XXXX") in new stack Here,...
2009 May 20
1
Queue and Dial operation - Common Variables?
...ble that is common for both instance or is there a way that I can pass variables across. My context and AGI's are given below. [specqueuestat] exten => _10XX,1,AGI(agi_agentlogin.sh|${EXTEN}) exten => _10XX,2,AgentCallbackLogin(${agentno}||${sip_id}@specqueuestat) exten => _8XXX,1,AGI(agi_qdial.sh|${EXTEN}|${CALLERIDNUM}) --agi_agentlogin.sh *declare -a array while read -e ARG && [ "$ARG" ] ; do array=(` echo $ARG | sed -e 's/://'`) echo ${array[0]} = ${array[1]} >>$LOG_FILE export ${array[0]}=${array[1]} done echo "SET VARIABL...