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,
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
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
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");