Posted by NC on 04/11/06 17:33
kurl wrote:
>
> I need to do croning in PHP to generate a CDR (Call Details Record)
> file daily from the mysql database.
You can't "do croning in PHP". Croning is best done with cron.
> The CDR file has to be named in a certain sequence such as
> xx00000xxx200604080850.cdr. A new file is written every day.
Do you know what the format of that file would be?
> The generated CDR file is then ftp over to a server.
Do you have the FTP extension enabled on your machine?
Cheers,
NC
[Back to original message]
|