On 08/10/2015 05:45 AM, Daniel Tryba wrote:
On Wednesday 05 August 2015 16:05:52 Daniel-Constantin Mierla wrote:
maybe you can just removed with textops or sdpops functions plus msg_apply_changes().
Somehow that doesn't work for me... The a=rtcp line remains whatever/whereever I try to use sdp_remove_line_by_prefix("a=rtcp") or replace_body_all("^a=rtcp:*", "") the line is send to the callee.
You may have to call msg_apply_changes() before rewriting the SDP. But are you actually certain that the a=rtcp line causes the problems? Because that would be pretty weird.
Cheers