Is there a way for calling a given mobile number directly from phpagi.
I have done using the chan_mobile by paring, but I want to make an putgoing call from an .php file using phpagi.

$res = $agi->exec('DIAL',"9889999999,30"); // 30 is the timeout in milli second.
The above is not working, i tried with this.