rtp_stream: Update id after modifying fields upon Tx of MGCP msg

Change-Id: Ifbcab2d07df96d2a826e8235306b18df9573802c
This commit is contained in:
Pau Espin 2023-03-15 11:58:16 +01:00
parent 2d57d6eaa9
commit a202cf43c7
1 changed files with 1 additions and 0 deletions

View File

@ -324,6 +324,7 @@ static int rtp_stream_do_mgcp_verb(struct rtp_stream *rtps, enum mgcp_verb verb,
verb_info.port = rtps->remote.port;
rtps->remote_sent_to_mgw = true;
}
rtp_stream_update_id(rtps);
osmo_mgcpc_ep_ci_request(rtps->ci, verb, &verb_info, rtps->fi, ok_event, fail_event, NULL);
return 0;