Skip to content

Commit

Permalink
Rebuild documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
opensips-github committed Jul 2, 2022
1 parent 98fc813 commit 3c3a3e5
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 31 deletions.
28 changes: 12 additions & 16 deletions modules/b2b_logic/README
Expand Up @@ -462,21 +462,17 @@ if(is_method("INVITE") && !has_totag() && prepaid_user())

Example 1.18. b2b_bridge_request usage
...
modparam("b2b_entities", "script_req_route", "b2b_request")
...
route[b2b_request]
{
# incoming requests from the B2B entities
...
if ($ci~="^B2B") { #keep this aligned with b2b_key_prefix
# request coming from the UAC side;
# the Call-ID carries the B2B key ID
if (is_method("BYE") {
$var(entity) = 1;
b2b_bridge_request($ci,$var(entity));
}
}
...
if ($rU == "pickup") {
# get the b2b logic key of the parked call for this user
cache_fetch("local", "$fU", $var(b2bl_key));
cache_remove("local", "$fU");

if ($var(b2bl_key) != NULL)
b2b_bridge_request($var(b2bl_key), 0);
else
send_reply(481, "Call/Transaction Does Not Exist");

exit;
}
...

Expand Down Expand Up @@ -802,7 +798,7 @@ Chapter 3. Contributors
Name DevScore Commits Lines ++ Lines --
1. Anca Vamanu 209 98 9008 2213
2. Ovidiu Sas (@ovidiusas) 144 101 2915 1129
3. Vlad Patrascu (@rvlad-patrascu) 63 31 2507 655
3. Vlad Patrascu (@rvlad-patrascu) 65 33 2532 670
4. Bogdan-Andrei Iancu (@bogdan-iancu) 41 34 233 248
5. Razvan Crainea (@razvancrainea) 38 28 633 203
6. Liviu Chircu (@liviuchircu) 15 12 55 100
Expand Down
8 changes: 4 additions & 4 deletions modules/b2b_logic/doc/contributors.xml
Expand Up @@ -37,10 +37,10 @@
<row>
<entry>3. </entry>
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
<entry align="center">63</entry>
<entry align="center">31</entry>
<entry align="center">2507</entry>
<entry align="center">655</entry>
<entry align="center">65</entry>
<entry align="center">33</entry>
<entry align="center">2532</entry>
<entry align="center">670</entry>
</row>
<row>
<entry>4. </entry>
Expand Down
6 changes: 3 additions & 3 deletions modules/clusterer/README
Expand Up @@ -1178,7 +1178,7 @@ Chapter 3. Contributors
Table 3.1. Top contributors by DevScore^(1), authored
commits^(2) and lines added/removed^(3)
Name DevScore Commits Lines ++ Lines --
1. Vlad Patrascu (@rvlad-patrascu) 264 95 10085 5256
1. Vlad Patrascu (@rvlad-patrascu) 265 96 10090 5261
2. Liviu Chircu (@liviuchircu) 51 37 627 443
3. Eseanu Marius Cristian (@eseanucristian) 45 10 3142 534
4. Razvan Crainea (@razvancrainea) 24 18 321 145
Expand Down Expand Up @@ -1209,8 +1209,8 @@ Chapter 3. Contributors

Table 3.2. Most recently active contributors^(1) to this module
Name Commit Activity
1. Razvan Crainea (@razvancrainea) Nov 2015 - May 2022
2. Vlad Patrascu (@rvlad-patrascu) Jul 2016 - Feb 2022
1. Vlad Patrascu (@rvlad-patrascu) Jul 2016 - Jun 2022
2. Razvan Crainea (@razvancrainea) Nov 2015 - May 2022
3. Bogdan-Andrei Iancu (@bogdan-iancu) Apr 2016 - May 2021
4. Liviu Chircu (@liviuchircu) Mar 2016 - Mar 2021
5. kworm83 Feb 2021 - Feb 2021
Expand Down
16 changes: 8 additions & 8 deletions modules/clusterer/doc/contributors.xml
Expand Up @@ -21,10 +21,10 @@
<row>
<entry>1. </entry>
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
<entry align="center">264</entry>
<entry align="center">95</entry>
<entry align="center">10085</entry>
<entry align="center">5256</entry>
<entry align="center">265</entry>
<entry align="center">96</entry>
<entry align="center">10090</entry>
<entry align="center">5261</entry>
</row>
<row>
<entry>2. </entry>
Expand Down Expand Up @@ -128,13 +128,13 @@
<tbody>
<row>
<entry>1. </entry>
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
<entry align="center">Nov 2015 - May 2022</entry>
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
<entry align="center">Jul 2016 - Jun 2022</entry>
</row>
<row>
<entry>2. </entry>
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
<entry align="center">Jul 2016 - Feb 2022</entry>
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
<entry align="center">Nov 2015 - May 2022</entry>
</row>
<row>
<entry>3. </entry>
Expand Down

0 comments on commit 3c3a3e5

Please sign in to comment.