Skip to content

Commit

Permalink
Rebuild documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
opensips-github committed Feb 16, 2025
1 parent 94173b8 commit 30f94b5
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 39 deletions.
15 changes: 10 additions & 5 deletions modules/clusterer/README
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ CLUSTERER Module
1.5.2. cluster_send_rpl(cluster_id, dst_id, msg,
tag)

1.5.3. cluster_broadcast_req(cluster_id, msg, [tag])
1.5.3. cluster_broadcast_req(cluster_id, msg, [tag],
[include_self])

1.5.4. cluster_check_addr(cluster_id, ip, addr_type)

Expand Down Expand Up @@ -700,11 +701,14 @@ param(tag));
}
...

1.5.3. cluster_broadcast_req(cluster_id, msg, [tag])
1.5.3. cluster_broadcast_req(cluster_id, msg, [tag], [include_self])

This function has a similar behaviour to the cluster_send_req()
function with the exception that the message is sent to all the
nodes in the specified cluster.
* include_self (bool, optional, default: false) - raise the
event for current node as well, but without actually
sending a packet (both req and rpl).

The function can return the following values:
* 1 - successfully sent message to at least one node;
Expand All @@ -722,7 +726,8 @@ param(tag));

Example 1.29. cluster_broadcast_req() usage
...
cluster_broadcast_req($var(cl_id), $var(share_data));
# also raise the event for current node
cluster_broadcast_req($var(cl_id), $var(share_data), , true);
...

1.5.4. cluster_check_addr(cluster_id, ip, addr_type)
Expand Down Expand Up @@ -1449,7 +1454,7 @@ Chapter 3. Contributors
commits^(2) and lines added/removed^(3)
Name DevScore Commits Lines ++ Lines --
1. Vlad Patrascu (@rvlad-patrascu) 364 135 13387 7101
2. Liviu Chircu (@liviuchircu) 68 52 801 522
2. Liviu Chircu (@liviuchircu) 70 53 848 532
3. Eseanu Marius Cristian (@eseanucristian) 46 10 3142 534
4. Bogdan-Andrei Iancu (@bogdan-iancu) 31 16 1342 128
5. Razvan Crainea (@razvancrainea) 27 21 327 148
Expand Down Expand Up @@ -1482,7 +1487,7 @@ Chapter 3. Contributors

Table 3.2. Most recently active contributors^(1) to this module
Name Commit Activity
1. Liviu Chircu (@liviuchircu) Mar 2016 - Dec 2024
1. Liviu Chircu (@liviuchircu) Mar 2016 - Feb 2025
2. Razvan Crainea (@razvancrainea) Nov 2015 - Sep 2024
3. Alexandra Titoc Sep 2024 - Sep 2024
4. Bogdan-Andrei Iancu (@bogdan-iancu) Apr 2016 - Sep 2024
Expand Down
10 changes: 5 additions & 5 deletions modules/clusterer/doc/contributors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<row>
<entry>2. </entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">68</entry>
<entry align="center">52</entry>
<entry align="center">801</entry>
<entry align="center">522</entry>
<entry align="center">70</entry>
<entry align="center">53</entry>
<entry align="center">848</entry>
<entry align="center">532</entry>
</row>
<row>
<entry>3. </entry>
Expand Down Expand Up @@ -129,7 +129,7 @@
<row>
<entry>1. </entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">Mar 2016 - Dec 2024</entry>
<entry align="center">Mar 2016 - Feb 2025</entry>
</row>
<row>
<entry>2. </entry>
Expand Down
6 changes: 3 additions & 3 deletions modules/dialog/README
Original file line number Diff line number Diff line change
Expand Up @@ -2645,7 +2645,7 @@ Chapter 4. Contributors
commits^(2) and lines added/removed^(3)
Name DevScore Commits Lines ++ Lines --
1. Bogdan-Andrei Iancu (@bogdan-iancu) 459 288 13367 3546
2. Razvan Crainea (@razvancrainea) 292 217 5449 1774
2. Razvan Crainea (@razvancrainea) 293 218 5456 1776
3. Vlad Paiu (@vladpaiu) 262 149 7467 3027
4. Vlad Patrascu (@rvlad-patrascu) 199 104 4330 3514
5. Liviu Chircu (@liviuchircu) 183 133 3128 1374
Expand Down Expand Up @@ -2690,8 +2690,8 @@ Chapter 4. Contributors

