search for: cc_200

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

Did you mean: c200
2008 Mar 11
2
AGI - calling functions, CHANNEL STATUS broken?
...Googling, I would guess in the negative. I have tried 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...