Dear Expert Kamailio,
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,