<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<div style="color: rgb(33, 33, 33); background-color: rgb(255, 255, 255); text-align: left;" dir="auto">
<div style="color: rgb(0, 0, 0); font-family: -apple-system, HelveticaNeue; text-align: start">
Hi all,</div>
<div style="color: rgb(0, 0, 0); font-family: -apple-system, HelveticaNeue; text-align: start">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: -apple-system, HelveticaNeue; text-align: start">
I am trying to remove a line from the SDP body of INVITE on kamailio 4.4 via SDPOPS module but it does not work even though there is no any error message. </div>
<div style="color: rgb(0, 0, 0); font-family: -apple-system, HelveticaNeue; text-align: start">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: -apple-system, HelveticaNeue; text-align: start">
This is how I configure kamailio.cfg, it matches with if condition and executes "sdp_remove_line_by_prefix" function, but when I check sended INVITE, I still see the line that beginning with "a=rtpmap". I thought, in the RELAY function, the sdp body might not
 prepared yet? Is there any suggestion to remove a line from the SDP body?</div>
<div style="color: rgb(0, 0, 0); font-family: -apple-system, HelveticaNeue; text-align: start">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: -apple-system, HelveticaNeue; text-align: start">
<div>route[RELAY] {</div>
<div>...</div>
<div>...<br>
if(is_method("INVITE")) {<br>
<span>if( $ct =~ "<a href="tel:+10553847" style="color: rgb(0, 120, 215)">0553847</a>aaaa"){</span><br>
xlog("L_WARN", "$ct check_this \n");<br>
sdp_remove_line_by_prefix("a=rtpmap");<br>
}<br>
}<br>
</div>
<div>}</div>
</div>
<div style="color: rgb(0, 0, 0); font-family: -apple-system, HelveticaNeue; text-align: start">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: -apple-system, HelveticaNeue; text-align: start">
<font size="1" style="line-height: 15px"><i>/path/kamailio[10332]: exec: *** cfgtrace:request_route=[RELAY] c=[/path/kamailio.cfg] l=614 a=16 n=if<br>
/path/kamailio[10332]: exec: *** cfgtrace:request_route=[RELAY] c=[/path/kamailio.cfg] l=611 a=26 n=xlog<br>
<span>/path/kamailio[10332]: WARNING: <script>: <sip:<a href="tel:+10553847" style="color: rgb(0, 120, 215)">0553847</a>aaaa@x.x.x.x:5060> check_this</span><br>
/path/kamailio[10332]: exec: *** cfgtrace:request_route=[RELAY] c=[/path/kamailio.cfg] l=612 a=25 n=<span style="background-color: rgb(224, 102, 102)">sdp_remove_line_by_prefix</span><br>
/path/kamailio[10332]: exec: *** cfgtrace:request_route=[RELAY] c=[/path/kamailio.cfg] l=622 a=16 n=if</i></font></div>
<br>
</div>
<div id="ms-outlook-mobile-signature" dir="auto" style="text-align: left;">
<div dir="auto" style="text-align: left;">Regards</div>
<div dir="auto" style="text-align: left;">Egemen U.</div>
<div dir="auto" style="text-align: left;"><br>
</div>
Get <a href="https://aka.ms/ghei36">Outlook for Android</a></div>
</body>
</html>