diff --git a/channels/chan_sip.c b/channels/chan_sip.c index d45d5a0dd6..949ccb769b 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -1647,7 +1647,7 @@ static enum sip_result ast_sip_ouraddrfor(struct in_addr *them, struct in_addr * } } else if (bindaddr.sin_addr.s_addr) *us = bindaddr.sin_addr; - return AST_FAILURE; + return AST_SUCCESS; } /*! \brief Append to SIP dialog history