Hello, On 12.04.21 12:40, Juha Heinanen wrote: > It is possible to update value of max_while_loops dynamically in config > file? > > For example, there could be a need to increase the max in some while > loop, but after the loop is done, decrease it again for other loops. > > There exists an rpc command to do that, but I haven't found how to do it > in config file. > > I tried > > @cfg_seti.core.max_while_loops = 200; > > but got syntax error.
the jsonrpcs module exports a function that executes rpc commands from command line, jsonrpcs_exec() iirc. Cheers, Daniel -- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advanced Training - Online May 17-20, 2021 (Europe Timezone) - June 7-10, 2021 (America Timezone) * https://www.asipto.com/sw/kamailio-advanced-training-online/ _______________________________________________ Kamailio (SER) - Users Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
