henningw created an issue (kamailio/kamailio#4226)

Improve and document cdp module list_peers output

Example output:

reg03:~$ sudo kamcmd cdp.list_peers
{
Realm: YYY.com
Identity: 212.XX.XX.3
Accept unknown peers: 0
Connect timeout: 5
Transaction timeout: 5
Default auth session timeout: 3600
Queue length: 32
Workers: 8
Peer count: 3
Peers: {
FQDN: 212.XX.XX.1
Details: {
State: R_Open
Disabled: False
Last used: 1745907094
Applications: {
appid:vendorid: 4:10415
}
}
FQDN: 212.XX.XX.2
Details: {
State: R_Open
Disabled: False
Last used: -1406883582
Applications: {
appid:vendorid: 4:10415
}
}
FQDN: 212.XX.XX.3
Details: {
State: R_Open
Disabled: False
Last used: 1745907095
Applications: {
appid:vendorid: 4:10415
}
}
}
}

  1. Add list_peers command to module XML docs
  2. Document State meaning (e.g. what means R_Open etc..)
  3. Check/ probably cast time_t value to not output negative numbers


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/4226@github.com>