Module: kamailio
Branch: master
Commit: 0666d34f8816479724b4bdf4621147ccba156c66
URL:
https://github.com/kamailio/kamailio/commit/0666d34f8816479724b4bdf4621147c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2024-06-13T13:24:04+02:00
dispacther: docs - remark about RFC7339 for overload control values
---
Modified: src/modules/dispatcher/doc/dispatcher_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/0666d34f8816479724b4bdf4621147c…
Patch:
https://github.com/kamailio/kamailio/commit/0666d34f8816479724b4bdf4621147c…
---
diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml
b/src/modules/dispatcher/doc/dispatcher_admin.xml
index 70a30ed7f7e..e50ea26f518 100644
--- a/src/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/src/modules/dispatcher/doc/dispatcher_admin.xml
@@ -2019,8 +2019,8 @@ onreply_route {
<function moreinfo="none">ds_oc_set_attrs(setid, uri, rval, tval,
sval)</function>
</title>
<para>
- Sets the overload control rate and time internval limit
- for the destination (setid, uri).
+ Sets the overload control rate, time internval limit and sequence number
+ for the destination record (setid, uri) following RFC7339 specifications.
</para>
<para>Description of parameters:</para>
<itemizedlist>
@@ -2055,7 +2055,7 @@ onreply_route {
<title><function>ds_oc_set_attrs()</function> usage</title>
<programlisting format="linespecific">
...
- ds_oc_set_attrs("1", "sip:127.0.0.1:5080", "30",
"1000", "1");
+ ds_oc_set_attrs("1", "sip:127.0.0.1:5080", "30",
"180000", "1");
...
</programlisting>
</example>