This module provides a way to get access to non-SIP packages received by Kamailio via its SIP worker processes. The content of such packages is available in the $mb variable inside the event_route[nosip:msg]. Note that packets with size less than 32 bytes are discarded, this threshold being set to avoid handling the NAT keepalive packets coming from devices. The limit is planned to be made configurable. Also, by default Kamailio writes a log messages in case of SIP parsing error, that can be controlled via 'corelog' global parameter. Besides the content of the packet, $si and $sp provide the source IP and port, allowing to do filtering and authorization.
| Parámetro | Tipo | Descripción |
|---|---|---|
| msg_match | str | 3.2. msg_skip (str) |
| msg_skip | str | 3.1. msg_match (str) |
| msg_match | str | Regular expression to match against content of the packet in order to execute the event_route[nosip:msg]. |
| msg_skip | str | Regular expression to match against content of the packet in order to skip execution the event_route[nosip:msg]. |
Copyright © 2014 asipto.com