Skip to content

Commit

Permalink
Rebuild documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
opensips-github committed Oct 8, 2022
1 parent c058d89 commit 5f7a2c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions modules/drouting/README
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Dynamic Routing Module
[gw_attrs_pvar], [partition])

1.4.8. dr_disable([partition])
1.4.9. dr_match([groupID], [flags], number,
1.4.9. dr_match(groupID, [flags], number,
[rule_attrs_pvar], [partition])

1.5. Exported MI Functions
Expand Down Expand Up @@ -1442,7 +1442,7 @@ if (t_check_status("(408)|(5[0-9][0-9])")) {
}
...

1.4.9. dr_match([groupID], [flags], number, [rule_attrs_pvar],
1.4.9. dr_match(groupID, [flags], number, [rule_attrs_pvar],
[partition])

The function tries to match/check the given number against the
Expand All @@ -1463,6 +1463,7 @@ if (t_check_status("(408)|(5[0-9][0-9])")) {
+ L - Do strict length matching over the prefix -
actually DR engine will do full number matching and
not prefix matching anymore.
* number (string) - the number to check
* rule_attrs_pvar (var, optional) - a writable variable which
will be populated with the attributes of the matched
dynamic routing rule.
Expand Down Expand Up @@ -1681,7 +1682,7 @@ Chapter 3. Contributors
commits^(2) and lines added/removed^(3)
Name DevScore Commits Lines ++ Lines --
1. Bogdan-Andrei Iancu (@bogdan-iancu) 381 183 13005 5607
2. Liviu Chircu (@liviuchircu) 151 88 2440 2627
2. Liviu Chircu (@liviuchircu) 152 89 2446 2628
3. Razvan Crainea (@razvancrainea) 94 48 1144 2185
4. Mihai Tiganus (@tallicamike) 71 20 4301 910
5. Vlad Patrascu (@rvlad-patrascu) 39 18 1091 729
Expand Down Expand Up @@ -1719,7 +1720,7 @@ Chapter 3. Contributors

Table 3.2. Most recently active contributors^(1) to this module
Name Commit Activity
1. Liviu Chircu (@liviuchircu) Nov 2012 - Aug 2022
1. Liviu Chircu (@liviuchircu) Nov 2012 - Oct 2022
2. Vlad Patrascu (@rvlad-patrascu) Mar 2017 - Jul 2022
3. Bogdan-Andrei Iancu (@bogdan-iancu) Oct 2008 - Nov 2021
4. Nick Altmann (@nikbyte) Mar 2013 - May 2021
Expand Down
10 changes: 5 additions & 5 deletions modules/drouting/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">151</entry>
<entry align="center">88</entry>
<entry align="center">2440</entry>
<entry align="center">2627</entry>
<entry align="center">152</entry>
<entry align="center">89</entry>
<entry align="center">2446</entry>
<entry align="center">2628</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">Nov 2012 - Aug 2022</entry>
<entry align="center">Nov 2012 - Oct 2022</entry>
</row>
<row>
<entry>2. </entry>
Expand Down

0 comments on commit 5f7a2c2

Please sign in to comment.