Module: sip-router Branch: master Commit: 9a0e58667f705197b8e5291b54909fd370b2b7ab URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9a0e58667f705197b8e5291b54909fd370b2b7ab
Author: Hugh Waite <[email protected]> Committer: Hugh Waite <[email protected]> Date: Fri Mar 29 14:07:59 2013 +0000 modules/rtpproxy: Add database support to rtpproxy - If db_url modparam is set rtpproxy sets will be loaded from database - If the instance is marked as disabled in database it will be loaded as disabled - Currently no persistence (enable/disable MI command does not affect DB) - Loaded during mod_init - cannot be reloaded at runtime (as before) --- modules/rtpproxy/Makefile | 1 + modules/rtpproxy/README | 528 +++++++++++++++++-------------- modules/rtpproxy/doc/rtpproxy_admin.xml | 46 +++- modules/rtpproxy/rtpproxy.c | 241 ++++++++------- modules/rtpproxy/rtpproxy.h | 9 + modules/rtpproxy/rtpproxy_db.c | 169 ++++++++++ 6 files changed, 641 insertions(+), 353 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=9a0e58667f705197b8e5291b54909fd370b2b7ab _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
