[SR-Users] Different rtpproxy for different media type

2016-01-14 Thread Koray Vatansever
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

Re: [SR-Users] Different rtpproxy for different media type

2016-01-14 Thread Koray Vatansever
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

Re: [SR-Users] Different rtpproxy for different media type

2016-01-14 Thread Koray Vatansever
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

[SR-Users] siptrace for keep alive OPTIONS

2015-04-23 Thread Koray Vatansever
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

[SR-Users] siptrace for keep-alive OPTIONS

2015-04-23 Thread Koray Vatansever
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

Re: [SR-Users] Removing transport=TLS from the contact header

2015-11-09 Thread Koray Vatansever
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: >