Module: kamailio
Branch: master
Commit: f86ced0419787a3c5196edb055f30b39684e37c5
URL:
https://github.com/kamailio/kamailio/commit/f86ced0419787a3c5196edb055f30b3…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-11-26T13:23:05+01:00
core: new event_route[core:pre-routing]
- executed before running config script for SIP messages, if received
from the network, it is not executed if the message was dispatched
internally
- can be used to delegate processing to special workers via sworker
module
- if drop is used, then processing stops for that message, otherwise it
goes forther to request_route or reply_route
---
Modified: src/core/cfg.lex
Modified: src/core/cfg.y
Modified: src/core/globals.h
Modified: src/core/ip_addr.h
Modified: src/core/receive.c
---
Diff:
https://github.com/kamailio/kamailio/commit/f86ced0419787a3c5196edb055f30b3…
Patch:
https://github.com/kamailio/kamailio/commit/f86ced0419787a3c5196edb055f30b3…