Re: [SR-Users] Why SDPOPS does not remove attributes in SDP

2016-06-17 Thread Dmitry
Thank You, Richard  rtpengine_manage("ICE=remove rtcp-mux-demux") it solved the issue. SIP signalling is accepted by softphones. On Saturday, June 18, 2016 12:31 AM, Vasiliy Ganchev wrote: Hi all these lines are added after rtpengine_manage? if yes,try msg_apply_changes() after rtpeng

Re: [SR-Users] Why SDPOPS does not remove attributes in SDP

2016-06-17 Thread Vasiliy Ganchev
Hi all these lines are added after rtpengine_manage? if yes,try msg_apply_changes() after rtpengine_manage and before deletion. ! read the description of msg_apply_changes, it may brake something! cheers -- View this message in context: http://sip-router.1086192.n5.nabble.com/Why-SDPOPS-does

Re: [SR-Users] Why SDPOPS does not remove attributes in SDP

2016-06-17 Thread Dmitry
Yes, Xlog messages are triggered during calls. On Friday, June 17, 2016 6:35 PM, Fred Posner wrote: On 06/17/2016 09:25 AM, Richard Fuchs wrote: > On 17/06/16 03:46 AM, Dmitry wrote: >> Hi all >> I have the following code: >> >>  if($T_reply_code=="200") >>          { >>          if(ha

Re: [SR-Users] Why SDPOPS does not remove attributes in SDP

2016-06-17 Thread Fred Posner
On 06/17/2016 09:25 AM, Richard Fuchs wrote: > On 17/06/16 03:46 AM, Dmitry wrote: >> Hi all >> I have the following code: >> >> if($T_reply_code=="200") >> { >> if(has_body("application/sdp")) >> { >> xlog("L_INFO", "RTPENGINE received internal repl

Re: [SR-Users] Why SDPOPS does not remove attributes in SDP

2016-06-17 Thread Richard Fuchs
On 17/06/16 03:46 AM, Dmitry wrote: Hi all I have the following code: if($T_reply_code=="200") { if(has_body("application/sdp")) { xlog("L_INFO", "RTPENGINE received internal reply $T_reply_code $rr SDP extra lines will be removed");