Skip to content

Commit

Permalink
Merge pull request freeswitch#123 from freeswitch/ipv6
Browse files Browse the repository at this point in the history
Sip crash on unresolvable dns resolution error of IPv6 outbound request.
  • Loading branch information
briankwest authored Apr 27, 2022
2 parents 1fef149 + 48bcb4d commit 5f18366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libsofia-sip-ua/nta/nta.c
Original file line number Diff line number Diff line change
Expand Up @@ -10912,6 +10912,8 @@ void outgoing_answer_aaaa(sres_context_t *orq, sres_query_t *q,

if (results)
outgoing_query_results(orq, sq, results, found);
else if (!q)
outgoing_resolving_error(orq, SIPDNS_503_ERROR);
}
#endif /* SU_HAVE_IN6 */

Expand Down

0 comments on commit 5f18366

Please sign in to comment.