Displaying 1 result from an estimated 1 matches for "cc_231".
Did you mean:
cc_221
2008 Mar 11
2
AGI - calling functions, CHANNEL STATUS broken?
...ess.
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 Set(): $cc[0] $cc[1] $cc[2]");
$AGI->verbose(&qu...