What is the priority in which HMR sip-manipulation rules are executed?
You can specify sip manipulation rule sets in realms, sip-interfaces, and session agents however only one rule will be executed per ingress and one per egress dependent upon the following priorities:
1.) Session-Agent
2.) Realm
3.) Sip-Interface
- Rules specified in the SESSION-AGENT for an ingress(or egress) flow will be executed first, all other rules will be ignored for this particular ingress(or egress) flow.
- Rules specified in a REALM for an ingress(or egress) flow will be executed if there are no rules specified in the associated session agent, rules specified in the associated sip-interface will be ignored.
- Rules specified in a SIP-INTERFACE will only be executed if there are no other rules specified in the associated session agent or realm.