Module: sip-router Branch: master Commit: 390ec4355fb0b4990cdff3e037e5256babc5f3fd URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=390ec435...
Author: pd peter.dunkley@crocodile-rcs.com Committer: pd peter.dunkley@crocodile-rcs.com Date: Wed Aug 17 17:00:51 2011 +0100
modules_k/dispatcher: removed recently added modparams and added event_routes
- As per Daniel's suggestion, the module now uses libkcore/faked_msg and instead of parameters to specify routes when a destination goes up/down the module now calls the event_route[dispatcher:dst-up] and event_route[dispatcher:dst-down].
---
modules_k/dispatcher/Makefile | 1 + modules_k/dispatcher/README | 103 +++++++++++-------------- modules_k/dispatcher/dispatch.c | 68 ++++++++++------- modules_k/dispatcher/dispatch.h | 3 - modules_k/dispatcher/dispatcher.c | 94 ---------------------- modules_k/dispatcher/doc/dispatcher_admin.xml | 104 ++++++++++--------------- 6 files changed, 128 insertions(+), 245 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=390e...