Hello, i have problem with pass parameters into php agi script from extensions.conf, how to get this parameter from php variables? Im passing paramterer: s,1,DaeadAGI,test.php,parameter1 How get value of parameter1 in php script? Regards, Adam Rybak
Kevin Bockman
2005-Oct-24 10:29 UTC
[Asterisk-Users] Passing parametrs to php agi scripts.
Adam Rybak wrote:> s,1,DaeadAGI,test.php,parameter1 > > How get value of parameter1 in php script?This is actually a PHP question. You can find it in the PHP manual online at http://www.php.net $_SERVER['argv'][1] Kevin