Re: [SR-Users] SDP ending with CRLF and a=nortpproxy:yes

2014-08-12 Thread Narsay, Deep
Hello Daniel, Adding msg_apply_changes corrected the extra CRLF, But ICE candidates (Added using set_iattr("ice_priority", "1"); ) are not getting added anymore. I have removed sdp_remove_line_by_prefix from kamailio.cfg for now. Thanks, -Deep N. On Tue, Aug 12, 2014 at 2:42 PM, Narsay,

Re: [SR-Users] SDP ending with CRLF and a=nortpproxy:yes

2014-08-12 Thread Narsay, Deep
Thanks Daniel. record_route() is already being done. I will go through my test cases with your suggestion. - Deep N On Tue, Aug 12, 2014 at 1:11 PM, Daniel-Constantin Mierla wrote: > Hello, > > use msg_apply_changes() after sdp_remove_line_by_prefix(). > > > Also, you should do record_route

Re: [SR-Users] SDP ending with CRLF and a=nortpproxy:yes

2014-08-12 Thread Daniel-Constantin Mierla
Hello, use msg_apply_changes() after sdp_remove_line_by_prefix(). Also, you should do record_route() after applying changes. Cheers, Daniel On 12/08/14 17:49, Narsay, Deep wrote: Hello, Please let me know if there is any work around for this. Details of the issue: kamailio.cfg has this s

[SR-Users] SDP ending with CRLF and a=nortpproxy:yes

2014-08-12 Thread Narsay, Deep
Hello, Please let me know if there is any work around for this. Details of the issue: kamailio.cfg has this sequence in kamailio.cfg, .. modparam("rtpproxy", "ice_candidate_priority_avp", "$avp(ice_priority)" ) sdp_remove_line_by_prefix("a=candidate");