Re: 6.0.5 Teams Direct Routing SBC: inbound 400 cause=95 + outbound 2xx ACK not completing (dual-transport TLS/UDP record_route_preset)
xf han via sr-users <[email protected]> Mon, 22 Jun 2026 02:33:56 -0000
| Newsgroups | gmane.comp.voip.ser |
|---|---|
| Message-ID | <[email protected]> |
route[RECORD_ROUTE] {
if (isflagset(FLT_SRC_MS_TEAMS)) {
record_route_preset("KAM_IP4_ADDR:KAM_SIP_PORT;transport=tcp", "KAM_DOMAIN:KAM_SIPS_PORT;transport=tls");
add_rr_param(";r2=on");
} else if isflagset(FLT_DST_MS_TEAMS) {
record_route_preset("KAM_DOMAIN:KAM_SIPS_PORT;transport=tls", "KAM_IP4_ADDR:KAM_SIP_PORT;transport=tcp");
add_rr_param(";r2=on");
} else {
record_route();
}
return;
}
__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the sender!