Hi,
Is there any command to get the runtime configuration from kamailio? I tried "kamctl monitor" but there was not a lot of information.
For example I need information about what tcp_conn_wq_max is set to.
Best regards,
Magnus Nordström
Am 13.10.2015 um 12:03 schrieb Magnus Nordström:
Is there any command to get the runtime configuration from kamailio? I tried "kamctl monitor" but there was not a lot of information.
There isn't a command that I know of that will dump all variables, however...
For example I need information about what tcp_conn_wq_max is set to.
... core.tcp_options will give you that value.
-Sven
On 13/10/15 13:53, Sven Neuhaus wrote:
Am 13.10.2015 um 12:03 schrieb Magnus Nordström:
Is there any command to get the runtime configuration from kamailio? I tried "kamctl monitor" but there was not a lot of information.
There isn't a command that I know of that will dump all variables, however...
For example I need information about what tcp_conn_wq_max is set to.
... core.tcp_options will give you that value.
A bit more about: run "kamcmd help" to see what commands for kamcmd are available and some of them will list back internal options/stats/parameters.
Cheers, Daniel