search for: cc_221

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

Did you mean: cc3220
2008 Mar 11
2
AGI - calling functions, CHANNEL STATUS broken?
...d various permutations of Set() and Eval() without success. I have also tried to use the "CHANNEL STATUS" AGI command, but that doesn't seem to work, as indicated by these results: exten => 610,1,NoOp() exten => 610,n,Set(CC_200=${SIPPEER(200:curcalls)}) exten => 610,n,Set(CC_221=${SIPPEER(221:curcalls)}) exten => 610,n,Set(CC_231=${SIPPEER(231:curcalls)}) exten => 610,n,AGI(test.agi) $cc[0] = $AGI->get_variable('CC_200'); $cc[1] = $AGI->get_variable('CC_221'); $cc[2] = $AGI->get_variable('CC_231'); $AGI->verbose("Test using S...