Index: main/udptl.c =================================================================== --- main/udptl.c (revision 405310) +++ main/udptl.c (working copy) @@ -1009,7 +1009,7 @@ if (ast_bind(udptl->fd, &udptl->us) == 0) { break; } - if (errno != EADDRINUSE) { + if (errno != EADDRINUSE && errno != EACCES) { ast_log(LOG_WARNING, "Unexpected bind error: %s\n", strerror(errno)); close(udptl->fd); ast_free(udptl);