Table 4.2. Most recently active contributors^(1) to this module
Name Commit Activity
1. Vlad Paiu (@vladpaiu) Oct 2010 - Jan 2025
2. Razvan Crainea (@razvancrainea) Aug 2010 - Oct 2024
1. Razvan Crainea (@razvancrainea) Aug 2010 - Feb 2025
2. Vlad Paiu (@vladpaiu) Oct 2010 - Jan 2025
3. Alexandra Titoc Sep 2024 - Sep 2024
4. Bogdan-Andrei Iancu (@bogdan-iancu) Apr 2006 - Jun 2024
5. Stefan-Cristian Mititelu Jan 2024 - Jan 2024
Expand Down
16 changes: 8 additions & 8 deletions modules/dialog/doc/contributors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<row>
<entry>2. </entry>
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
<entry align="center">292</entry>
<entry align="center">217</entry>
<entry align="center">5449</entry>
<entry align="center">1774</entry>
<entry align="center">293</entry>
<entry align="center">218</entry>
<entry align="center">5456</entry>
<entry align="center">1776</entry>
</row>
<row>
<entry>3. </entry>
Expand Down Expand Up @@ -128,13 +128,13 @@
<tbody>
<row>
<entry>1. </entry>
<entry>Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>)</entry>
<entry align="center">Oct 2010 - Jan 2025</entry>
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
<entry align="center">Aug 2010 - Feb 2025</entry>
</row>
<row>
<entry>2. </entry>
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
<entry align="center">Aug 2010 - Oct 2024</entry>
<entry>Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>)</entry>
<entry align="center">Oct 2010 - Jan 2025</entry>
</row>
<row>
<entry>3. </entry>
Expand Down
8 changes: 4 additions & 4 deletions modules/rtpengine/README
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ Chapter 3. Contributors
4. Liviu Chircu (@liviuchircu) 20 16 91 173
5. Richard Fuchs 20 2 640 723
6. Vlad Patrascu (@rvlad-patrascu) 15 7 218 330
7. Norman Brandinger (@NormB) 10 8 66 13
7. Norman Brandinger (@NormB) 11 9 67 13
8. Peter Lemenkov (@lemenkov) 10 7 27 62
9. Vlad Paiu (@vladpaiu) 8 1 566 94
10. Eric Tamme (@etamme) 7 5 42 19
Expand Down Expand Up @@ -1473,9 +1473,9 @@ Chapter 3. Contributors

Table 3.2. Most recently active contributors^(1) to this module
Name Commit Activity
1. Razvan Crainea (@razvancrainea) Jun 2014 - Feb 2025
2. Vlad Paiu (@vladpaiu) Jan 2025 - Jan 2025
3. Norman Brandinger (@NormB) Jun 2024 - Nov 2024
1. Norman Brandinger (@NormB) Jun 2024 - Feb 2025
2. Razvan Crainea (@razvancrainea) Jun 2014 - Feb 2025
3. Vlad Paiu (@vladpaiu) Jan 2025 - Jan 2025
4. Eddie Fiorentine Nov 2024 - Nov 2024
5. Maksym Sobolyev (@sobomax) Jan 2021 - Nov 2023
6. Liviu Chircu (@liviuchircu) Jul 2014 - May 2023
Expand Down
18 changes: 9 additions & 9 deletions modules/rtpengine/doc/contributors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
<row>
<entry>7. </entry>
<entry>Norman Brandinger (<ulink url="https://github.com/NormB">@NormB</ulink>)</entry>
<entry align="center">10</entry>
<entry align="center">8</entry>
<entry align="center">66</entry>
<entry align="center">11</entry>
<entry align="center">9</entry>
<entry align="center">67</entry>
<entry align="center">13</entry>
</row>
<row>
Expand Down Expand Up @@ -128,18 +128,18 @@
<tbody>
<row>
<entry>1. </entry>
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
<entry align="center">Jun 2014 - Feb 2025</entry>
<entry>Norman Brandinger (<ulink url="https://github.com/NormB">@NormB</ulink>)</entry>
<entry align="center">Jun 2024 - Feb 2025</entry>
</row>
<row>
<entry>2. </entry>
<entry>Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>)</entry>
<entry align="center">Jan 2025 - Jan 2025</entry>
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
<entry align="center">Jun 2014 - Feb 2025</entry>
</row>
<row>
<entry>3. </entry>
<entry>Norman Brandinger (<ulink url="https://github.com/NormB">@NormB</ulink>)</entry>
<entry align="center">Jun 2024 - Nov 2024</entry>
<entry>Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>)</entry>
<entry align="center">Jan 2025 - Jan 2025</entry>
</row>
<row>
<entry>4. </entry>
Expand Down
2 changes: 1 addition & 1 deletion modules/usrloc/README
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,7 @@ Chapter 3. Contributors
commits^(2) and lines added/removed^(3)
Name DevScore Commits Lines ++ Lines --
1. Jan Janak (@janakj) 414 117 15689 10095
2. Liviu Chircu (@liviuchircu) 356 214 9380 3823
2. Liviu Chircu (@liviuchircu) 357 215 9395 3830
3. Bogdan-Andrei Iancu (@bogdan-iancu) 245 150 4232 3624
4. Vlad Patrascu (@rvlad-patrascu) 43 25 794 661
5. Ionut Ionita (@ionutrazvanionita) 41 24 1099 413
Expand Down
8 changes: 4 additions & 4 deletions modules/usrloc/doc/contributors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<row>
<entry>2. </entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">356</entry>
<entry align="center">214</entry>
<entry align="center">9380</entry>
<entry align="center">3823</entry>
<entry align="center">357</entry>
<entry align="center">215</entry>
<entry align="center">9395</entry>
<entry align="center">3830</entry>
</row>
<row>
<entry>3. </entry>
Expand Down

0 comments on commit 30f94b5

Please sign in to comment.