From a74cf4a7f9d410b2c545c752eab3746c704363b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Ned=C5=BEibovi=C4=87?= <damir.nedzibovic@enreach.com> Date: Tue, 2 Feb 2021 11:06:50 +0100 Subject: [PATCH] Add --dtmf-log-ng-tcp CLI option. --- daemon/rtpengine.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/daemon/rtpengine.pod b/daemon/rtpengine.pod index 8460a3dd0..716c54e27 100644 --- a/daemon/rtpengine.pod +++ b/daemon/rtpengine.pod @@ -274,6 +274,11 @@ to the feature enabled by B<--log-facilty-dtmf>, but instead of writing detected DTMF events to syslog, this sends the JSON payload to the given address as UDP packets. +=item B<--dtmf-log-ng-tcp> + +If B<--listen-tcp-ng> is enabled, this will send DTMF events to all +connected cliens encoded in bencode format. + =item B<--log-srtp-keys> Write SRTP keys to error log instead of debug log.