Skip to content

Commit 3fa24f8

Browse files
Rebuild documentation
1 parent 5a06fb3 commit 3fa24f8

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

modules/siprec/README

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,12 @@ modparam("siprec", "skip_failover_codes", "[34][0-9][0-9]")
238238
disabled for those participants.
239239

240240
Note that the call recording is not started right away, but
241-
only when the call is actually answered - 200 OK is sent by the
242-
callee.
241+
only when the callee provides an SDP as well (usually in a 200
242+
OK, or possibly a 183 Ringing).
243+
244+
Note if you only want to start recording when the call is
245+
established (200 OK is received), then you should call this
246+
function in the onreply route processing that 200 OK.
243247

244248
Parameters:
245249
* srs (string) - a comma-separated list of SRS URIs. These
@@ -449,7 +453,7 @@ Chapter 2. Contributors
449453
Table 2.1. Top contributors by DevScore^(1), authored
450454
commits^(2) and lines added/removed^(3)
451455
Name DevScore Commits Lines ++ Lines --
452-
1. Razvan Crainea (@razvancrainea) 187 96 6353 2210
456+
1. Razvan Crainea (@razvancrainea) 188 97 6361 2212
453457
2. Vlad Patrascu (@rvlad-patrascu) 16 11 166 149
454458
3. Liviu Chircu (@liviuchircu) 9 7 35 53
455459
4. Maksym Sobolyev (@sobomax) 6 4 12 11
@@ -477,7 +481,7 @@ Chapter 2. Contributors
477481

478482
Table 2.2. Most recently active contributors^(1) to this module
479483
Name Commit Activity
480-
1. Razvan Crainea (@razvancrainea) Jun 2017 - Apr 2025
484+
1. Razvan Crainea (@razvancrainea) Jun 2017 - Jun 2025
481485
2. Maksym Sobolyev (@sobomax) Feb 2023 - Nov 2023
482486
3. Seyed Mehran Siadati Nov 2023 - Nov 2023
483487
4. Liviu Chircu (@liviuchircu) Apr 2018 - Aug 2023

modules/siprec/doc/contributors.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<row>
2222
<entry>1. </entry>
2323
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
24-
<entry align="center">187</entry>
25-
<entry align="center">96</entry>
26-
<entry align="center">6353</entry>
27-
<entry align="center">2210</entry>
24+
<entry align="center">188</entry>
25+
<entry align="center">97</entry>
26+
<entry align="center">6361</entry>
27+
<entry align="center">2212</entry>
2828
</row>
2929
<row>
3030
<entry>2. </entry>
@@ -105,7 +105,7 @@
105105
<row>
106106
<entry>1. </entry>
107107
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
108-
<entry align="center">Jun 2017 - Apr 2025</entry>
108+
<entry align="center">Jun 2017 - Jun 2025</entry>
109109
</row>
110110
<row>
111111
<entry>2. </entry>

0 commit comments

Comments
 (0)