HMR to change the "from" number
I am trying to change the "From" number to 3444; I dont want all the From numbers to change, I need only the following numbers to change,
Condition 1) (From: <sip:+912071111119@1.1.1.2>) to (From: <sip:3444@1.1.1.2>);
Condition 2) (From: <sip:912071111119@1.1.1.2>) to (From: <sip:3444@1.1.1.2>);
Condition 3) (From: <sip:0912071111119@1.1.1.2>) to (From: <sip:3444@1.1.1.2>);
Condition 4) (From: <sip:00912071111119@1.1.1.2>) to (From: <sip:3444@1.1.1.2>);
sip-manipulation
name XYZ
description
split-headers
join-headers
header-rule
name fromNumber
header-name From
action manipulate
comparison-type case-sensitive
msg-type request
methods INVITE
match-value
new-value
element-rule
name getNumber
parameter-name
type uri-phone-number-only
action replace
match-val-type any
comparison-type case-sensitive
match-value 91
new-value 3444
Whether this "match value" will statisfy everything?
If not, can we not give match 91 Or 091 or 0091 or 91?