search for: sip_id

Displaying 1 result from an estimated 1 matches for "sip_id".

Did you mean: sig_id
2009 May 20
1
Queue and Dial operation - Common Variables?
...in 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=(` echo $ARG | sed -e 's/://'`) echo ${array[0]} = ${array[1]} >>$LOG_FILE export $...