SIP Register Filtering
Contents |
SIP Header Manipulation
Our SIP Header Manipulation allows monitoring of SIP registration messages and manipulation of the SIP registration flow. Note that we are using SIP Register Filtering as well as SIP Header Manipulation terms to refer to same feature.
SIP Header Manipulation configuration contains a list of rules to verify when receiving a SIP message. Each rule contains a list of conditions and a list of actions. Each SIP registration messages are verified against the SIP Header Manipulation Rules. When a SIP message matches a SIP Header Manipulation Rules, the actions of the rule get executed.
SIP Header Manipulation Rules
The SIP Header Manipulation Rules are divides into 2 categories. The first category is Inbound and the second is Outbound. The Inbound rules are the rules that applies to messages coming from a User-Agent. The Outbound rules are the rules that applies to messages coming from a registrar.
A SIP Header Manipulation Rule contains multiple conditions that could be ORed or ANDed. The logical combinaison of the conditions matching test will decide whether or not to execute actions of the rule.
Note that if rule matches a SIP message, depending on the type of action and the Continue option, SIP Header Manipulation may or not continue with next rule of the list or stop trying to find matching rules.
to complete
SIP Header Manipulation Condition
to complete
SIP Header Manipulation Action
todo