Hello
I'm running Kamailio version: 4.2.5 (x86_64/linux).
kamcmd is always exiting with exit status "0" even if the command failed.
root@lb:~# kamcmd willfail
error: 500 - command willfail not found
root@lb:~# echo $?
0
[live] root@lb32:~# kamcmd permissions.trustedReload
Reload OK
root@lb:~# echo $?
0
—
Reply to this email directly or view it on GitHub.