SDP with video codec
Is there any way to reject video offer in SDP with the 200-OK responding with unsupported media type?
What we have currently done is to create HMR for incoming SIP to remove video and it works but from our peer's perspective, it’s not good enough. They want to see a 200-OK with "m=video 0".
sip-manipulation
name outsideWET-inmanip-00
description
split-headers
join-headers
mime-sdp-rule
name remVideo
msg-type any
methods
action manipulate
comparison-type case-sensitive
match-value
new-value
sdp-media-rule
name remVideo
media-type video
action delete
comparison-type case-sensitive
match-value
new-value