Skip to content

Commit 5e72d17

Browse files
Rebuild documentation
1 parent 148473d commit 5e72d17

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

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

210214
Parameters:
211215
* srs (string) - a comma-separated list of SRS URIs. These
@@ -330,7 +334,7 @@ Chapter 2. Contributors
330334
Table 2.1. Top contributors by DevScore^(1), authored
331335
commits^(2) and lines added/removed^(3)
332336
Name DevScore Commits Lines ++ Lines --
333-
1. Razvan Crainea (@razvancrainea) 148 79 4859 1773
337+
1. Razvan Crainea (@razvancrainea) 149 80 4867 1775
334338
2. Vlad Patrascu (@rvlad-patrascu) 16 11 166 149
335339
3. Liviu Chircu (@liviuchircu) 9 7 35 53
336340
4. Bogdan-Andrei Iancu (@bogdan-iancu) 4 2 3 2
@@ -357,7 +361,7 @@ Chapter 2. Contributors
357361

358362
Table 2.2. Most recently active contributors^(1) to this module
359363
Name Commit Activity
360-
1. Razvan Crainea (@razvancrainea) Jun 2017 - Jul 2024
364+
1. Razvan Crainea (@razvancrainea) Jun 2017 - Jun 2025
361365
2. Liviu Chircu (@liviuchircu) Apr 2018 - Aug 2023
362366
3. Vlad Patrascu (@rvlad-patrascu) Feb 2018 - Mar 2023
363367
4. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 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">148</entry>
25-
<entry align="center">79</entry>
26-
<entry align="center">4859</entry>
27-
<entry align="center">1773</entry>
24+
<entry align="center">149</entry>
25+
<entry align="center">80</entry>
26+
<entry align="center">4867</entry>
27+
<entry align="center">1775</entry>
2828
</row>
2929
<row>
3030
<entry>2. </entry>
@@ -97,7 +97,7 @@
9797
<row>
9898
<entry>1. </entry>
9999
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
100-
<entry align="center">Jun 2017 - Jul 2024</entry>
100+
<entry align="center">Jun 2017 - Jun 2025</entry>
101101
</row>
102102
<row>
103103
<entry>2. </entry>

0 commit comments

Comments
 (0)