Reject OPTIONS
Hi,
I'm trying to reject options from endpoints (in order not to forward it to softswitch) with 202 Accepted.
Here is HMR:
sip-manipulation
name rejectOptions
description
split-headers
join-headers
header-rule
name rejectOptions
header-name From
action reject
comparison-type case-sensitive
msg-type request
methods OPTIONS
match-value
new-value 202:Accepted
OPTIONS are rejected, but with 200 OK.
In fact, whatever I put as new-value, response is always 200 OK.
Can you help me how to set some other response value?