add mgcp rtp log

Change-Id: I42bbd803e7b0a2f1c4c4ad75561e5d3f8f80fa97
This commit is contained in:
Alexander Couzens
2018-01-03 00:37:38 +01:00
parent e35eeae8e0
commit eb57b9b3a1

View File

@@ -184,8 +184,9 @@ int mgcp_send_dummy(struct mgcp_endpoint *endp, struct mgcp_conn_rtp *conn)
failed:
LOGP(DRTP, LOGL_ERROR,
"endpoint:0x%x Failed to send dummy %s packet.\n",
ENDPOINT_NUMBER(endp), was_rtcp ? "RTCP" : "RTP");
"endpoint:0x%x Failed to send dummy %s packet. 0x%x %d.\n",
ENDPOINT_NUMBER(endp), was_rtcp ? "RTCP" : "RTP", conn->end.addr, conn->end.rtcp_port);
LOGP(DRTP, LOGL_ERROR, "endpoint: 0x%x : dump %s", ENDPOINT_NUMBER(endp), mgcp_conn_dump(conn->conn));
return -1;
}