<div dir="ltr">Hello,<div><br></div><div>I can test the patch and give you feedback.</div><div><br></div><div>Best Regards,</div><div>Jose</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 11, 2020 at 12:18 PM Daniel-Constantin Mierla <<a href="mailto:miconda@gmail.com">miconda@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
sure, make a pull request for it.<br>
<br>
To be easy to merge, here are some guidelines for contributions<br>
<br>
  *<br>
<a href="https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md#contributing-code-or-content" rel="noreferrer" target="_blank">https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md#contributing-code-or-content</a><br>
<br>
Cheers,<br>
Daniel<br>
<br>
On 11.05.20 12:48, Federico Santulli wrote:<br>
> I did a patch over the SDPOPS module to do this.<br>
><br>
> If needed I can push it over git.<br>
><br>
> Kind regards.<br>
><br>
> Federico Santulli<br>
><br>
> NHM - S.R.L.<br>
> Via Raffaello Sanzio, 88<br>
> 81031 Aversa (CE)<br>
> Italy<br>
><br>
><br>
>> Il giorno 5 mag 2020, alle ore 15:55, José Lopes <<a href="mailto:jose.lopes@itcenter.com.pt" target="_blank">jose.lopes@itcenter.com.pt</a>> ha scritto:<br>
>><br>
>> Hello,<br>
>><br>
>> I am using KSR.sdpops.keep_codecs_by_name to remove some codecs.<br>
>> When I make a call between two webrtc clients and I keep only VP8 video codec, the browser rejects the call with 488 Not Acceptable Here.<br>
>><br>
>> I notice the attributes a=rtcp-fb: of codecs removed are kept.<br>
>> I removed that attributes with:<br>
>> KSR.textops.replace_body_atonce("a=rtcp-fb:1.*\n", "");<br>
>> KSR.textops.replace_body_atonce("a=rtcp-fb:98.*\n", "");<br>
>> And the call worked.<br>
>><br>
>> There is another way to remove these attributes related to codec name?<br>
>> Or is it possible to get the ids of the codecs with dynamic payload type numbers from SDP?<br>
>><br>
>> Thanks for your attention.<br>
>><br>
>> Best regards,<br>
>> Jose Lopes<br>
>><br>
>><br>
>> _______________________________________________<br>
>> Kamailio (SER) - Users Mailing List<br>
>> <a href="mailto:sr-users@lists.kamailio.org" target="_blank">sr-users@lists.kamailio.org</a><br>
>> <a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
><br>
> _______________________________________________<br>
> Kamailio (SER) - Users Mailing List<br>
> <a href="mailto:sr-users@lists.kamailio.org" target="_blank">sr-users@lists.kamailio.org</a><br>
> <a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
<br>
-- <br>
Daniel-Constantin Mierla -- <a href="http://www.asipto.com" rel="noreferrer" target="_blank">www.asipto.com</a><br>
<a href="http://www.twitter.com/miconda" rel="noreferrer" target="_blank">www.twitter.com/miconda</a> -- <a href="http://www.linkedin.com/in/miconda" rel="noreferrer" target="_blank">www.linkedin.com/in/miconda</a><br>
Funding: <a href="https://www.paypal.me/dcmierla" rel="noreferrer" target="_blank">https://www.paypal.me/dcmierla</a><br>
<br>
<br>
_______________________________________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org" target="_blank">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div>