Skip to content

BrioNetworks/kannel-log-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kannel-log-utils

misc programs for working with kannel log files

buntangle.php -- untangle kannel bearerbox files. Reads the file and organizes PDU blocks so that nested or overlapping PDUs get untangled into separate PDUs with the PDU contents consistent and untangled.

kannel_access_log_to_csv.php -- parse access logs, write out a CSV file with date, shortcode and msisdn. It just writes out the CSV row with print, so we don't currently try to write out the SMS message (because we don't try to escape ",'\ yet).

the CSV file is convenient for loading into a database for analysis (e.g., shortcode MT/MO per month which is what I implemented this for).

About

misc programs for working with kannel log files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.3%
  • PLpgSQL 1.7%