Remove Header with Square Brackets
Hi Team
Please I am trying to write HMR that removes the header with square brackets as shown below:
Call-ID: BW23432329329031998054203@10.254.1.1
[Call-ID: BW23432329329031998054203@10.254.1.1]
Header Name as given by wireshark is call_id_generated so I wrote the following HMR:
sip-manipulation
name delCall_id_generated
header-rule
name delCall_id_generated
header-name call_id_generated
action delete
comparison-type case-insensitive
msg-type request
This does not work.
Please could someone help me with HMR that deletes this?