Module: sip-router Branch: master Commit: a29089207ac592ff2ae079e2ebd918722b22f1d5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a2908920...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Jul 18 16:58:14 2014 +0200
nosip: new module allowing to handle non-sip packets via event route
- packets that fail to be parsed as SIP messages are given to event_route[nosip:msg] - use cases can be imagined as needed, one could be re-engaging SIP worker processes in handling suspended transactions
---
modules/nosip/Makefile | 11 ++ modules/nosip/README | 199 +++++++++++++++++++++++++++++++++++ modules/nosip/doc/Makefile | 4 + modules/nosip/doc/nosip.xml | 37 +++++++ modules/nosip/doc/nosip_admin.xml | 205 +++++++++++++++++++++++++++++++++++++ modules/nosip/nosip_mod.c | 187 +++++++++++++++++++++++++++++++++ 6 files changed, 643 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=a290...