Browse Source

Add --dtmf-log-ng-tcp CLI option.

pull/1183/head
Damir Nedžibović 5 years ago
parent
commit
a74cf4a7f9
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      daemon/rtpengine.pod

+ 5
- 0
daemon/rtpengine.pod View File

@ -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 detected DTMF events to syslog, this sends the JSON payload to the
given address as UDP packets. 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> =item B<--log-srtp-keys>
Write SRTP keys to error log instead of debug log. Write SRTP keys to error log instead of debug log.


Loading…
Cancel
Save