HMR syntax problem with "match-value" entry
Hello all,
I have an issue on 4500 (SCX6.3.0 MR-4 Patch 1) when adding match-value entry.
Example:
LAB-SD1(sip-header-rules)# show
header-rule
- name RemoveDTMFType
- header-name Content-Type
- action manipulate
- comparison-type boolean
- msg-type any
- methods
- match-value
- new-value
LAB-SD1(sip-header-rules)# match-value "!$CheckFromDomain.$FromDomain & !$CheckToDomain.$ToDomain & !$CheckHTInfo.$HTInfo"
LAB-SD1(sip-header-rules)# done
Invalid match-value: Parsing failed in RuleName.
!$CheckFromDomain.$FromDomain&!$CheckToDomain.$ToDomain&!$CheckHTInfo.$HTInfo
-----------------------------------------------------------------------^
Do you still want to save configuration [y/n]?: y
header-rule
- name RemoveDTMFType
- header-name Content-Type
- action manipulate
- comparison-type boolean
- msg-type any
- methods
- match-value !$CheckFromDomain.$FromDomain & !$CheckToDomain.$ToDomain & !$CheckHTInfo.$HTInfo
- new-value
LAB-SD1(sip-header-rules)#
Even though I have defined "FromDomain" and "ToDomain" and "HTInfo" store hrules, CLI seems to have a problem with something.