SAPPCDR v1.0 - View Source  
#Intro
Alright. First things first. I wrote this little guy so I can see a quick list
of all calls placed and received on my asterisk box. 
By default asterisk logs calls to /var/log/asterisk/cdr-csv/Master.csv
I didn't want to have to convert the file into mysql and just wanted a simple 
list in human readable format. So SAPP was born. 

SAPPCDR stands for Simple Asterisk PHP Parser CDR. I know the name doesnt make
alot of sense, but it gets the point across and is pronounceable.

Configuration is easy. It is only one file. Even has a little CSS in it to make
reading easier on the eyes.

#Requirements
1) Asterisk
 (duh)
2) PHP
 (duh again)
3) A webserver
 (yea... another duh.)

#Installation
1) add a lil' sugar and spice
 (edit the variables to match your asterisk context)
2) pop it into the easy bake oven 
 (any dir in your web server doesnt matter which one)
3) serve warm with a cold glass of milk
 (with a little bit of luck and logic you will have a spiffy lookin asterisk cdr list)

#Conclusion
This panel is free to use and distribute as you see fit.
I hope you enjoy it and if you really like it i ask that you drop me a line 
telling me how you are using it. I am welcome to suggestions for future 
releases. (gid_at_telephreak.org)

Screenshot!