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