Modify URI-Display based on URI-User
I'm new to HMR, need some help figuring this one out
business requirement: modify the display name if calls FROM a specifer outbound ani (uri-user)
example: FROM uri-display = "Services" if FROM uri-user = 1234567890
Here is what I got so far
header-rule
                    name                 modDisplay
                    header-name      FROM
                    action                manipulate
                    comparison-type pattern-rule
                    msg-type            any
                    methods             invite
                    match-value
                    new-value
                                                 element-rule
                                                                name                   modUriDisplay
                                                                parameter-name
                                                                type                     uri-display
                                                                action                   replace
                                                                match-val-type       any
                                                                comparison-type    pattern-rule
                                                                match-value           1234567890
                                                                new-value              "\"Merchant Services\" "
Thanks!
