You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1090
-- Commit Summary --
* pkg/kamailio: Fixed systemd unit failure on server boot
-- File Changes --
M pkg/kamailio/centos/7/kamailio.service (2) M pkg/kamailio/fedora/17/kamailio.service (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1090.patch https://github.com/kamailio/kamailio/pull/1090.diff
I'm not sure you need After=network.target and network-online.target, but based on https://fedoraproject.org/wiki/Networking/Ideas/ServiceOrdering, you will want Wants=network-online.target
Please look https://github.com/kamailio/kamailio/pull/1104/files Think IP_FREEBIND is preferred implementation.
Closed #1090.
Reopened #1090.
@sergey-safarov -- agree that I'd like Kamailio to have a way to bind to :::5060/udp, :::5061/tcp/tls for example.
That being said, I'm not sure of the Kamailio internals. Just binding with IP_FREEBIND might not mean that functions within Kamailio detect addresses properly, etc.
Closed #1090.
Closing this one, it looks it requires the backport of #1089 in order to be coherent.