[SR-Users] Kamailio htable.dump command returns - reply too big

2018-03-21 Thread José Seabra
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 res

Re: [SR-Users] Kamailio htable.dump command returns - reply too big

2018-03-21 Thread José Seabra
Just an update to my last email . I have increased the size to a higher value such as 90KB, but it continues replying the msg -> "reply too big" Thank you. Best Regards 2018-03-21 11:20 GMT+00:00 José Seabra : > Hello there, > I have an htable with 3000 entries and when i try dump the hta

Re: [SR-Users] Kamailio htable.dump command returns - reply too big

2018-03-22 Thread Daniel-Constantin Mierla
Hello, there are two parameters for ctl module that need to be increased, one is for the rpc response size and one for the body size. You have to increase also the first one and should be bigger than the body size. Cheers, Daniel On 21.03.18 17:11, José Seabra wrote: > Just an update to my last

Re: [SR-Users] Kamailio htable.dump command returns - reply too big

2018-03-22 Thread José Seabra
Hi Daniel, Thank you for you reply. Just to confirm, the parameters that you are talking about are : - binrpc_max_body_size - binrpc_struct_max_body_size What is the size of one entry on database that each ctl parameter needs to reserve? based on this size i can create a math formula to cal