Skip to content

Commit c13d725

Browse files
Rebuild documentation
1 parent d94c7a8 commit c13d725

File tree

14 files changed

+256
-202
lines changed

14 files changed

+256
-202
lines changed

modules/b2b_entities/README

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ B2B_ENTITIES
3131

3232
1.4. Exported Functions
3333

34-
1.4.1. ua_session_server_init([key], [flags])
34+
1.4.1. ua_session_server_init([key], [flags],
35+
[extra_params])
36+
3537
1.4.2. ua_session_update(key, method, [body],
3638
[extra_headers], [content_type])
3739

@@ -345,7 +347,7 @@ modparam("b2b_entities", "ua_default_timeout", 7200)
345347

346348
1.4. Exported Functions
347349

348-
1.4.1. ua_session_server_init([key], [flags])
350+
1.4.1. ua_session_server_init([key], [flags], [extra_params])
349351

350352
This function initializes a new UA session by processing an
351353
initial INVITE. Further requests/replies received belonging to
@@ -375,6 +377,9 @@ modparam("b2b_entities", "ua_default_timeout", 7200)
375377
+ n - do not trigger the E_UA_SESSION event (with
376378
event_type NEW) for initial INVITES handled with this
377379
function.
380+
* extra_params (string, optional) - An arbitrary value to be
381+
passed to the extra_params parameter in the E_UA_SESSION
382+
event.
378383

379384
This function can be used from REQUEST_ROUTE.
380385

@@ -613,6 +618,10 @@ opensips-cli -x mi ua_session_terminate key=B2B.436.1925389.1649338095
613618
* method - the SIP method name
614619
* body - SIP message body
615620
* headers - full list of all SIP headers in the message.
621+
* extra_params - an arbitrary value. Currently only the
622+
ua_session_server_init() function passes this if the
623+
extra_params argument is used, and it only appears in the
624+
NEW event_type.
616625

617626
Chapter 2. Developer Guide
618627

@@ -805,7 +814,7 @@ Chapter 3. Contributors
805814
Name DevScore Commits Lines ++ Lines --
806815
1. Anca Vamanu 183 94 6839 1860
807816
2. Vlad Patrascu (@rvlad-patrascu) 127 62 5443 1147
808-
3. Razvan Crainea (@razvancrainea) 86 70 794 521
817+
3. Razvan Crainea (@razvancrainea) 88 72 826 531
809818
4. Bogdan-Andrei Iancu (@bogdan-iancu) 57 48 499 190
810819
5. Ovidiu Sas (@ovidiusas) 54 41 855 293
811820
6. Liviu Chircu (@liviuchircu) 21 17 97 128
@@ -840,7 +849,7 @@ Chapter 3. Contributors
840849

841850
Table 3.2. Most recently active contributors^(1) to this module
842851
Name Commit Activity
843-
1. Razvan Crainea (@razvancrainea) Dec 2010 - Oct 2024
852+
1. Razvan Crainea (@razvancrainea) Dec 2010 - Nov 2024
844853
2. Liviu Chircu (@liviuchircu) Mar 2014 - Sep 2024
845854
3. Alexandra Titoc Sep 2024 - Sep 2024
846855
4. Maksym Sobolyev (@sobomax) Jan 2021 - Nov 2023
@@ -864,10 +873,10 @@ Chapter 4. Documentation
864873

865874
4.1. Contributors
866875

867-
Last edited by: Liviu Chircu (@liviuchircu), Vlad Patrascu
868-
(@rvlad-patrascu), Carsten Bock, Razvan Crainea
869-
(@razvancrainea), Peter Lemenkov (@lemenkov), Bogdan-Andrei
870-
Iancu (@bogdan-iancu), Vlad Paiu (@vladpaiu), Ovidiu Sas
876+
Last edited by: Razvan Crainea (@razvancrainea), Liviu Chircu
877+
(@liviuchircu), Vlad Patrascu (@rvlad-patrascu), Carsten Bock,
878+
Peter Lemenkov (@lemenkov), Bogdan-Andrei Iancu
879+
(@bogdan-iancu), Vlad Paiu (@vladpaiu), Ovidiu Sas
871880
(@ovidiusas), Anca Vamanu.
872881

873882
Documentation Copyrights:

