Displaying 1 result from an estimated 1 matches for "081d2c38".
2009 Jun 04
3
PHP/AGI/SetVar Issue
...t sets the variables:
echo ' EXEC SetVar ISLOCALCONTEXT="'.$row['context'].'"';
echo ' EXEC SetVar ISLOCALDID="'.$row['did'].'"';
If I run it is as, ISLOCALCONTEXT gets set, but not ISLOCALDID:
-- Executing NoOp("SIP/3333-081d2c38", "CONTEXT2") in new stack
-- Executing NoOp("SIP/3333-081d2c38", "") in new stack
If I flip their order in the agi, then ISLOCALDID gets set, but not
ISLOCALCONTEXT:
-- Executing NoOp("SIP/3333-081d8d78", "") in new stack
-- Executing NoO...