Skip to content

Commit b49ed50

Browse files
Rebuild documentation
1 parent a796a49 commit b49ed50

File tree

10 files changed

+115
-68
lines changed

10 files changed

+115
-68
lines changed

modules/aaa_diameter/README

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ AAA_DIAMETER MODULE
2424
1.4.1. dm_send_request(app_id, cmd_code, avps_json,
2525
[rpl_avps_pv])
2626

27+
1.5. Exported Asyncronous Functions
28+
29+
1.5.1. dm_send_request(app_id, cmd_code, avps_json,
30+
[rpl_avps_pv])
31+
2732
2. Contributors
2833

2934
2.1. By Commit Statistics
@@ -50,6 +55,7 @@ AAA_DIAMETER MODULE
5055
1.6. Setting the answer_timeout parameter
5156
1.7. dictionary.opensips extended syntax
5257
1.8. dm_send_request usage
58+
1.9. dm_send_request asynchronous usage
5359

5460
Chapter 1. Admin Guide
5561

@@ -280,15 +286,56 @@ xlog("rc: $var(rc), AVPs: $var(rpl_avps)\n");
280286
$json(avps) := $var(rpl_avps);
281287

282288

289+
1.5. Exported Asyncronous Functions
290+
291+
1.5.1. dm_send_request(app_id, cmd_code, avps_json, [rpl_avps_pv])
292+
293+
Similar to dm_send_request() but performs an asynchronous
294+
Diameter request.
295+
296+
Uses the same parameters and return codes as dm_send_request().
297+
298+
Example 1.9. dm_send_request asynchronous usage
299+
300+
# Building an sending an My-Custom-Request (92001) for the
301+
# My Diameter Application (42)
302+
$var(payload) = "[
303+
{ \"Origin-Host\": \"client.diameter.test\" },
304+
{ \"Origin-Realm\": \"diameter.test\" },
305+
{ \"Destination-Realm\": \"diameter.test\" },
306+
{ \"Sip-From-Tag\": \"dc93-4fba-91db\" },
307+
{ \"Sip-To-Tag\": \"ae12-47d6-816a\" },
308+
{ \"Acct-Session-Id\": \"a59c-dff0d9efd167\" },
309+
{ \"Sip-Call-Duration\": 6 },
310+
{ \"Sip-Call-Setuptime\": 1 },
311+
{ \"Sip-Call-Created\": 1652372541 },
312+
{ \"Sip-Call-MSDuration\": 5850 },
313+
{ \"out_gw\": \"GW-774\" },
314+
{ \"cost\": \"10.84\" },
315+
{ \"Cost-Information\": [
316+
{\"Unit-Value\": [{\"Value-Digits\": 1000}]},
317+
{\"Currency-Code\": 35}
318+
]}
319+
]";
320+
321+
async(dm_send_request(42, 92001, $var(payload), $var(rpl_avps), dm_reply
322+
);
323+
324+
route[dm_reply] {
325+
xlog("rc: $retcode, AVPs: $var(rpl_avps)\n");
326+
$json(avps) := $var(rpl_avps);
327+
}
328+
329+
283330
Chapter 2. Contributors
284331

285332
2.1. By Commit Statistics
286333

287334
Table 2.1. Top contributors by DevScore^(1), authored
288335
commits^(2) and lines added/removed^(3)
289336
Name DevScore Commits Lines ++ Lines --
290-
1. Liviu Chircu (@liviuchircu) 89 24 5918 955
291-
2. Razvan Crainea (@razvancrainea) 17 10 584 73
337+
1. Liviu Chircu (@liviuchircu) 90 25 5921 958
338+
2. Razvan Crainea (@razvancrainea) 21 11 910 109
292339
3. Maksym Sobolyev (@sobomax) 3 1 5 5
293340

294341
(1) DevScore = author_commits + author_lines_added /
@@ -312,7 +359,7 @@ Chapter 2. Contributors
312359
Table 2.2. Most recently active contributors^(1) to this module
313360
Name Commit Activity
314361
1. Razvan Crainea (@razvancrainea) May 2023 - Dec 2023
315-
2. Liviu Chircu (@liviuchircu) May 2021 - Apr 2023
362+
2. Liviu Chircu (@liviuchircu) May 2021 - Dec 2023
316363
3. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 2023
317364

318365
(1) including any documentation-related commits, excluding

modules/aaa_diameter/doc/contributors.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
<row>
2222
<entry>1. </entry>
2323
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
24-
<entry align="center">89</entry>
25-
<entry align="center">24</entry>
26-
<entry align="center">5918</entry>
27-
<entry align="center">955</entry>
24+
<entry align="center">90</entry>
25+
<entry align="center">25</entry>
26+
<entry align="center">5921</entry>
27+
<entry align="center">958</entry>
2828
</row>
2929
<row>
3030
<entry>2. </entry>
3131
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
32-
<entry align="center">17</entry>
33-
<entry align="center">10</entry>
34-
<entry align="center">584</entry>
35-
<entry align="center">73</entry>
32+
<entry align="center">21</entry>
33+
<entry align="center">11</entry>
34+
<entry align="center">910</entry>
35+
<entry align="center">109</entry>
3636
</row>
3737
<row>
3838
<entry>3. </entry>
@@ -78,7 +78,7 @@
7878
<row>
7979
<entry>2. </entry>
8080
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
81-
<entry align="center">May 2021 - Apr 2023</entry>
81+
<entry align="center">May 2021 - Dec 2023</entry>
8282
</row>
8383
<row>
8484
<entry>3. </entry>

modules/cfgutils/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ Chapter 2. Contributors
914914
Table 2.1. Top contributors by DevScore^(1), authored
915915
commits^(2) and lines added/removed^(3)
916916
Name DevScore Commits Lines ++ Lines --
917-
1. Liviu Chircu (@liviuchircu) 91 41 2962 1508
917+
1. Liviu Chircu (@liviuchircu) 92 42 2964 1509
918918
2. Henning Westerholt (@henningw) 29 18 1088 86
919919
3. Bogdan-Andrei Iancu (@bogdan-iancu) 27 22 367 109
920920
4. Razvan Crainea (@razvancrainea) 20 15 289 79
@@ -949,9 +949,9 @@ Chapter 2. Contributors
949949

950950
Table 2.2. Most recently active contributors^(1) to this module
951951
Name Commit Activity
952-
1. Maksym Sobolyev (@sobomax) Dec 2015 - Nov 2023
953-
2. Vlad Patrascu (@rvlad-patrascu) May 2017 - May 2023
954-
3. Liviu Chircu (@liviuchircu) Sep 2012 - Apr 2023
952+
1. Liviu Chircu (@liviuchircu) Sep 2012 - Dec 2023
953+
2. Maksym Sobolyev (@sobomax) Dec 2015 - Nov 2023
954+
3. Vlad Patrascu (@rvlad-patrascu) May 2017 - May 2023
955955
4. Razvan Crainea (@razvancrainea) Oct 2010 - Jan 2020
956956
5. Bogdan-Andrei Iancu (@bogdan-iancu) Jul 2007 - Oct 2019
957957
6. Peter Lemenkov (@lemenkov) Jun 2018 - Jun 2018

modules/cfgutils/doc/contributors.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<row>
2222
<entry>1. </entry>
2323
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
24-
<entry align="center">91</entry>
25-
<entry align="center">41</entry>
26-
<entry align="center">2962</entry>
27-
<entry align="center">1508</entry>
24+
<entry align="center">92</entry>
25+
<entry align="center">42</entry>
26+
<entry align="center">2964</entry>
27+
<entry align="center">1509</entry>
2828
</row>
2929
<row>
3030
<entry>2. </entry>
@@ -128,18 +128,18 @@
128128
<tbody>
129129
<row>
130130
<entry>1. </entry>
131-
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
132-
<entry align="center">Dec 2015 - Nov 2023</entry>
131+
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
132+
<entry align="center">Sep 2012 - Dec 2023</entry>
133133
</row>
134134
<row>
135135
<entry>2. </entry>
136-
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
137-
<entry align="center">May 2017 - May 2023</entry>
136+
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
137+
<entry align="center">Dec 2015 - Nov 2023</entry>
138138
</row>
139139
<row>
140140
<entry>3. </entry>
141-
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
142-
<entry align="center">Sep 2012 - Apr 2023</entry>
141+
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
142+
<entry align="center">May 2017 - May 2023</entry>
143143
</row>
144144
<row>
145145
<entry>4. </entry>

modules/freeswitch/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Chapter 2. Contributors
124124
Table 2.1. Top contributors by DevScore^(1), authored
125125
commits^(2) and lines added/removed^(3)
126126
Name DevScore Commits Lines ++ Lines --
127-
1. Liviu Chircu (@liviuchircu) 107 48 4097 1498
127+
1. Liviu Chircu (@liviuchircu) 108 49 4109 1519
128128
2. Razvan Crainea (@razvancrainea) 12 10 30 21
129129
3. Vlad Patrascu (@rvlad-patrascu) 5 3 21 41
130130
4. Bogdan-Andrei Iancu (@bogdan-iancu) 5 3 8 5
@@ -152,8 +152,8 @@ Chapter 2. Contributors
152152

153153
Table 2.2. Most recently active contributors^(1) to this module
154154
Name Commit Activity
155-
1. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 2023
156-
2. Liviu Chircu (@liviuchircu) Jan 2017 - Sep 2022
155+
1. Liviu Chircu (@liviuchircu) Jan 2017 - Nov 2023
156+
2. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 2023
157157
3. Razvan Crainea (@razvancrainea) Feb 2017 - Jul 2021
158158
4. Bogdan-Andrei Iancu (@bogdan-iancu) Jan 2018 - Apr 2021
159159
5. rance Oct 2020 - Mar 2021

modules/freeswitch/doc/contributors.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<row>
2222
<entry>1. </entry>
2323
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
24-
<entry align="center">107</entry>
25-
<entry align="center">48</entry>
26-
<entry align="center">4097</entry>
27-
<entry align="center">1498</entry>
24+
<entry align="center">108</entry>
25+
<entry align="center">49</entry>
26+
<entry align="center">4109</entry>
27+
<entry align="center">1519</entry>
2828
</row>
2929
<row>
3030
<entry>2. </entry>
@@ -104,13 +104,13 @@
104104
<tbody>
105105
<row>
106106
<entry>1. </entry>
107-
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
108-
<entry align="center">Feb 2023 - Feb 2023</entry>
107+
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
108+
<entry align="center">Jan 2017 - Nov 2023</entry>
109109
</row>
110110
<row>
111111
<entry>2. </entry>
112-
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
113-
<entry align="center">Jan 2017 - Sep 2022</entry>
112+
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
113+
<entry align="center">Feb 2023 - Feb 2023</entry>
114114
</row>
115115
<row>
116116
<entry>3. </entry>

modules/siprec/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Chapter 2. Contributors
350350
Table 2.1. Top contributors by DevScore^(1), authored
351351
commits^(2) and lines added/removed^(3)
352352
Name DevScore Commits Lines ++ Lines --
353-
1. Razvan Crainea (@razvancrainea) 141 73 4772 1719
353+
1. Razvan Crainea (@razvancrainea) 145 74 4933 1778
354354
2. Vlad Patrascu (@rvlad-patrascu) 16 11 166 149
355355
3. Liviu Chircu (@liviuchircu) 9 7 35 53
356356
4. Maksym Sobolyev (@sobomax) 6 4 12 11

modules/siprec/doc/contributors.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<row>
2222
<entry>1. </entry>
2323
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
24-
<entry align="center">141</entry>
25-
<entry align="center">73</entry>
26-
<entry align="center">4772</entry>
27-
<entry align="center">1719</entry>
24+
<entry align="center">145</entry>
25+
<entry align="center">74</entry>
26+
<entry align="center">4933</entry>
27+
<entry align="center">1778</entry>
2828
</row>
2929
<row>
3030
<entry>2. </entry>

modules/uac_registrant/README

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ Chapter 2. Contributors
479479
Table 2.1. Top contributors by DevScore^(1), authored
480480
commits^(2) and lines added/removed^(3)
481481
Name DevScore Commits Lines ++ Lines --
482-
1. Ovidiu Sas (@ovidiusas) 141 40 5687 3266
482+
1. Ovidiu Sas (@ovidiusas) 142 41 5688 3268
483483
2. Liviu Chircu (@liviuchircu) 17 14 57 68
484484
3. Vlad Patrascu (@rvlad-patrascu) 15 7 732 118
485485
4. Bogdan-Andrei Iancu (@bogdan-iancu) 14 10 309 20
@@ -513,15 +513,15 @@ Chapter 2. Contributors
513513

514514
Table 2.2. Most recently active contributors^(1) to this module
515515
Name Commit Activity
516-
1. Maksym Sobolyev (@sobomax) Mar 2021 - Nov 2023
517-
2. Bogdan-Andrei Iancu (@bogdan-iancu) Dec 2012 - Jun 2023
518-
3. James Stanley Mar 2023 - Mar 2023
519-
4. Razvan Crainea (@razvancrainea) Sep 2011 - Nov 2021
520-
5. Liviu Chircu (@liviuchircu) Mar 2014 - Jul 2021
521-
6. Walter Doekes (@wdoekes) Apr 2021 - Apr 2021
522-
7. sagarmalam Jan 2021 - Jan 2021
523-
8. Vlad Patrascu (@rvlad-patrascu) May 2017 - Dec 2020
524-
9. Ovidiu Sas (@ovidiusas) Feb 2011 - Mar 2019
516+
1. Ovidiu Sas (@ovidiusas) Feb 2011 - Dec 2023
517+
2. Maksym Sobolyev (@sobomax) Mar 2021 - Nov 2023
518+
3. Bogdan-Andrei Iancu (@bogdan-iancu) Dec 2012 - Jun 2023
519+
4. James Stanley Mar 2023 - Mar 2023
520+
5. Razvan Crainea (@razvancrainea) Sep 2011 - Nov 2021
521+
6. Liviu Chircu (@liviuchircu) Mar 2014 - Jul 2021
522+
7. Walter Doekes (@wdoekes) Apr 2021 - Apr 2021
523+
8. sagarmalam Jan 2021 - Jan 2021
524+
9. Vlad Patrascu (@rvlad-patrascu) May 2017 - Dec 2020
525525
10. Peter Lemenkov (@lemenkov) Jun 2018 - Jun 2018
526526

527527
All remaining contributors: Nick Altmann (@nikbyte), Vlad Paiu

modules/uac_registrant/doc/contributors.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<row>
2222
<entry>1. </entry>
2323
<entry>Ovidiu Sas (<ulink url="https://github.com/ovidiusas">@ovidiusas</ulink>)</entry>
24-
<entry align="center">141</entry>
25-
<entry align="center">40</entry>
26-
<entry align="center">5687</entry>
27-
<entry align="center">3266</entry>
24+
<entry align="center">142</entry>
25+
<entry align="center">41</entry>
26+
<entry align="center">5688</entry>
27+
<entry align="center">3268</entry>
2828
</row>
2929
<row>
3030
<entry>2. </entry>
@@ -128,49 +128,49 @@
128128
<tbody>
129129
<row>
130130
<entry>1. </entry>
131+
<entry>Ovidiu Sas (<ulink url="https://github.com/ovidiusas">@ovidiusas</ulink>)</entry>
132+
<entry align="center">Feb 2011 - Dec 2023</entry>
133+
</row>
134+
<row>
135+
<entry>2. </entry>
131136
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
132137
<entry align="center">Mar 2021 - Nov 2023</entry>
133138
</row>
134139
<row>
135-
<entry>2. </entry>
140+
<entry>3. </entry>
136141
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
137142
<entry align="center">Dec 2012 - Jun 2023</entry>
138143
</row>
139144
<row>
140-
<entry>3. </entry>
145+
<entry>4. </entry>
141146
<entry>James Stanley</entry>
142147
<entry align="center">Mar 2023 - Mar 2023</entry>
143148
</row>
144149
<row>
145-
<entry>4. </entry>
150+
<entry>5. </entry>
146151
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
147152
<entry align="center">Sep 2011 - Nov 2021</entry>
148153
</row>
149154
<row>
150-
<entry>5. </entry>
155+
<entry>6. </entry>
151156
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
152157
<entry align="center">Mar 2014 - Jul 2021</entry>
153158
</row>
154159
<row>
155-
<entry>6. </entry>
160+
<entry>7. </entry>
156161
<entry>Walter Doekes (<ulink url="https://github.com/wdoekes">@wdoekes</ulink>)</entry>
157162
<entry align="center">Apr 2021 - Apr 2021</entry>
158163
</row>
159164
<row>
160-
<entry>7. </entry>
165+
<entry>8. </entry>
161166
<entry>sagarmalam</entry>
162167
<entry align="center">Jan 2021 - Jan 2021</entry>
163168
</row>
164169
<row>
165-
<entry>8. </entry>
170+
<entry>9. </entry>
166171
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
167172
<entry align="center">May 2017 - Dec 2020</entry>
168173
</row>
169-
<row>
170-
<entry>9. </entry>
171-
<entry>Ovidiu Sas (<ulink url="https://github.com/ovidiusas">@ovidiusas</ulink>)</entry>
172-
<entry align="center">Feb 2011 - Mar 2019</entry>
173-
</row>
174174
<row>
175175
<entry>10. </entry>
176176
<entry>Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>)</entry>

0 commit comments

Comments
 (0)