asterisk/cel
Richard Mudgett 797d633139 Remove inconsistency in CEL eventtype for user defined events.
The CEL eventtype field for ODBC and PGSQL backends should be USER_DEFINED
instead of the user defined event name supplied by the CELGenUserEvent
application.  If the field is output as a number, the user defined name
does not have a value and is always output as 21 for USER_DEFINED and the
userdeftype field would be required to supply the user defined name.

The following CEL backends (cel_odbc, cel_pgsql, cel_custom, cel_manager,
and cel_sqlite3_custom) can be independently configured to remove this
inconsistency.

* Allows cel_manager, cel_custom, and cel_sqlite3_custom to behave the
same way.

(closes issue ASTERISK-17189)
Reported by: Bryant Zimmerman

Review: https://reviewboard.asterisk.org/r/1669/


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@353648 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-02-01 17:42:15 +00:00
..
Makefile Merge the new Channel Event Logging (CEL) subsystem. 2009-06-26 15:28:53 +00:00
cel_custom.c Merged revisions 337974 via svnmerge from 2011-09-26 19:40:12 +00:00
cel_manager.c Remove inconsistency in CEL eventtype for user defined events. 2012-02-01 17:42:15 +00:00
cel_odbc.c Remove inconsistency in CEL eventtype for user defined events. 2012-02-01 17:42:15 +00:00
cel_pgsql.c Remove inconsistency in CEL eventtype for user defined events. 2012-02-01 17:42:15 +00:00
cel_radius.c Merged revisions 328247 via svnmerge from 2011-07-14 20:28:54 +00:00
cel_sqlite3_custom.c Make not assume that the cel_sqlite3_custom SQL table primary key is AcctId. 2012-01-05 23:47:11 +00:00
cel_tds.c Remove inconsistency in CEL eventtype for user defined events. 2012-02-01 17:42:15 +00:00