Hello!
I keep into DB (kamailio.domain_attrs) around 25 domains and I can't get them via kamcmd: ``` #kamcmd domain.dump ERROR: reply too big ``` ``` # kamailio -v version: kamailio 5.1.0-dev2 (x86_64/linux) flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, 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_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: unknown compiled with gcc 5.3.1 ```
If you have issues operating kamailio, use the mailing list first (sr-users@lists.kamailio.org). This is the tracker for bugs in the code or requests for new features. In your case, likely you have to tune the parameters of ctl module:
* https://www.kamailio.org/docs/modules/stable/modules/ctl.html#binrpc_max_bod...
Closed #1127.