Hello there,
I have an htable with 3000 entries and when i try dump the htable through the command kamcmd htable.dump htable, this command returns "ERROR: reply too big".
I have tried to increase the body size using the following modparam:
modparam("ctl", "binrpc_max_body_size",1024)
But the result still the same "ERROR: reply too big", do I need to configure another parameter to be able dump this htable?
The kamailio version that i'm using is 4.4.2
Thank you.