[Home]

Summary:ASTERISK-17638: [patch] CEL Logging to MySQL
Reporter:Jonathan Penny (pennywell)Labels:patch
Date Opened:2011-04-03 21:01:06Date Closed:
Priority:MajorRegression?No
Status:Open/NewComponents:Addons/New Feature
Versions:1.8.3 13.18.4 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) cel_mysql_patch_2.patch
( 1) cel_mysql.patch
Description:This patch adds functionality for logging CEL Events to MySQL

****** ADDITIONAL INFORMATION ******

Tested on 1.8.3.2 and 1.8.0
Comments:By: Leif Madsen (lmadsen) 2011-04-05 16:29:57

I personally prefer there not to be separate native modules for every database connection, but I can understand that not everyone wants to use unixODBC. Marking as ready for testing.

By: Jonathan Penny (pennywell) 2011-04-11 14:13:20

Uploaded new version of patch so that it would work properly with menuselect - and would be turned off by default like the rest of the mysql addons.

By: Tilghman Lesher (tilghman) 2011-07-23 11:21:19.672-0500

This module has a bloody lot of malloc'ed constants.  These should be converted to a global structure, with stringfields.

By: Ishfaq Malik (ishmalik) 2011-08-08 11:13:28.701-0500

Have applied the second patch to 1.8.3.2 source and am successfully logging CEL to MySQL

By: Marek Cervenka (cervajs) 2012-04-04 16:45:58.163-0500

works great for me