[SR-Users] Called with SDP without DTLS fingerprint from WebRTC to SIP

Zhan Bazarov chiefkeeft at gmail.com
Mon Sep 14 16:12:01 CEST 2020


and also:
                        xlog("IS REQUEST");
                        if ($proto =~ "ws") {
                                xlog("WEB --> SIP");
                                $xavp(r=>$T_branch_idx) =
$xavp(r=>$T_branch_idx) + " rtcp-mux-demux DTLS=off SDES-off ICE=remove
RTP/AVP";
                                rtpengine_manage($xavp(r=>$T_branch_idx));
                                if (route(FROMASTERISK)) {
                                        xlog("FROM INTERNAL");
                                } else {
                                        xlog("FROM EXTERNAL");
                                        rtpengine_manage("
direction=external direction=internal ICE=remove loop-protect");
                                }

You don't need to do rtpengine_manage twice... But in ur code its executing
twice - I believe thats the root cause of that issue...



--
Sent from: http://sip-router.1086192.n5.nabble.com/Users-f3.html



More information about the sr-users mailing list