### Description If there are no usrloc registrations, all is good: ``` [root@lab002194-flip-server install]$ kamcmd ul.dump { Domains: { Domain: { Domain: devflip_location Size: 1024 AoRs: { } Stats: { Records: 0 Max-Slots: 0 } } } } ```` But if there are registered SIP endpoints, we get: ```
[root@lab002194-flip-server install]$ kamcmd ul.dump { Domains: { Domain: { Domain: devflip_location Size: 1024 AoRs: { Info: { AoR: oweruaodsiflwosdfjoe@lsjfoasjdfosaodfsdfafolekodc.com HashID: -2013386516 Contacts: { Contact: { Address: sip:oweruaodsiflwosdfjoe@10.255.255.195:6060 Expires: 96 Q: 0 ERROR:: while parsing the record 14, @140: ff : bad record ``` #### Reproduction
Just register some SIP endpoints against kamailio and issue 'kamcmd ul.dump'
### Additional Information
* **Kamailio Version** - output of `kamailio -v`
``` version: kamailio 5.6.0 (x86_64/linux) 61e86a flags: USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLOCKLIST, HAVE_RESOLV_RES, TLS_PTHREAD_MUTEX_SHARED ADAPTIVE_WAIT_LOOPS 1024, MAX_RECV_BUFFER_SIZE 262144, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: 61e86a compiled on 06:54:55 May 26 2022 with gcc 10.2.1 ```
* **Operating System**:
<!-- Details about the operating system, the type: Linux (e.g.,: Debian 8.4, Ubuntu 16.04, CentOS 7.1, ...), MacOS, xBSD, Solaris, ...; Kernel details (output of `lsb_release -a` and `uname -a`) -->
``` [root@lab002194-flip-server kamailio-5.6]$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye
[root@lab002194-flip-server kamailio-5.6]$ uname -a Linux lab002194-flip-server 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64 GNU/Linux
```
There was some development attempt to try to add support for `long/long long` data types, I will look over it when I get some time.
But the `kamcmd` is somehow stalled, with no active developer taking care of it. You should use `kamctl rpc ...` or even better the `kamcli`:
- https://github.com/kamailio/kamcli
If nobody commits to maintain `kamcmd`, it may be removed in the future, so it is recommended to move the workflow to a maintained ctl tool.
Thanks. I switched to 'kamctl rpc' and it is fine. Since kamcmd doesn't have maintainers anymore, for me it is OK to close this issue.
Hopefully the above commit fixes this specific issue.
But again, to say it again for who ever ends up reading this in the future, it is better to switch to use `kamctl` or `kamcli`, their output is also proper json format. `kamcli` has also tab and history-based completion.
Closed #3123 as completed.