When used NIC for bound ``` [root@6d5120ba12c3 /]# kamcmd core.sockets_list { socket: { proto: udp address: 172.17.0.2 port: 5060 mcast: no mhomed: no } } ``` When user IP address for bound ``` { socket: { proto: udp address: 172.17.0.2 port: 5060 mcast: no mhomed: no } } ```
When used IP address for bound, then `advertise` keyword works correctly.