modules/b2b_entities/doc/contributors.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
<row>
3838
<entry>3. </entry>
3939
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
40-
<entry align="center">86</entry>
41-
<entry align="center">70</entry>
42-
<entry align="center">794</entry>
43-
<entry align="center">521</entry>
40+
<entry align="center">88</entry>
41+
<entry align="center">72</entry>
42+
<entry align="center">826</entry>
43+
<entry align="center">531</entry>
4444
</row>
4545
<row>
4646
<entry>4. </entry>
@@ -129,7 +129,7 @@
129129
<row>
130130
<entry>1. </entry>
131131
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
132-
<entry align="center">Dec 2010 - Oct 2024</entry>
132+
<entry align="center">Dec 2010 - Nov 2024</entry>
133133
</row>
134134
<row>
135135
<entry>2. </entry>
@@ -190,7 +190,7 @@
190190
<title>Documentation</title>
191191
<section id="documentation_contributors" xreflabel="documentation_contributors">
192192
<title>Contributors</title>
193-
<para><emphasis role='bold'>Last edited by:</emphasis> Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>), Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>), Carsten Bock, Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>), Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>), Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>), Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>), Ovidiu Sas (<ulink url="https://github.com/ovidiusas">@ovidiusas</ulink>), Anca Vamanu.</para>
193+
<para><emphasis role='bold'>Last edited by:</emphasis> Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>), Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>), Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>), Carsten Bock, Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>), Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>), Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>), Ovidiu Sas (<ulink url="https://github.com/ovidiusas">@ovidiusas</ulink>), Anca Vamanu.</para>
194194
</section>
195195

196196
</chapter>

modules/db_mysql/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Chapter 2. Contributors
234234
3. Henning Westerholt (@henningw) 57 30 693 1239
235235
4. Liviu Chircu (@liviuchircu) 43 34 581 206
236236
5. Daniel-Constantin Mierla (@miconda) 28 20 571 154
237-
6. Razvan Crainea (@razvancrainea) 21 18 233 61
237+
6. Razvan Crainea (@razvancrainea) 24 20 239 61
238238
7. Andrei Pelinescu-Onciul 16 14 52 49
239239
8. Vlad Paiu (@vladpaiu) 15 12 185 25
240240
9. Vlad Patrascu (@rvlad-patrascu) 12 8 179 78
@@ -269,7 +269,7 @@ Chapter 2. Contributors
269269

270270
Table 2.2. Most recently active contributors^(1) to this module
271271
Name Commit Activity
272-
1. Razvan Crainea (@razvancrainea) Oct 2011 - Jul 2024
272+
1. Razvan Crainea (@razvancrainea) Oct 2011 - Nov 2024
273273
2. Liviu Chircu (@liviuchircu) Mar 2014 - Jul 2024
274274
3. Bogdan-Andrei Iancu (@bogdan-iancu) Aug 2002 - Mar 2024
275275
4. Vlad Paiu (@vladpaiu) Feb 2011 - Jul 2023

modules/db_mysql/doc/contributors.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
<row>
6262
<entry>6. </entry>
6363
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
64-
<entry align="center">21</entry>
65-
<entry align="center">18</entry>
66-
<entry align="center">233</entry>
64+
<entry align="center">24</entry>
65+
<entry align="center">20</entry>
66+
<entry align="center">239</entry>
6767
<entry align="center">61</entry>
6868
</row>
6969
<row>
@@ -129,7 +129,7 @@
129129
<row>
130130
<entry>1. </entry>
131131
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
132-
<entry align="center">Oct 2011 - Jul 2024</entry>
132+
<entry align="center">Oct 2011 - Nov 2024</entry>
133133
</row>
134134
<row>
135135
<entry>2. </entry>

modules/db_oracle/README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Chapter 2. Contributors
146146
4. Liviu Chircu (@liviuchircu) 12 9 23 83
147147
5. dronord 8 6 29 18
148148
6. Peter Lemenkov (@lemenkov) 7 5 41 5
149-
7. Gang Zhuo 5 3 31 13
149+
7. Gang Zhuo 6 4 42 16
150150
8. Henning Westerholt (@henningw) 5 3 19 7
151151
9. Gang Zhuo 4 2 4 2
152152
10. Vlad Patrascu (@rvlad-patrascu) 4 2 3 3
@@ -175,10 +175,10 @@ Chapter 2. Contributors
175175

