The order of parameters matters, it's how all rpc commands are implemented -- there
are other RPC transports than jsonrpc (e.g., binrpc, xmlrpc) and the order is the common
requirement that implementation relies on.
For jsonrpc it may work to provide params with names (iirc), but the order must be kept.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1225#issuecomment-326792440