Skip to content

Commit 74b99d2

Browse files
committed
siprec: docs clarify when recoring is started
Thanks to Walter Schober on mailing list for reporing the inconsistency (cherry picked from commit 6da409d)
1 parent 232c894 commit 74b99d2

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

modules/siprec/doc/siprec_admin.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,14 @@ modparam("siprec", "skip_failover_codes", "[34][0-9][0-9]")
248248
</para>
249249
<para>
250250
<emphasis>Note</emphasis> that the call recording is not
251-
started right away, but only when the call is actually
252-
answered - 200 OK is sent by the callee.
251+
started right away, but only when the callee provides an
252+
SDP as well (usually in a 200 OK, or possibly a 183 Ringing).
253+
</para>
254+
<para>
255+
<emphasis>Note</emphasis> if you only want to start recording
256+
when the call is established (200 OK is received), then you
257+
should call this function in the onreply route processing that
258+
200 OK.
253259
</para>
254260
<para>
255261
Parameters:

0 commit comments

Comments
 (0)