I am trying to build an Android application that uses OpenSips server.
I've installed OpenSIPs server, but it failed to connect my domain address (Custom IP address) to the OpenSIPs server.
Somehow local address is working fine.
Here are the errors.
ERROR:core:udp_init: bind(5, 0x7f5522350c74, 16) on 192.168.1.117: Cannot assign requested address
ERROR:core:tcp_init: bind(7, 0x7f6466d7ee3c, 16) on 192.168.1.117:5061 : Cannot assign requested address
It would be great if you can give me some advice.
Thank you.