donald-jackson / kannel-pluginbox

Kannel Pluginbox allows users to implement their own business logic for routing, billing, etc in Kannel.
Other
12 stars 9 forks source link

Insertmo #7

Closed rkluwen closed 7 years ago

rkluwen commented 7 years ago

This patch allows for the cdr plugin to also send messages via a sql-insert-table, like sqlbox does. Also it contains an important bugfix in gw/pluginbox.c: At the time that the plugins were already being initialized, the appropriate lock handles were not created yet.

rkluwen commented 7 years ago

Well... leave this for now... I'm working on something better. A complete rewrite of the old sqlbox code. And db support with connection pool sharing between plugins.