Re: [SR-Users] rtpengine not working with append_branch

2014-10-27 Thread Anthony Messina
On October 26, 2014 9:16:10 PM CDT, Yuriy Gorlichenko wrote: >Hello Antony. This my customised cfg sample. After this you should call >t_relay() func: One thing - you should handle ACK messages for WS at >loose_route. thomething like this: if (is_request()) { if >(!has_totag()) { >if(t_is_branch_

Re: [SR-Users] rtpengine not working with append_branch

2014-10-26 Thread Yuriy Gorlichenko
Hello Antony. This my customised cfg sample. After this you should call t_relay() func: One thing - you should handle ACK messages for WS at loose_route. thomething like this: if (is_request()) { if (!has_totag()) { if(t_is_branch_route()) { add_rr_param(";nat=yes"); } xlog("L_INFO","first {$rm}")

Re: [SR-Users] rtpengine not working with append_branch

2014-10-26 Thread Anthony Messina
On Monday, October 27, 2014 02:20:52 AM Yuriy Gorlichenko wrote: > I fixed this. rtpengine must handle each of branches at branch_route(). Not > that is fine. Thanks for link. It was not my issue but with it i find right > way. Yuriy, I'm fairly new to Kamailio and have been following your issue a

Re: [SR-Users] rtpengine not working with append_branch

2014-10-26 Thread Yuriy Gorlichenko
I fixed this. rtpengine must handle each of branches at branch_route(). Not that is fine. Thanks for link. It was not my issue but with it i find right way. Can you help with these problem? We have 5-7 Seconds voice delay. This happened only for from webphone. But it is not client issue as i see.

Re: [SR-Users] rtpengine not working with append_branch

2014-10-23 Thread Yuriy Gorlichenko
And what returns prtpengine at log when changing this packet. Returning to SIP proxy: d3:sdp316:v=0#015#012o=root 1195474335 1195474335 IN IP4 2.10.39.16#015#012s=Asterisk PBX 12.6.1#015#012c=IN IP4 2.10.39.16#015#012t=0 0#015#012m=audio 30614 RTP/AVP 8 3 0 101#015#012a=rtpmap:8 PCMA/8000#015#012a

Re: [SR-Users] rtpengine not working with append_branch

2014-10-23 Thread Yuriy Gorlichenko
No SDP body only one. but packet like this INVITE sip:device-200@sip:1.21.10.2:45437;rinstance=07f88c423145358e;transport=UDP SIP/2.0 Record-Route: Via: SIP/2.0/UDP sip.myservice.com:5068 ;branch=z9hG4bKca7d.2d16143316e23fac46bf686bb41780b3.2 Via: SIP/2.0/UDP 17.74.28.7:50600;branch=z9hG4bK22c67

Re: [SR-Users] rtpengine not working with append_branch

2014-10-23 Thread Richard Fuchs
On 10/23/14 15:06, Yuriy Gorlichenko wrote: > Still have same error... > Now rtpproxy_manage("co-sp") for classic call. At log I see that > rtpproxy wirked gine. For each step it generate write body, but t_Relay > still send strange "compinated" packet to UDP with SDP for WS... Do you mean that t

Re: [SR-Users] rtpengine not working with append_branch

2014-10-23 Thread Yuriy Gorlichenko
Still have same error... Now rtpproxy_manage("co-sp") for classic call. At log I see that rtpproxy wirked gine. For each step it generate write body, but t_Relay still send strange "compinated" packet to UDP with SDP for WS... 2014-10-23 20:42 GMT+04:00 Yuriy Gorlichenko : > Oh. Ok. I will try. T

Re: [SR-Users] rtpengine not working with append_branch

2014-10-23 Thread Yuriy Gorlichenko
Oh. Ok. I will try. Thanks for advice. I very hope it hepls. 2014-10-23 20:18 GMT+04:00 Richard Fuchs : > On 10/23/14 12:17, Yuriy Gorlichenko wrote: > > What you mean under "full set of flags"? At reply I use mirror (+/-) > > flags off course. More, it work without branches fine ( i select only

Re: [SR-Users] rtpengine not working with append_branch

2014-10-23 Thread Richard Fuchs
On 10/23/14 12:17, Yuriy Gorlichenko wrote: > What you mean under "full set of flags"? At reply I use mirror (+/-) > flags off course. More, it work without branches fine ( i select only > one endpoint). I have issue only with branches. I mean that instead of using rtpproxy_manage("co") you should

Re: [SR-Users] rtpengine not working with append_branch

2014-10-23 Thread Yuriy Gorlichenko
What you mean under "full set of flags"? At reply I use mirror (+/-) flags off course. More, it work without branches fine ( i select only one endpoint). I have issue only with branches. 23.10.2014 18:56 пользователь "Richard Fuchs" написал: > > On 10/23/14 06:03, Yuriy Gorlichenko wrote: > > Hell

Re: [SR-Users] rtpengine not working with append_branch

2014-10-23 Thread Richard Fuchs
On 10/23/14 06:03, Yuriy Gorlichenko wrote: > Hello all. I use rtpengine and rtpproxy-ng module at kamailio for > proxying RTP and modifying SDP between endpoints. I use two types of > clients - such as WSS based and UDP based clients. > > I have a trouble with append_branch and rtpengine handling

[SR-Users] rtpengine not working with append_branch

2014-10-23 Thread Yuriy Gorlichenko
Hello all. I use rtpengine and rtpproxy-ng module at kamailio for proxying RTP and modifying SDP between endpoints. I use two types of clients - such as WSS based and UDP based clients. I have a trouble with append_branch and rtpengine handling for this packets. I try to implement this logic of m