Hey all.
I have decided to make a dialer for the world using simple tools to enable anybody to make calls via a internal/external modem and have the facility to record that call for whatever reason they deam fit...
The tools in question are : Linux running Apache and PHP.
I am rather well versed in PHP and Apache and AT command is also no problem for me. What I don't know yet, is how to get PHP to talk to the modem.
Where I am at right now:
Server is running PHP and the modem is installed and working. I use FC3 with Apache2 and PHP 5.
To test the modem I used minicom and the serial conf is set to /dev/modem that sim links to /dev/ttySHSF0 and do a ATZ followed by a ATDT 123456 and I hear the modem dialing ..
When IO try to do the same in PHP ... Permission is denied.
Apache runs as user apache and group admin, yet the device has permission for user root and group uucp, 241 and this is where I fall out of the bus.... WTF
I don't have any group by that name ?
Can someone shed some light on this new udev thing and how I might get PHP to open the port... ? {I use a normal fopen / fwrite / fclose to utelize the device}
Hope that that is enough for now...