176176
Table 2.2. Most recently active contributors^(1) to this module
177177
Name Commit Activity
178-
1. Razvan Crainea (@razvancrainea) Oct 2011 - Jul 2024
179-
2. Liviu Chircu (@liviuchircu) Mar 2014 - May 2024
180-
3. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 2023
181-
4. Gang Zhuo Nov 2022 - Jan 2023
178+
1. Gang Zhuo Nov 2022 - Nov 2024
179+
2. Razvan Crainea (@razvancrainea) Oct 2011 - Jul 2024
180+
3. Liviu Chircu (@liviuchircu) Mar 2014 - May 2024
181+
4. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 2023
182182
5. Gang Zhuo Dec 2021 - Dec 2021
183183
6. Bogdan-Andrei Iancu (@bogdan-iancu) Jul 2008 - Apr 2019
184184
7. Vlad Patrascu (@rvlad-patrascu) May 2017 - Apr 2019

modules/db_oracle/doc/contributors.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
<row>
7070
<entry>7. </entry>
7171
<entry>Gang Zhuo</entry>
72-
<entry align="center">5</entry>
73-
<entry align="center">3</entry>
74-
<entry align="center">31</entry>
75-
<entry align="center">13</entry>
72+
<entry align="center">6</entry>
73+
<entry align="center">4</entry>
74+
<entry align="center">42</entry>
75+
<entry align="center">16</entry>
7676
</row>
7777
<row>
7878
<entry>8. </entry>
@@ -128,24 +128,24 @@
128128
<tbody>
129129
<row>
130130
<entry>1. </entry>
131+
<entry>Gang Zhuo</entry>
132+
<entry align="center">Nov 2022 - Nov 2024</entry>
133+
</row>
134+
<row>
135+
<entry>2. </entry>
131136
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
132137
<entry align="center">Oct 2011 - Jul 2024</entry>
133138
</row>
134139
<row>
135-
<entry>2. </entry>
140+
<entry>3. </entry>
136141
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
137142
<entry align="center">Mar 2014 - May 2024</entry>
138143
</row>
139144
<row>
140-
<entry>3. </entry>
145+
<entry>4. </entry>
141146
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
142147
<entry align="center">Feb 2023 - Feb 2023</entry>
143148
</row>
144-
<row>
145-
<entry>4. </entry>
146-
<entry>Gang Zhuo</entry>
147-
<entry align="center">Nov 2022 - Jan 2023</entry>
148-
</row>
149149
<row>
150150
<entry>5. </entry>
151151
<entry>Gang Zhuo</entry>

modules/drouting/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@ Chapter 3. Contributors
19001900
Table 3.1. Top contributors by DevScore^(1), authored
19011901
commits^(2) and lines added/removed^(3)
19021902
Name DevScore Commits Lines ++ Lines --
1903-
1. Bogdan-Andrei Iancu (@bogdan-iancu) 412 201 13804 5822
1903+
1. Bogdan-Andrei Iancu (@bogdan-iancu) 413 202 13810 5824
19041904
2. Liviu Chircu (@liviuchircu) 161 96 2513 2611
19051905
3. Razvan Crainea (@razvancrainea) 100 53 1171 2226
19061906
4. Mihai Tiganus (@tallicamike) 72 20 4301 910
@@ -1939,8 +1939,8 @@ Chapter 3. Contributors
19391939

19401940
Table 3.2. Most recently active contributors^(1) to this module
19411941
Name Commit Activity
1942-
1. Liviu Chircu (@liviuchircu) Nov 2012 - Sep 2024
1943-
2. Bogdan-Andrei Iancu (@bogdan-iancu) Oct 2008 - Mar 2024
1942+
1. Bogdan-Andrei Iancu (@bogdan-iancu) Oct 2008 - Nov 2024
1943+
2. Liviu Chircu (@liviuchircu) Nov 2012 - Sep 2024
19441944
3. Vlad Paiu (@vladpaiu) Aug 2011 - Feb 2024
19451945
4. Maksym Sobolyev (@sobomax) Oct 2020 - Nov 2023
19461946
5. Razvan Crainea (@razvancrainea) Sep 2010 - Oct 2023

