the patch that went in for issue 7874. chan_iax2 needs to be able to create
socket that is lisetning on INADDR_ANY, but also be able to bind sockets to
specific addresses. (Thanks to Stevenson on the asterisk-dev mailing list
for explaining why this flag was needed.)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@59608 65c4cc65-6c06-0410-ace0-fbb531ad65f3
ast_log(LOG_ERROR,"Unable to bind to %s port %d: %s\n",ast_inet_ntoa(iabuf,sizeof(iabuf),bindaddr->sin_addr),ntohs(bindaddr->sin_port),strerror(errno));
ast_log(LOG_ERROR,"Unable to bind to %s port %d: %s\n",ast_inet_ntoa(iabuf,sizeof(iabuf),bindaddr->sin_addr),ntohs(bindaddr->sin_port),strerror(errno));