Skip to content

Commit 1649eef

Browse files
Rebuild documentation
1 parent 74b99d2 commit 1649eef

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
@@ -207,8 +207,12 @@ modparam("siprec", "skip_failover_codes", "[34][0-9][0-9]")
207207
disabled for those participants.
208208

209209
Note that the call recording is not started right away, but
210-
only when the call is actually answered - 200 OK is sent by the
211-
callee.
210+
only when the callee provides an SDP as well (usually in a 200
211+
OK, or possibly a 183 Ringing).
212+
213+
Note if you only want to start recording when the call is
214+
established (200 OK is received), then you should call this
215+
function in the onreply route processing that 200 OK.
212216

213217
Parameters:
214218
* srs (string) - a comma-separated list of SRS URIs. These
@@ -358,7 +362,7 @@ Chapter 2. Contributors
358362
Table 2.1. Top contributors by DevScore^(1), authored
359363
commits^(2) and lines added/removed^(3)
360364
Name DevScore Commits Lines ++ Lines --
361-
1. Razvan Crainea (@razvancrainea) 156 82 5129 1851
365+
1. Razvan Crainea (@razvancrainea) 158 83 5137 1853
362366
2. Vlad Patrascu (@rvlad-patrascu) 16 11 166 149
363367
3. Liviu Chircu (@liviuchircu) 9 7 35 53
364368
4. Maksym Sobolyev (@sobomax) 6 4 12 11
@@ -386,7 +390,7 @@ Chapter 2. Contributors
386390

387391
Table 2.2. Most recently active contributors^(1) to this module
388392
Name Commit Activity
389-
1. Razvan Crainea (@razvancrainea) Jun 2017 - Jul 2024
393+
1. Razvan Crainea (@razvancrainea) Jun 2017 - Jun 2025
390394
2. Maksym Sobolyev (@sobomax) Feb 2023 - Nov 2023
391395
3. Seyed Mehran Siadati Nov 2023 - Nov 2023
392396
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">156</entry>
25-
<entry align="center">82</entry>
26-
<entry align="center">5129</entry>
27-
<entry align="center">1851</entry>
24+
<entry align="center">158</entry>
25+
<entry align="center">83</entry>
26+
<entry align="center">5137</entry>
27+
<entry align="center">1853</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 - Jul 2024</entry>
108+
<entry align="center">Jun 2017 - Jun 2025</entry>
109109
</row>
110110
<row>
111111
<entry>2. </entry>

0 commit comments

Comments
 (0)