<div dir="ltr">Thanks for the clarification<br></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Nov 13, 2018 at 11:00 PM Henning Westerholt <<a href="mailto:hw@kamailio.org">hw@kamailio.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am Mittwoch, 14. November 2018, 07:00:08 CET schrieb Julien Chavanton:<br>
> Good question, not available at the moment since there is no call<br>
> transfer/bridge command yet. We always answer before we start the RTP<br>
> stream etc. The work is started to bridge call legs and I am hoping to<br>
> complete it soon.<br>
> <br>
> However, bridging early media may be suffisant, in the end "faking" a<br>
> remote ringing may not be a very good user experience. But maybe we want to<br>
> play a customized ring back tone.<br>
> <br>
> The work in progress is more about  activating a few codecs already<br>
> available as filters for transcoding and SDP negociation on both side, this<br>
> is one thing that needs to be done in Kamailio since this is not provided<br>
> by oRTP and Mediastreamer2 and we are using only Kamailio for SIP and SDP.<br>
> The module will have to provide the missing SDP handling, some of it could<br>
> be moved in the core or SDPOPs not sure about that.<br>
<br>
Hi Julien,<br>
<br>
there is SDP parser functionality in the core (core/parser/sdp/sdp.h), if you <br>
need more functionality for parsing this should be probably extended there. <br>
The sdpops module then provides SDP handling function to use in the cfg file, <br>
using the core. Maybe it would be sufficient to use existing functionality <br>
here, or change/add some new functions in this module.<br>
<br>
Best regards,<br>
<br>
Henning<br>
<br>
<br>
-- <br>
Henning Westerholt - <a href="https://skalatan.de/blog/" rel="noreferrer" target="_blank">https://skalatan.de/blog/</a><br>
Kamailio services - <a href="https://skalatan.de/services" rel="noreferrer" target="_blank">https://skalatan.de/services</a><br>
Kamailio security assessment - <a href="https://skalatan.de/de/assessment" rel="noreferrer" target="_blank">https://skalatan.de/de/assessment</a><br>
</blockquote></div>