From e69fc2582265df36f955b9898ec8ff0dc39fa601 Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Wed, 27 Jan 2016 17:05:01 -0500 Subject: [PATCH] Document `record-call` and `ICE` flag interaction --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0f72bfbc8..849722b0d 100644 --- a/README.md +++ b/README.md @@ -994,6 +994,9 @@ Optionally included keys are: Contains either the string "yes" or the string "no". This tells the rtpengine whether or not to record the call to PCAP files. If the call is recorded, it will generate PCAP files for each stream and a metadata file for each call. + Note that rtpengine *will not* force itself into the media path, and other + flags like `ICE=force` may be necessary to ensure the call is recorded. + See the `--recording-dir` option above.