Re: [OpenSIPS-Users] how to call ul_dump?brief using jsonrpc

2020-11-11 Thread Vlad Patrascu
Hi Babak, This is a bit of a mistake in the documentation, as the parameter's name is "brief", but as value it actually expects an integer. As such the jsonrpc request should be: '{"jsonrpc":"2.0","method":"ul_dump","params":{"brief":1},"id":10}' or:

[OpenSIPS-Users] how to call ul_dump?brief using jsonrpc

2020-11-11 Thread Babak Yakhchali
Hi I'm using opensips 3.1. What json should be sent as body to http mi which results like ul_dump?brief I tried this curl command but it is not working curl --location --request POST 'http://127.0.0.1:8080/opensips_mi' \ --header 'Content-Type: application/json' \ --data-raw