Session Border Controller HMR matching different conditions
Hello All
I need to create HMR rules that are executed only when multiple criteria are matched.
Example:
IF From user begins with 55 AND To user begins with 3, add 66 to From user.
(if the criteria is not met, then From user must remain unchanged)
I have tried multiple options, store the values of To and From headers and tried to compare it to Diversion, with == and != operators in match-value, but they seem to not work.