Module: sip-router Branch: tteras/mohqueue Commit: 93af236644058b4e97162eae689f9b32b8076691 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=93af2366...
Author: Timo Teräs timo.teras@iki.fi Committer: Timo Teräs timo.teras@iki.fi Date: Wed Oct 2 09:05:22 2013 +0300
mohqueue: new module
module to queue up calls in music-on-hold and then retrieve them
imported from https://github.com/rdboisvert/mohqueue commit f796f259ed1728e19adb31d76af5f6c3f548f021
excluding LICENSE which is redundant now that the module is part of the kamailio source tree.
---
modules/mohqueue/Makefile | 18 + modules/mohqueue/NOTES | 11 + modules/mohqueue/doc/Makefile | 4 + modules/mohqueue/doc/mohqueue.xml | 31 + modules/mohqueue/doc/mohqueue_admin.xml | 512 ++++++ modules/mohqueue/mohq.c | 473 +++++ modules/mohqueue/mohq.h | 135 ++ modules/mohqueue/mohq_common.h | 102 ++ modules/mohqueue/mohq_db.c | 626 +++++++ modules/mohqueue/mohq_db.h | 66 + modules/mohqueue/mohq_funcs.c | 2858 +++++++++++++++++++++++++++++++ modules/mohqueue/mohq_funcs.h | 40 + modules/mohqueue/mohq_locks.c | 199 +++ modules/mohqueue/mohq_locks.h | 49 + modules/mohqueue/mohqueue.sql | 23 + 15 files changed, 5147 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=93af...