diff --git a/daemon/call.c b/daemon/call.c index 017c32574..e9d7909ed 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -1011,6 +1011,8 @@ static struct endpoint_map *__get_endpoint_map(struct call_media *media, unsigne port_latching = true; else if (MEDIA_ISSET(media, ICE) && (!flags || !flags->no_port_latching)) port_latching = true; + else if (!MEDIA_ISSET(media, RECV) && (!flags || !flags->no_port_latching)) + port_latching = true; struct endpoint_map *em = NULL; if (port_latching) diff --git a/t/auto-daemon-tests.pl b/t/auto-daemon-tests.pl index 482019f65..0c17dd482 100755 --- a/t/auto-daemon-tests.pl +++ b/t/auto-daemon-tests.pl @@ -18530,5 +18530,225 @@ SDP +new_call; + +($port_a) = offer('re-invite sendonly port change (control)', { }, <