Removing Video Codecs
Hi,
I have a typical situation in which side A initiates a call towards side B sending voice and video codecs.
The acme is in the middle: A -----> SBC -----> B.
I wanted to remove the video codecs so that they will not be sent to B.
I used the HMR published by Antonio Scilimati (https://community.oracle.com/mosc/discussion/comment/12976478#Comment_12976478 - works great) on the egress side towards B so that the SDP sent to B contains only m=voice .... and the answer received from B contains only m=voice .... too (not m=video).
Once the answer is received by the Acme, the Acme drops the call. The debug logs show that the acme complains that it expected to receive an answer to two media streams (voice and video) but it got only one and that why it drops the call.