diff --git a/modules/db_mysql/README b/modules/db_mysql/README
index 7a14f8bc92..1c2991b6c9 100644
--- a/modules/db_mysql/README
+++ b/modules/db_mysql/README
@@ -233,8 +233,8 @@ Chapter 2. Contributors
2. Bogdan-Andrei Iancu (@bogdan-iancu) 99 72 1574 793
3. Henning Westerholt (@henningw) 57 30 693 1239
4. Liviu Chircu (@liviuchircu) 43 34 581 206
- 5. Daniel-Constantin Mierla (@miconda) 28 20 571 154
- 6. Razvan Crainea (@razvancrainea) 26 21 240 62
+ 5. Razvan Crainea (@razvancrainea) 29 24 246 66
+ 6. Daniel-Constantin Mierla (@miconda) 28 20 571 154
7. Andrei Pelinescu-Onciul 16 14 52 49
8. Vlad Paiu (@vladpaiu) 15 12 185 25
9. Vlad Patrascu (@rvlad-patrascu) 12 8 179 78
diff --git a/modules/db_mysql/doc/contributors.xml b/modules/db_mysql/doc/contributors.xml
index f11a1969d5..ce4a8ebc05 100644
--- a/modules/db_mysql/doc/contributors.xml
+++ b/modules/db_mysql/doc/contributors.xml
@@ -52,20 +52,20 @@
5.
+ Razvan Crainea (@razvancrainea)
+ 29
+ 24
+ 246
+ 66
+
+
+ 6.
Daniel-Constantin Mierla (@miconda)
28
20
571
154
-
- 6.
- Razvan Crainea (@razvancrainea)
- 26
- 21
- 240
- 62
-
7.
Andrei Pelinescu-Onciul
diff --git a/modules/dispatcher/README b/modules/dispatcher/README
index fa580ce1f5..c89744c711 100644
--- a/modules/dispatcher/README
+++ b/modules/dispatcher/README
@@ -710,24 +710,10 @@ modparam("dispatcher", "cluster_probing_mode", "distributed")
1.3.26. partition (string)
Define a new partition (data source) with the following
- properties:
-
- "db_url", "table_name", "dst_avp", "grp_avp",
+ properties: "db_url", "table_name", "dst_avp", "grp_avp",
"cnt_avp", "sock_avp", "attrs_avp", "script_attrs",
- "ds_define_blacklist", "ping_sock"
-
- All these properties are optional, having appropriate default values.
-
- If the OpenSIPS server has multiple interfaces the "ping_sock" can be
- used to specify the interface to be used for sending pings.
-
- For example, a server acting as an SBC may have a public and a private interface.
- There can be two partitions defined, one for carriers and the other for proxies.
- Using the "ping_sock" parameter, the server can send pings to the carriers over
- the public interface and to the proxies over the private interface. Additional
- value can be realized when multiple SBCs are able to use the same carriers and
- proxies tables. In this case, each SBC can use its own public and private
- interfaces to send pings to the carriers and proxies.
+ "ds_define_blacklist". All these properties are optional,
+ having appropriate default values.
The syntax is: "partition_name: param1 = value1; param2 =
value2". Each value format is the same as the one used to
@@ -758,23 +744,6 @@ modparam("dispatcher", "partition",
modparam("dispatcher", "partition", "default: trunks")
...
- Example 1.29. Define the 'carriers' and 'proxies' partitions
- using the 'ping_sock' to specify which interface is to be used
- to send pings.
-...
-modparam("dispatcher", "partition",
- "carriers:
- db_url = mysql://user:passwd@localhost/database;
- table_name = carriers;
- ping_sock = udp:public_ip:public_port")
-
-modparam("dispatcher", "partition",
- "proxies:
- db_url = mysql://user:passwd@localhost/database;
- table_name = proxies;
- ping_sock = udp:private_ip:private_port")
-...
-
1.3.27. table_name (string)
The default name of the table from which to load dispatcher
@@ -1559,14 +1528,15 @@ Chapter 3. Contributors
All remaining contributors: Carsten Bock, Ionel Cerghit
(@ionel-cerghit), Elena-Ramona Modroiu, Maksym Sobolyev
- (@sobomax), John Burke (@john08burke), Klaus Darilion, Anca
- Vamanu, Jarrod Baumann (@jarrodb), wangdd, Walter Doekes
- (@wdoekes), Nick Altmann (@nikbyte), Jan Janak (@janakj),
- Andrei Pelinescu-Onciul, Peter Lemenkov (@lemenkov), Stanislaw
- Pitucha, Federico Cabiddu, Konstantin Bokarius, Alexandra
- Titoc, Andreas Granig, John Riordan, Aron Podrigal (@ar45),
- Julián Moreno Patiño, Kevin McAllister, Roman Sevko, UnixDev,
- David Sanders, Edson Gellert Schubert.
+ (@sobomax), John Burke (@john08burke), Norman Brandinger
+ (@NormB), Klaus Darilion, Anca Vamanu, Jarrod Baumann
+ (@jarrodb), wangdd, Walter Doekes (@wdoekes), Nick Altmann
+ (@nikbyte), Jan Janak (@janakj), Andrei Pelinescu-Onciul, Peter
+ Lemenkov (@lemenkov), Stanislaw Pitucha, Federico Cabiddu,
+ Konstantin Bokarius, Alexandra Titoc, Andreas Granig, John
+ Riordan, Aron Podrigal (@ar45), Julián Moreno Patiño, Kevin
+ McAllister, Roman Sevko, UnixDev, David Sanders, Edson Gellert
+ Schubert.
(1) DevScore = author_commits + author_lines_added /
(project_lines_added / project_commits) + author_lines_deleted
@@ -1588,25 +1558,25 @@ Chapter 3. Contributors
Table 3.2. Most recently active contributors^(1) to this module
Name Commit Activity
- 1. Alexandra Titoc Sep 2024 - Sep 2024
- 2. Liviu Chircu (@liviuchircu) Aug 2012 - Sep 2024
- 3. Bogdan-Andrei Iancu (@bogdan-iancu) Oct 2005 - Feb 2024
- 4. Vlad Paiu (@vladpaiu) Mar 2012 - Dec 2023
- 5. Maksym Sobolyev (@sobomax) Feb 2023 - Nov 2023
- 6. Razvan Crainea (@razvancrainea) May 2011 - Nov 2023
- 7. wangdd Apr 2023 - May 2023
- 8. Vlad Patrascu (@rvlad-patrascu) May 2017 - Jul 2022
- 9. John Burke (@john08burke) Feb 2021 - Jan 2022
- 10. Peter Lemenkov (@lemenkov) Jun 2018 - Feb 2020
-
- All remaining contributors: Roman Sevko, Nick Altmann
- (@nikbyte), Ionel Cerghit (@ionel-cerghit), Ionut Ionita
- (@ionutrazvanionita), Julián Moreno Patiño, Jarrod Baumann
- (@jarrodb), Ovidiu Sas (@ovidiusas), David Sanders, Aron
- Podrigal (@ar45), Andrei Datcu (@andrei-datcu), Walter Doekes
- (@wdoekes), Stanislaw Pitucha, Anca Vamanu, John Riordan,
- UnixDev, Kevin McAllister, Klaus Darilion, Carsten Bock,
- Daniel-Constantin Mierla (@miconda), Henning Westerholt
+ 1. Norman Brandinger (@NormB) Nov 2024 - Nov 2024
+ 2. Alexandra Titoc Sep 2024 - Sep 2024
+ 3. Liviu Chircu (@liviuchircu) Aug 2012 - Sep 2024
+ 4. Bogdan-Andrei Iancu (@bogdan-iancu) Oct 2005 - Feb 2024
+ 5. Vlad Paiu (@vladpaiu) Mar 2012 - Dec 2023
+ 6. Maksym Sobolyev (@sobomax) Feb 2023 - Nov 2023
+ 7. Razvan Crainea (@razvancrainea) May 2011 - Nov 2023
+ 8. wangdd Apr 2023 - May 2023
+ 9. Vlad Patrascu (@rvlad-patrascu) May 2017 - Jul 2022
+ 10. John Burke (@john08burke) Feb 2021 - Jan 2022
+
+ All remaining contributors: Peter Lemenkov (@lemenkov), Roman
+ Sevko, Nick Altmann (@nikbyte), Ionel Cerghit (@ionel-cerghit),
+ Ionut Ionita (@ionutrazvanionita), Julián Moreno Patiño, Jarrod
+ Baumann (@jarrodb), Ovidiu Sas (@ovidiusas), David Sanders,
+ Aron Podrigal (@ar45), Andrei Datcu (@andrei-datcu), Walter
+ Doekes (@wdoekes), Stanislaw Pitucha, Anca Vamanu, John
+ Riordan, UnixDev, Kevin McAllister, Klaus Darilion, Carsten
+ Bock, Daniel-Constantin Mierla (@miconda), Henning Westerholt
(@henningw), Konstantin Bokarius, Edson Gellert Schubert,
Federico Cabiddu, Elena-Ramona Modroiu, Andreas Granig, Andrei
Pelinescu-Onciul, Jan Janak (@janakj).
diff --git a/modules/dispatcher/doc/contributors.xml b/modules/dispatcher/doc/contributors.xml
index 849f623174..9642f2c594 100644
--- a/modules/dispatcher/doc/contributors.xml
+++ b/modules/dispatcher/doc/contributors.xml
@@ -101,7 +101,7 @@
-All remaining contributors: Carsten Bock, Ionel Cerghit (@ionel-cerghit), Elena-Ramona Modroiu, Maksym Sobolyev (@sobomax), John Burke (@john08burke), Klaus Darilion, Anca Vamanu, Jarrod Baumann (@jarrodb), wangdd, Walter Doekes (@wdoekes), Nick Altmann (@nikbyte), Jan Janak (@janakj), Andrei Pelinescu-Onciul, Peter Lemenkov (@lemenkov), Stanislaw Pitucha, Federico Cabiddu, Konstantin Bokarius, Alexandra Titoc, Andreas Granig, John Riordan, Aron Podrigal (@ar45), Julián Moreno Patiño, Kevin McAllister, Roman Sevko, UnixDev, David Sanders, Edson Gellert Schubert.
+All remaining contributors: Carsten Bock, Ionel Cerghit (@ionel-cerghit), Elena-Ramona Modroiu, Maksym Sobolyev (@sobomax), John Burke (@john08burke), Norman Brandinger (@NormB), Klaus Darilion, Anca Vamanu, Jarrod Baumann (@jarrodb), wangdd, Walter Doekes (@wdoekes), Nick Altmann (@nikbyte), Jan Janak (@janakj), Andrei Pelinescu-Onciul, Peter Lemenkov (@lemenkov), Stanislaw Pitucha, Federico Cabiddu, Konstantin Bokarius, Alexandra Titoc, Andreas Granig, John Riordan, Aron Podrigal (@ar45), Julián Moreno Patiño, Kevin McAllister, Roman Sevko, UnixDev, David Sanders, Edson Gellert Schubert.
(1) DevScore = author_commits + author_lines_added / (project_lines_added / project_commits) + author_lines_deleted / (project_lines_deleted / project_commits)
@@ -128,58 +128,58 @@
1.
+ Norman Brandinger (@NormB)
+ Nov 2024 - Nov 2024
+
+
+ 2.
Alexandra Titoc
Sep 2024 - Sep 2024
- 2.
+ 3.
Liviu Chircu (@liviuchircu)
Aug 2012 - Sep 2024
- 3.
+ 4.
Bogdan-Andrei Iancu (@bogdan-iancu)
Oct 2005 - Feb 2024
- 4.
+ 5.
Vlad Paiu (@vladpaiu)
Mar 2012 - Dec 2023
- 5.
+ 6.
Maksym Sobolyev (@sobomax)
Feb 2023 - Nov 2023
- 6.
+ 7.
Razvan Crainea (@razvancrainea)
May 2011 - Nov 2023
- 7.
+ 8.
wangdd
Apr 2023 - May 2023
- 8.
+ 9.
Vlad Patrascu (@rvlad-patrascu)
May 2017 - Jul 2022
- 9.
+ 10.
John Burke (@john08burke)
Feb 2021 - Jan 2022
-
- 10.
- Peter Lemenkov (@lemenkov)
- Jun 2018 - Feb 2020
-
-All remaining contributors: Roman Sevko, Nick Altmann (@nikbyte), Ionel Cerghit (@ionel-cerghit), Ionut Ionita (@ionutrazvanionita), Julián Moreno Patiño, Jarrod Baumann (@jarrodb), Ovidiu Sas (@ovidiusas), David Sanders, Aron Podrigal (@ar45), Andrei Datcu (@andrei-datcu), Walter Doekes (@wdoekes), Stanislaw Pitucha, Anca Vamanu, John Riordan, UnixDev, Kevin McAllister, Klaus Darilion, Carsten Bock, Daniel-Constantin Mierla (@miconda), Henning Westerholt (@henningw), Konstantin Bokarius, Edson Gellert Schubert, Federico Cabiddu, Elena-Ramona Modroiu, Andreas Granig, Andrei Pelinescu-Onciul, Jan Janak (@janakj).
+All remaining contributors: Peter Lemenkov (@lemenkov), Roman Sevko, Nick Altmann (@nikbyte), Ionel Cerghit (@ionel-cerghit), Ionut Ionita (@ionutrazvanionita), Julián Moreno Patiño, Jarrod Baumann (@jarrodb), Ovidiu Sas (@ovidiusas), David Sanders, Aron Podrigal (@ar45), Andrei Datcu (@andrei-datcu), Walter Doekes (@wdoekes), Stanislaw Pitucha, Anca Vamanu, John Riordan, UnixDev, Kevin McAllister, Klaus Darilion, Carsten Bock, Daniel-Constantin Mierla (@miconda), Henning Westerholt (@henningw), Konstantin Bokarius, Edson Gellert Schubert, Federico Cabiddu, Elena-Ramona Modroiu, Andreas Granig, Andrei Pelinescu-Onciul, Jan Janak (@janakj).
(1) including any documentation-related commits, excluding merge commits
diff --git a/modules/usrloc/README b/modules/usrloc/README
index 2edd107d41..bf4c0c70f9 100644
--- a/modules/usrloc/README
+++ b/modules/usrloc/README
@@ -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) 351 210 9318 3767
+ 2. Liviu Chircu (@liviuchircu) 352 211 9352 3810
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
@@ -1744,16 +1744,16 @@ Chapter 3. Contributors
Table 3.2. Most recently active contributors^(1) to this module
Name Commit Activity
- 1. Gang Zhuo Nov 2024 - Nov 2024
- 2. Alexandra Titoc Sep 2024 - Sep 2024
- 3. Carsten Bock Mar 2024 - Mar 2024
- 4. Maksym Sobolyev (@sobomax) Apr 2003 - Dec 2023
- 5. Vlad Paiu (@vladpaiu) Jun 2011 - Jul 2023
- 6. Vlad Patrascu (@rvlad-patrascu) Jul 2016 - Mar 2023
- 7. Razvan Crainea (@razvancrainea) Jul 2011 - Jan 2023
- 8. Bogdan-Andrei Iancu (@bogdan-iancu) Mar 2002 - Feb 2022
- 9. Walter Doekes (@wdoekes) Apr 2019 - May 2021
- 10. Liviu Chircu (@liviuchircu) Jan 2013 - Apr 2021
+ 1. Liviu Chircu (@liviuchircu) Jan 2013 - Nov 2024
+ 2. Gang Zhuo Nov 2024 - Nov 2024
+ 3. Alexandra Titoc Sep 2024 - Sep 2024
+ 4. Carsten Bock Mar 2024 - Mar 2024
+ 5. Maksym Sobolyev (@sobomax) Apr 2003 - Dec 2023
+ 6. Vlad Paiu (@vladpaiu) Jun 2011 - Jul 2023
+ 7. Vlad Patrascu (@rvlad-patrascu) Jul 2016 - Mar 2023
+ 8. Razvan Crainea (@razvancrainea) Jul 2011 - Jan 2023
+ 9. Bogdan-Andrei Iancu (@bogdan-iancu) Mar 2002 - Feb 2022
+ 10. Walter Doekes (@wdoekes) Apr 2019 - May 2021
All remaining contributors: Zero King (@l2dy), Peter Lemenkov
(@lemenkov), Alexey Vasilyev (@vasilevalex), Aron Podrigal
diff --git a/modules/usrloc/doc/contributors.xml b/modules/usrloc/doc/contributors.xml
index 6eabfd7fb0..99bd5c0625 100644
--- a/modules/usrloc/doc/contributors.xml
+++ b/modules/usrloc/doc/contributors.xml
@@ -29,10 +29,10 @@
2.
Liviu Chircu (@liviuchircu)
- 351
- 210
- 9318
- 3767
+ 352
+ 211
+ 9352
+ 3810
3.
@@ -128,54 +128,54 @@
1.
+ Liviu Chircu (@liviuchircu)
+ Jan 2013 - Nov 2024
+
+
+ 2.
Gang Zhuo
Nov 2024 - Nov 2024
- 2.
+ 3.
Alexandra Titoc
Sep 2024 - Sep 2024
- 3.
+ 4.
Carsten Bock
Mar 2024 - Mar 2024
- 4.
+ 5.
Maksym Sobolyev (@sobomax)
Apr 2003 - Dec 2023
- 5.
+ 6.
Vlad Paiu (@vladpaiu)
Jun 2011 - Jul 2023
- 6.
+ 7.
Vlad Patrascu (@rvlad-patrascu)
Jul 2016 - Mar 2023
- 7.
+ 8.
Razvan Crainea (@razvancrainea)
Jul 2011 - Jan 2023
- 8.
+ 9.
Bogdan-Andrei Iancu (@bogdan-iancu)
Mar 2002 - Feb 2022
- 9.
+ 10.
Walter Doekes (@wdoekes)
Apr 2019 - May 2021
-
- 10.
- Liviu Chircu (@liviuchircu)
- Jan 2013 - Apr 2021
-