<div dir="ltr">Hi,<div><br></div><div>Thanks for the reply!</div><div><br></div><div>Is there any option to apply changes to SDP only?</div><div><span style="font-size:15px">msg_apply_changes() seems to be too invasive atm.</span><br></div><div><span style="font-size:15px"><br></span></div><div><span style="font-size:15px">Thanks,</span></div><div><span style="font-size:15px">Sergey.</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 11, 2016 at 9:39 PM, Andreas Granig <span dir="ltr"><<a href="mailto:agranig@sipwise.com" target="_blank">agranig@sipwise.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Sergey,<br>
<br>
Since rtpengine is replacing the full sdp body, you need to do a<br>
msg_apply_changes() after rtpproxy_offer() and before<br>
sdp_remove_codecs_by_name().<br>
<br>
Andreas<br>
<div><div class="h5"><br>
On 04/11/2016 09:31 PM, Sergey Zyrianov wrote:<br>
> Hi,<br>
><br>
> In kamailio script I tried to remove some codecs before/after rewriting<br>
> the SDP with rtpeninge_offer().<br>
> My codecs list stay the same:<br>
><br>
> ....<br>
>                 if (rtpproxy_offer("ie-spc"))<br>
>                    t_on_reply("1");<br>
>                 sdp_remove_codecs_by_name("G729,G723");<br>
><br>
> G729 and G723 codecs are still mentioned by SDP regardless if i move<br>
> sdp_remove_conecs_by_name before/after the rtpproxy_offer.<br>
> It seems like I can not have both modules working on the same SDP?<br>
><br>
> Thanks,<br>
> Sergey.<br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Spce-user mailing list<br>
> <a href="mailto:Spce-user@lists.sipwise.com">Spce-user@lists.sipwise.com</a><br>
> <a href="https://lists.sipwise.com/listinfo/spce-user" rel="noreferrer" target="_blank">https://lists.sipwise.com/listinfo/spce-user</a><br>
><br>
_______________________________________________<br>
Spce-user mailing list<br>
<a href="mailto:Spce-user@lists.sipwise.com">Spce-user@lists.sipwise.com</a><br>
<a href="https://lists.sipwise.com/listinfo/spce-user" rel="noreferrer" target="_blank">https://lists.sipwise.com/listinfo/spce-user</a><br>
</blockquote></div><br></div>