@@ -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
0 commit comments