Hi everybody,
Is there a way to use different rtpproxies for different media types?
I want to use one rtpproxy set for audio, and use another one for video.
Is this possible in kamailio?
Regards,
Koray
___
SIP Express Router (SER) and Kamailio (OpenSER
On Thu, Jan 14, 2016 at 3:30 PM, SamyGo wrote:
> Hi,
> Yes thats possible as I think you can do a search in SDP body for "video"
> if found then select the rtpproxy instance else select other one.
>
> Regards,
> Sammy
> On Jan 14, 2016 06:39, "Koray Vatansev
body("video") {
> set_rtpproxy_set("1");
> unforce_rtpproxy();
> set_rtpproxy_set("2");
> offer_rtpproxy("$avp(myflags)");
> }
> }
>
> Since it is already a ReINVITE any modification in the SDP c= part should
> be hap
Hi,
It seems that siptrace module doesn't trace requests which are sent out by
dialog module (i.e. keep-alive OPTIONS and dialog timeout BYE).
Is there any easy way to do that? any suggestion?
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-use
Hi,
It seems that siptrace module doesn't trace requests which are sent out by
dialog module (i.e. keep-alive OPTIONS and dialog timeout BYE).
Is there any easy way to do that? any suggestion?
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-use
Hi Rizwan,
You can try the following:
subst("/^Contact:(.*);transport=tls(.*)/Contact:\1;transport=udp\2/i");
On the other hand, there should not be any other contact header
modification in your script; for example set_contact_alias().
On Tue, Nov 10, 2015 at 7:28 AM, Rizwan Khan wrote:
>