Can someone help me with passing argument to agi script.  What I'm trying to this is execute agi script when hangup
 
h,1,AGI(hangup.agi|string-argv-2348448)
 
but can not get the argument variable passed to the hangup.agi script.
 
I have tried
 
$var = $ARGV[0];
 
or
 
$var = $ARGV[1];
 
but still can not get the passing variable value.
 
Thanks.

Reply via email to