Module: sip-router Branch: master Commit: 085638299508ef6bf0c96673a663453da76d0a4f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=08563829...
Author: pd peter.dunkley@crocodile-rcs.com Committer: pd peter.dunkley@crocodile-rcs.com Date: Tue Aug 16 11:24:44 2011 +0100
modules_k/dispatcher: Added new feature that enables routes to be run when destinations fail/recover
- Two new exported parameters ds_dst_unavailable_route and ds_dst_available_route allow you to specify routes to run when a destination is marked PROBING and unmarked PROBING respectively.
This is useful for integration with NMC and alarms equipment as these routes can be used to trigger/log these status changes.
---
modules_k/dispatcher/README | 114 ++++++++++++++++++------- modules_k/dispatcher/dispatch.c | 64 ++++++++++++-- modules_k/dispatcher/dispatch.h | 5 +- modules_k/dispatcher/dispatcher.c | 94 ++++++++++++++++++++ modules_k/dispatcher/doc/dispatcher_admin.xml | 64 ++++++++++++++- 5 files changed, 299 insertions(+), 42 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=0856...