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