Skip to content

Commit 6da409d

Browse files
committed
siprec: docs clarify when recoring is started
Thanks to Walter Schober on mailing list for reporing the inconsistency
1 parent 517e08e commit 6da409d

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
@@ -297,8 +297,14 @@ modparam("siprec", "skip_failover_codes", "[34][0-9][0-9]")
297297
</para>
298298
<para>
299299
<emphasis>Note</emphasis> that the call recording is not
300-
started right away, but only when the call is actually
301-
answered - 200 OK is sent by the callee.
300+
started right away, but only when the callee provides an
301+
SDP as well (usually in a 200 OK, or possibly a 183 Ringing).
302+
</para>
303+
<para>
304+
<emphasis>Note</emphasis> if you only want to start recording
305+
when the call is established (200 OK is received), then you
306+
should call this function in the onreply route processing that
307+
200 OK.
302308
</para>
303309
<para>
304310
Parameters:

0 commit comments

Comments
 (0)