I was trying to install kamailio for the first time but I could not activate it.
I follow the steps of this installation https://powerpbx.org/content/kazoo-v4-single-server-install-guide-v1#detailedinstall
The error given was
"Active: failed (Result: exit-code= since Mon 2021-03-08 15:44:55 (code=exited, status=255)"
The work around I found to solve this was to modify this archive vi /etc/kazoo/kamailio/local.cfg
More precisely you need to uncomment some lines and verify the information is right and similar to the one I post here.
In my case the hostname is ServerTest, the IP Address is 192.168.0.123.
################################################################################
################################################################################
#!substdef "!MY_HOSTNAME!ServerTest.local!g"
#!substdef "!MY_IP_ADDRESS!192.168.0.123!g"
#!substdef "!MY_AMQP_URL!amqp://guest:guest@192.168.88.51:5672!g"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.