Module: kamailio Branch: master Commit: 2a653ea438b644c4ef7c534eba85fdb7cef7f13d URL: https://github.com/kamailio/kamailio/commit/2a653ea438b644c4ef7c534eba85fdb7cef7f13d
Author: Kamailio Dev <kamailio....@kamailio.org> Committer: Kamailio Dev <kamailio....@kamailio.org> Date: 2025-08-18T07:46:11+02:00 modules: readme files regenerated - dispatcher ... [skip ci] --- Modified: src/modules/dispatcher/README --- Diff: https://github.com/kamailio/kamailio/commit/2a653ea438b644c4ef7c534eba85fdb7cef7f13d.diff Patch: https://github.com/kamailio/kamailio/commit/2a653ea438b644c4ef7c534eba85fdb7cef7f13d.patch --- diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README index 0da38afec02..c09c86c5016 100644 --- a/src/modules/dispatcher/README +++ b/src/modules/dispatcher/README @@ -1995,8 +1995,9 @@ kamcli dispatcher.oclist 1 Optionally, these fields can be followed by: * flags - control the mode of using the destination address and - sending keepalives. It is a bitwise value that can be built using - the following flags: + sending keepalives. The value is a decimal number (inside the text + file it can be also provided as hexadecimal number). It is a + bitwise value that can be built using the following flags: + 1 (bit at index 0 - 1 <<0) - inactive destination + 2 (bit at index 1 - 1 <<1) - temporary trying destination (in the way to become inactive if it does not reply to keepalives @@ -2064,10 +2065,11 @@ kamcli dispatcher.oclist 1 setid(int) destination(sip uri) flags(int,opt) priority(int,opt) attrs(str,opt) ... - Full line example: + Full line examples: ... -1 sip:127.0.0.1:5080 0 0 duid=abc;socket=udp:192.168.0.125:5060;my=xyz;ping_from -=sip:myproxy.com +1 sip:127.0.0.1:5080 0 0 duid=abc;socket=udp:127.0.0.1:5060;my=xyz;ping_from=sip +:myproxy.com +1 sip:127.0.0.1:5090 0x8 0 socket=udp:127.0.0.1:5060;prefix=49 ... For database, each element of a line resides in a different column. _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!