Re: [OpenSIPS-Users] mi_json Module

2017-01-16 Thread Răzvan Crainea
Hi, Dragomir! Parameters are sent in the params parameter. Check the example in the documentation: http://www.opensips.org/html/docs/modules/2.2.x/mi_json#id249590 This works for me: # curl -s 'http://127.0.0.1:8080/json/get_statistics?params=shmem:' Best regards, Răzvan Crainea OpenSIPS

[OpenSIPS-Users] mi_json Module

2017-01-16 Thread Dragomir Haralambiev
Hello, I try to use mi_json modile in Opensips 2.2.2. All is OK when try to read log level: opensips_ip:Opensips_http_port/json/log_level How to use "get_statistics hmem:" ? Follow command not working: opensips_ip:Opensips_http_port/json/get_statistics%20shmem: Regards, Dragomir