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

Change-Id: Ifbcab2d07df96d2a826e8235306b18df9573802c
diff --git a/src/libmsc/rtp_stream.c b/src/libmsc/rtp_stream.c
index 61b5ea9..f977cdd 100644
--- a/src/libmsc/rtp_stream.c
+++ b/src/libmsc/rtp_stream.c
@@ -324,6 +324,7 @@
 		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;