Hi Everyone,
Trying to pass ${EXTEN} to a php file for processing. Not sure how to. The php 
file takes $did_numb as defined:
<?php$did_numb = $_GET['did_numb'];?>
I know that http://serverIP/file.php?did_numb=416-444-5555  works fine but when 
calling php file by system() from dialplan how can this be done?
exten => s,n,system(php file.php?did_numb=${EXTEN})         ||||   This method 
doesn't work as "php file.php?did_numb=416-444-555" simply doesn't work from 
the CentOS prompt.
What is the proper syntax here?
I also want whatever that file.php returns to be saved in $var for later usage 
in dial-plan afterwards.
Thanks.                                           
_________________________________________________________________
Turn down-time into play-time with Messenger games
http://go.microsoft.com/?linkid=9734385

Reply via email to