Displaying 1 result from an estimated 1 matches for "specqueuestat".
2009 May 20
1
Queue and Dial operation - Common Variables?
...es are
different and I can't really find a way to relate the pair. I need to
perform some DB operations for agentlogin instance and dial instance. Is
there a variable 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=...