I tried to loading Carrierroute module and lcr module but I can not found the module from apt search kamailio for carrierroute and lcr.

So, how should i find that module? 

On Fri, Apr 1, 2022, 17:48 bayu p <bayupmail@gmail.com> wrote:
Dear Expert Kamailio,

I use this tutorial kamctl to make kamailio and other sip server communicated
https://manpages.ubuntu.com/manpages/xenial/man8/kamctl.8.html

but, i cannot found further tutorial how use kamctl.
Could you please share, the detail/further  tutorial and example of kamctl usage..

Since i always found error/failure during execute some command from the link, here captured:

(1).
# kamctl cr dump
-e \E[37;31mERROR: Error opening Kamailio's FIFO /var/run/kamailio/kamailio_rpc.fifo
-e \E[37;31mERROR: Make sure you have loaded the jsonrpcs module and set FIFO transport parameters

(2).
# kamctl  lcr show_gws
-e \E[37;31mERROR: command disabled

(3).
# kamctl  lcr reload
-e \E[37;31mERROR: command disabled

(4).
# kamctl ping 192.168.31.50
{
  "jsonrpc":  "2.0",
  "error":  {
    "code": 400,
    "message":  "Invalid request uri \"192.168.31.50\""
  },
  "id": 76608
}

(5).
# kamctl cr reload
{
  "jsonrpc":  "2.0",
  "error":  {
    "code": 500,
    "message":  "Method Not Found"
  },
  "id": 76659
}


Warm Regards,