Use HMR with 200 OK message
How can I remove all video entry from a 200 OK message?
To remove the video entry from a INVITE I use this HMR.
mime-sdp-rule
name stripVideo
msg-type request
methods INVITE
action manipulate
comparison-type case-sensitive
match-value
new-value
sdp-media-rule
name removeVideo
media-type video
action delete
comparison-type case-sensitive
match-value
new-value