From d09f34a70bea6b7701bf58a1b7a52546f26ce8ee Mon Sep 17 00:00:00 2001 From: Dylan Mikus Date: Wed, 20 Jan 2016 21:55:00 +0000 Subject: [PATCH] Updates to description of metadata file format Added the answer SDP lines to the file format description. --- daemon/recording.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/daemon/recording.h b/daemon/recording.h index 63d294c0e..92ba08542 100644 --- a/daemon/recording.h +++ b/daemon/recording.h @@ -51,6 +51,14 @@ int detect_setup_recording(struct call *call, str recordcall); * * /path/to/recording-pcap.pcap * + * first SDP answer + * + * second SDP answer + * + * ... + * + * n-th and final SDP answer + * * start timestamp (YYYY-MM-DDThh:mm:ss) * end timestamp (YYYY-MM-DDThh:mm:ss) *