Module: sems Branch: master Commit: bcb095c1a46ad929fa67ffdaaf5b9c8e87be53d4 URL: https://github.com/sems-server/sems/commit/bcb095c1a46ad929fa67ffdaaf5b9c8e87be53d4
Author: Mikko Lehto <[email protected]> Committer: Victor Seva <[email protected]> Date: 2015-04-24T11:34:06+02:00 core: AmRtpStream: RFC 4733 typo in debug message Fixes #3 --- Modified: core/AmRtpStream.cpp --- Diff: https://github.com/sems-server/sems/commit/bcb095c1a46ad929fa67ffdaaf5b9c8e87be53d4.diff Patch: https://github.com/sems-server/sems/commit/bcb095c1a46ad929fa67ffdaaf5b9c8e87be53d4.patch --- diff --git a/core/AmRtpStream.cpp b/core/AmRtpStream.cpp index 7db47c9..00903cb 100644 --- a/core/AmRtpStream.cpp +++ b/core/AmRtpStream.cpp @@ -1229,7 +1229,7 @@ void AmRtpStream::setRtpRelayTransparentSSRC(bool transparent) { } void AmRtpStream::setRtpRelayFilterRtpDtmf(bool filter) { - DBG("%sabled RTP relay filtering of RTP DTMF (2833 / 3744) for RTP stream instance [%p]\n", + DBG("%sabled RTP relay filtering of RTP DTMF (2833 / 4733) for RTP stream instance [%p]\n", filter ? "en":"dis", this); relay_filter_dtmf = filter; } _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