modules/drouting/doc/contributors.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<row>
2222
<entry>1. </entry>
2323
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
24-
<entry align="center">412</entry>
25-
<entry align="center">201</entry>
26-
<entry align="center">13804</entry>
27-
<entry align="center">5822</entry>
24+
<entry align="center">413</entry>
25+
<entry align="center">202</entry>
26+
<entry align="center">13810</entry>
27+
<entry align="center">5824</entry>
2828
</row>
2929
<row>
3030
<entry>2. </entry>
@@ -128,13 +128,13 @@
128128
<tbody>
129129
<row>
130130
<entry>1. </entry>
131-
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
132-
<entry align="center">Nov 2012 - Sep 2024</entry>
131+
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
132+
<entry align="center">Oct 2008 - Nov 2024</entry>
133133
</row>
134134
<row>
135135
<entry>2. </entry>
136-
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
137-
<entry align="center">Oct 2008 - Mar 2024</entry>
136+
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
137+
<entry align="center">Nov 2012 - Sep 2024</entry>
138138
</row>
139139
<row>
140140
<entry>3. </entry>

modules/event_routing/README

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -376,14 +376,15 @@ Chapter 4. Contributors
376376
Table 4.1. Top contributors by DevScore^(1), authored
377377
commits^(2) and lines added/removed^(3)
378378
Name DevScore Commits Lines ++ Lines --
379-
1. Bogdan-Andrei Iancu (@bogdan-iancu) 29 12 1801 52
380-
2. Liviu Chircu (@liviuchircu) 28 19 487 198
379+
1. Liviu Chircu (@liviuchircu) 29 20 494 220
380+
2. Bogdan-Andrei Iancu (@bogdan-iancu) 29 12 1801 52
381381
3. Vlad Patrascu (@rvlad-patrascu) 9 5 75 148
382382
4. Razvan Crainea (@razvancrainea) 6 4 9 5
383383
5. Fabian Gast (@fgast) 4 2 27 7
384384
6. Maksym Sobolyev (@sobomax) 4 2 5 6
385-
7. Zero King (@l2dy) 3 1 2 2
386-
8. Peter Lemenkov (@lemenkov) 3 1 1 1
385+
7. Vlad Paiu (@vladpaiu) 3 1 8 1
386+
8. Zero King (@l2dy) 3 1 2 2
387+
9. Peter Lemenkov (@lemenkov) 3 1 1 1
387388

388389
(1) DevScore = author_commits + author_lines_added /
389390
(project_lines_added / project_commits) + author_lines_deleted
@@ -405,14 +406,15 @@ Chapter 4. Contributors
405406

406407
Table 4.2. Most recently active contributors^(1) to this module
407408
Name Commit Activity
408-
1. Liviu Chircu (@liviuchircu) Sep 2017 - May 2023
409-
2. Bogdan-Andrei Iancu (@bogdan-iancu) Mar 2017 - May 2023
410-
3. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 2023
411-
4. Vlad Patrascu (@rvlad-patrascu) May 2017 - Jul 2020
412-
5. Zero King (@l2dy) Mar 2020 - Mar 2020
413-
6. Razvan Crainea (@razvancrainea) Apr 2017 - Sep 2019
414-
7. Fabian Gast (@fgast) Nov 2018 - Dec 2018
415-
8. Peter Lemenkov (@lemenkov) Jun 2018 - Jun 2018
409+
1. Liviu Chircu (@liviuchircu) Sep 2017 - Nov 2024
410+
2. Vlad Paiu (@vladpaiu) Nov 2024 - Nov 2024
411+
3. Bogdan-Andrei Iancu (@bogdan-iancu) Mar 2017 - May 2023
412+
4. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 2023
413+
5. Vlad Patrascu (@rvlad-patrascu) May 2017 - Jul 2020
414+
6. Zero King (@l2dy) Mar 2020 - Mar 2020
415+
7. Razvan Crainea (@razvancrainea) Apr 2017 - Sep 2019
416+
8. Fabian Gast (@fgast) Nov 2018 - Dec 2018
417+
9. Peter Lemenkov (@lemenkov) Jun 2018 - Jun 2018
416418

417419
(1) including any documentation-related commits, excluding
418420
merge commits

0 commit comments

Comments
 (0)