Skip to content

Commit

Permalink
Rebuild documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
opensips-github committed Aug 20, 2022
1 parent c51486e commit b639c4d
Show file tree
Hide file tree
Showing 28 changed files with 204 additions and 204 deletions.
22 changes: 11 additions & 11 deletions modules/auth/README
Expand Up @@ -301,7 +301,7 @@ modparam("auth", "disable_nonce_check", 1)
...
if (!www_authorize("siphub.net", "subscriber")) {
www_challenge("siphub.net", "auth,auth-int");
};
}
...

1.5.2. proxy_challenge(realm[, qop])
Expand Down Expand Up @@ -340,9 +340,9 @@ if (!www_authorize("siphub.net", "subscriber")) {

Example 1.12. proxy_challenge usage
...
if (!proxy_authorize("", "subscriber)) {
if (!proxy_authorize("", "subscriber")) {
proxy_challenge("", "auth"); # Realm will be autogenerated
};
}
...

1.5.3. consume_credentials()
Expand All @@ -359,9 +359,9 @@ if (!proxy_authorize("", "subscriber)) {

Example 1.13. consume_credentials example
...
if (www_authorize("", "subscriber)) {
if (www_authorize("", "subscriber")) {
consume_credentials();
};
}
...

1.5.4. is_rpid_user_e164()
Expand All @@ -379,7 +379,7 @@ if (www_authorize("", "subscriber)) {
...
if (is_rpid_user_e164()) {
# do something here
};
}
...

1.5.5. append_rpid_hf()
Expand Down Expand Up @@ -462,7 +462,7 @@ $var(username)="abc";
$var(password)="xyz";
if (!pv_www_authorize("opensips.org")) {
www_challenge("opensips.org", "auth");
};
}
...

1.5.8. pv_proxy_authorize(realm)
Expand Down Expand Up @@ -493,7 +493,7 @@ $var(username)="abc";
$var(password)="xyz";
if (!pv_proxy_authorize("")) {
proxy_challenge("", "auth"); # Realm will be autogenerated
};
}
...

Chapter 2. Contributors
Expand All @@ -507,7 +507,7 @@ Chapter 2. Contributors
2. Bogdan-Andrei Iancu (@bogdan-iancu) 51 34 704 615
3. Daniel-Constantin Mierla (@miconda) 39 21 1136 476
4. Jiri Kuthan (@jiriatipteldotorg) 26 19 660 51
5. Liviu Chircu (@liviuchircu) 21 14 137 255
5. Liviu Chircu (@liviuchircu) 22 15 159 272
6. Vlad Patrascu (@rvlad-patrascu) 13 7 193 210
7. Razvan Crainea (@razvancrainea) 12 9 87 102
8. Anca Vamanu 12 5 497 77
Expand Down Expand Up @@ -541,8 +541,8 @@ Chapter 2. Contributors

Table 2.2. Most recently active contributors^(1) to this module
Name Commit Activity
1. Bogdan-Andrei Iancu (@bogdan-iancu) Dec 2002 - Jan 2021
2. Liviu Chircu (@liviuchircu) Mar 2014 - Jan 2021
1. Liviu Chircu (@liviuchircu) Mar 2014 - Aug 2022
2. Bogdan-Andrei Iancu (@bogdan-iancu) Dec 2002 - Jan 2021
3. Maksym Sobolyev (@sobomax) Jan 2005 - Oct 2020
4. Zero King (@l2dy) Mar 2020 - Mar 2020
5. Razvan Crainea (@razvancrainea) Jun 2011 - Sep 2019
Expand Down
16 changes: 8 additions & 8 deletions modules/auth/doc/contributors.xml
Expand Up @@ -53,10 +53,10 @@
<row>
<entry>5. </entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">21</entry>
<entry align="center">14</entry>
<entry align="center">137</entry>
<entry align="center">255</entry>
<entry align="center">22</entry>
<entry align="center">15</entry>
<entry align="center">159</entry>
<entry align="center">272</entry>
</row>
<row>
<entry>6. </entry>
Expand Down Expand Up @@ -128,13 +128,13 @@
<tbody>
<row>
<entry>1. </entry>
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
<entry align="center">Dec 2002 - Jan 2021</entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">Mar 2014 - Aug 2022</entry>
</row>
<row>
<entry>2. </entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">Mar 2014 - Jan 2021</entry>
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
<entry align="center">Dec 2002 - Jan 2021</entry>
</row>
<row>
<entry>3. </entry>
Expand Down
8 changes: 4 additions & 4 deletions modules/cachedb_local/README
Expand Up @@ -148,7 +148,7 @@ cache_store("local:group2", ...)

1.4.2. cache_collections (string)

Using this parameter collections(hash tables) and their sizes
Using this parameter, collections(hash tables) and their sizes
can be defined. Each collection definition must be separated
one from another using ';'. Default size for a hash is 512. The
size must be separated from the name of the collection using
Expand Down Expand Up @@ -275,7 +275,7 @@ Chapter 3. Contributors
commits^(2) and lines added/removed^(3)
Name DevScore Commits Lines ++ Lines --
1. Vlad Paiu (@vladpaiu) 32 10 1155 693
2. Liviu Chircu (@liviuchircu) 21 15 126 190
2. Liviu Chircu (@liviuchircu) 22 16 127 191
3. Bogdan-Andrei Iancu (@bogdan-iancu) 16 14 46 50
4. Vlad Patrascu (@rvlad-patrascu) 14 10 104 125
5. Anca Vamanu 13 5 739 54
Expand Down Expand Up @@ -308,8 +308,8 @@ Chapter 3. Contributors

Table 3.2. Most recently active contributors^(1) to this module
Name Commit Activity
1. Vlad Patrascu (@rvlad-patrascu) Jan 2017 - Jul 2022
2. Liviu Chircu (@liviuchircu) Mar 2014 - Dec 2021
1. Liviu Chircu (@liviuchircu) Mar 2014 - Aug 2022
2. Vlad Patrascu (@rvlad-patrascu) Jan 2017 - Jul 2022
3. Zero King (@l2dy) Mar 2020 - Mar 2020
4. Peter Lemenkov (@lemenkov) Jun 2018 - Feb 2020
5. Razvan Crainea (@razvancrainea) Aug 2015 - Sep 2019
Expand Down
16 changes: 8 additions & 8 deletions modules/cachedb_local/doc/contributors.xml
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">21</entry>
<entry align="center">15</entry>
<entry align="center">126</entry>
<entry align="center">190</entry>
<entry align="center">22</entry>
<entry align="center">16</entry>
<entry align="center">127</entry>
<entry align="center">191</entry>
</row>
<row>
<entry>3. </entry>
Expand Down Expand Up @@ -128,13 +128,13 @@
<tbody>
<row>
<entry>1. </entry>
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
<entry align="center">Jan 2017 - Jul 2022</entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">Mar 2014 - Aug 2022</entry>
</row>
<row>
<entry>2. </entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">Mar 2014 - Dec 2021</entry>
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
<entry align="center">Jan 2017 - Jul 2022</entry>
</row>
<row>
<entry>3. </entry>
Expand Down
8 changes: 4 additions & 4 deletions modules/call_center/README
Expand Up @@ -942,7 +942,7 @@ Chapter 4. Contributors
Table 4.1. Top contributors by DevScore^(1), authored
commits^(2) and lines added/removed^(3)
Name DevScore Commits Lines ++ Lines --
1. Bogdan-Andrei Iancu (@bogdan-iancu) 78 28 5558 198
1. Bogdan-Andrei Iancu (@bogdan-iancu) 79 29 5560 200
2. Razvan Crainea (@razvancrainea) 37 28 695 153
3. Liviu Chircu (@liviuchircu) 14 11 72 89
4. Vlad Patrascu (@rvlad-patrascu) 14 7 265 240
Expand Down Expand Up @@ -971,9 +971,9 @@ Chapter 4. Contributors

Table 4.2. Most recently active contributors^(1) to this module
Name Commit Activity
1. Razvan Crainea (@razvancrainea) Mar 2014 - Feb 2021
2. Liviu Chircu (@liviuchircu) Jun 2014 - May 2020
3. Bogdan-Andrei Iancu (@bogdan-iancu) Mar 2014 - Apr 2020
1. Bogdan-Andrei Iancu (@bogdan-iancu) Mar 2014 - Aug 2022
2. Razvan Crainea (@razvancrainea) Mar 2014 - Feb 2021
3. Liviu Chircu (@liviuchircu) Jun 2014 - May 2020
4. Zero King (@l2dy) Mar 2020 - Mar 2020
5. Vlad Patrascu (@rvlad-patrascu) May 2017 - Mar 2020
6. Peter Lemenkov (@lemenkov) Jun 2018 - Sep 2018
Expand Down
20 changes: 10 additions & 10 deletions modules/call_center/doc/contributors.xml
Expand Up @@ -21,10 +21,10 @@
<row>
<entry>1. </entry>
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
<entry align="center">78</entry>
<entry align="center">28</entry>
<entry align="center">5558</entry>
<entry align="center">198</entry>
<entry align="center">79</entry>
<entry align="center">29</entry>
<entry align="center">5560</entry>
<entry align="center">200</entry>
</row>
<row>
<entry>2. </entry>
Expand Down Expand Up @@ -112,18 +112,18 @@
<tbody>
<row>
<entry>1. </entry>
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
<entry align="center">Mar 2014 - Feb 2021</entry>
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
<entry align="center">Mar 2014 - Aug 2022</entry>
</row>
<row>
<entry>2. </entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">Jun 2014 - May 2020</entry>
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
<entry align="center">Mar 2014 - Feb 2021</entry>
</row>
<row>
<entry>3. </entry>
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
<entry align="center">Mar 2014 - Apr 2020</entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">Jun 2014 - May 2020</entry>
</row>
<row>
<entry>4. </entry>
Expand Down
10 changes: 5 additions & 5 deletions modules/dispatcher/README
Expand Up @@ -884,9 +884,9 @@ modparam("dispatcher", "max_freeswitch_weight", 1000)
* partition (string, optional) - name of a DB partition
* max_res (int, optional) - signifies that only a maximum
number of destinations shall be included in the specified
failover AVP for failover. This allows having multiple
destinations while also preventing excessive failover
attempts in case a number is bound to fail globally.
failover AVP. This allows having multiple destinations
while also preventing excessive failover attempts in case a
number is bound to fail globally.

This function can be used from REQUEST_ROUTE, BRANCH_ROUTE and
FAILURE_ROUTE.
Expand Down Expand Up @@ -1335,7 +1335,7 @@ Chapter 3. Contributors
commits^(2) and lines added/removed^(3)
Name DevScore Commits Lines ++ Lines --
1. Bogdan-Andrei Iancu (@bogdan-iancu) 150 95 2797 1908
2. Liviu Chircu (@liviuchircu) 101 63 1639 1422
2. Liviu Chircu (@liviuchircu) 102 64 1641 1424
3. Daniel-Constantin Mierla (@miconda) 81 39 3372 844
4. Andrei Datcu (@andrei-datcu) 47 15 2153 846
5. Ionut Ionita (@ionutrazvanionita) 43 17 1145 969
Expand Down Expand Up @@ -1375,7 +1375,7 @@ Chapter 3. Contributors

Table 3.2. Most recently active contributors^(1) to this module
Name Commit Activity
1. Liviu Chircu (@liviuchircu) Aug 2012 - Mar 2022
1. Liviu Chircu (@liviuchircu) Aug 2012 - Aug 2022
2. Razvan Crainea (@razvancrainea) May 2011 - Jan 2021
3. Bogdan-Andrei Iancu (@bogdan-iancu) Oct 2005 - Apr 2020
4. Vlad Paiu (@vladpaiu) Mar 2012 - Apr 2020
Expand Down
10 changes: 5 additions & 5 deletions modules/dispatcher/doc/contributors.xml
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">101</entry>
<entry align="center">63</entry>
<entry align="center">1639</entry>
<entry align="center">1422</entry>
<entry align="center">102</entry>
<entry align="center">64</entry>
<entry align="center">1641</entry>
<entry align="center">1424</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">Aug 2012 - Mar 2022</entry>
<entry align="center">Aug 2012 - Aug 2022</entry>
</row>
<row>
<entry>2. </entry>
Expand Down
16 changes: 8 additions & 8 deletions modules/drouting/README
Expand Up @@ -76,10 +76,10 @@ Dynamic Routing Module
1.4.5. goes_to_gw( [type], [flags], [gw_attrs_pvar],
[partition])

1.4.6. is_from_gw([type], [flag], [gw_attrs_pvar],
1.4.6. is_from_gw([type], [flags], [gw_attrs_pvar],
[partition])

1.4.7. dr_is_gw( sip_uri, [type], [flag],
1.4.7. dr_is_gw( sip_uri, [type], [flags],
[gw_attrs_pvar], [partition])

1.4.8. dr_disable([partition])
Expand Down Expand Up @@ -1264,7 +1264,7 @@ if (goes_to_gw(1, , $var(gw_attrs), "my_partition")) {
}
...

1.4.6. is_from_gw([type], [flag], [gw_attrs_pvar], [partition])
1.4.6. is_from_gw([type], [flags], [gw_attrs_pvar], [partition])

The function checks if the sender of the message (source IP +
source port) is a gateway from a certain group.
Expand Down Expand Up @@ -1318,7 +1318,7 @@ if (is_from_gw(, "c", , "outbound")) {
...
}

1.4.7. dr_is_gw( sip_uri, [type], [flag], [gw_attrs_pvar],
1.4.7. dr_is_gw( sip_uri, [type], [flags], [gw_attrs_pvar],
[partition])

The function checks if the SIP URI hostname part stored inside
Expand Down Expand Up @@ -1647,7 +1647,7 @@ Chapter 3. Contributors
commits^(2) and lines added/removed^(3)
Name DevScore Commits Lines ++ Lines --
1. Bogdan-Andrei Iancu (@bogdan-iancu) 379 181 12950 5588
2. Liviu Chircu (@liviuchircu) 132 74 2133 2413
2. Liviu Chircu (@liviuchircu) 133 75 2135 2415
3. Razvan Crainea (@razvancrainea) 93 47 1144 2182
4. Mihai Tiganus (@tallicamike) 71 20 4301 910
5. Vlad Patrascu (@rvlad-patrascu) 38 17 1090 728
Expand Down Expand Up @@ -1684,7 +1684,7 @@ Chapter 3. Contributors

Table 3.2. Most recently active contributors^(1) to this module
Name Commit Activity
1. Liviu Chircu (@liviuchircu) Nov 2012 - Nov 2021
1. Liviu Chircu (@liviuchircu) Nov 2012 - Aug 2022
2. Bogdan-Andrei Iancu (@bogdan-iancu) Oct 2008 - Nov 2021
3. Aron Podrigal (@ar45) Nov 2020 - Nov 2020
4. Razvan Crainea (@razvancrainea) Sep 2010 - Oct 2020
Expand All @@ -1709,8 +1709,8 @@ Chapter 4. Documentation

4.1. Contributors

Last edited by: Bogdan-Andrei Iancu (@bogdan-iancu), Liviu
Chircu (@liviuchircu), Razvan Crainea (@razvancrainea), Vlad
Last edited by: Liviu Chircu (@liviuchircu), Bogdan-Andrei
Iancu (@bogdan-iancu), Razvan Crainea (@razvancrainea), Vlad
Patrascu (@rvlad-patrascu), Alexey Vasilyev (@vasilevalex),
Peter Lemenkov (@lemenkov), Ionut Ionita (@ionutrazvanionita),
Vlad Paiu (@vladpaiu), Mihai Tiganus (@tallicamike), Andrei
Expand Down
12 changes: 6 additions & 6 deletions modules/drouting/doc/contributors.xml
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">132</entry>
<entry align="center">74</entry>
<entry align="center">2133</entry>
<entry align="center">2413</entry>
<entry align="center">133</entry>
<entry align="center">75</entry>
<entry align="center">2135</entry>
<entry align="center">2415</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 - Nov 2021</entry>
<entry align="center">Nov 2012 - Aug 2022</entry>
</row>
<row>
<entry>2. </entry>
Expand Down Expand Up @@ -190,7 +190,7 @@
<title>Documentation</title>
<section id="documentation_contributors" xreflabel="documentation_contributors">
<title>Contributors</title>
<para><emphasis role='bold'>Last edited by:</emphasis> Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>), Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>), Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>), Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>), Alexey Vasilyev (<ulink url="https://github.com/vasilevalex">@vasilevalex</ulink>), Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>), Ionut Ionita (<ulink url="https://github.com/ionutrazvanionita">@ionutrazvanionita</ulink>), Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>), Mihai Tiganus (<ulink url="https://github.com/tallicamike">@tallicamike</ulink>), Andrei Datcu (<ulink url="https://github.com/andrei-datcu">@andrei-datcu</ulink>), Matt Lehner, Anca Vamanu, Andrei Dragus, Sergio Gutierrez.</para>
<para><emphasis role='bold'>Last edited by:</emphasis> Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>), Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>), Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>), Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>), Alexey Vasilyev (<ulink url="https://github.com/vasilevalex">@vasilevalex</ulink>), Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>), Ionut Ionita (<ulink url="https://github.com/ionutrazvanionita">@ionutrazvanionita</ulink>), Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>), Mihai Tiganus (<ulink url="https://github.com/tallicamike">@tallicamike</ulink>), Andrei Datcu (<ulink url="https://github.com/andrei-datcu">@andrei-datcu</ulink>), Matt Lehner, Anca Vamanu, Andrei Dragus, Sergio Gutierrez.</para>
</section>

</chapter>

0 comments on commit b639c4d

Please sign in to comment.