Displaying 1 result from an estimated 1 matches for "islocaldid".
2009 Jun 04
3
PHP/AGI/SetVar Issue
...t to let me set more than
1. I am pretty sure I am just missing something, but I've searched all over
an can't find the answer. Here is the extensions.conf part:
exten => _XXXXXXXXXX,1,AGI,diallocal.agi exten =>
_XXXXXXXXXX,n,NoOp(${ISLOCALCONTEXT})
exten => _XXXXXXXXXX,n,NoOp(${ISLOCALDID})
Here is the part from the agi that 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 ISLOCALDI...