]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_stun_monitor: Don't fail to load if DNS resolution fails
authorSean Bright <sean.bright@gmail.com>
Fri, 14 Apr 2017 21:50:56 +0000 (17:50 -0400)
committerSean Bright <sean.bright@gmail.com>
Fri, 14 Apr 2017 21:54:55 +0000 (16:54 -0500)
commit22c07f52232f4f3c2cd24708f11f346a84ede32c
tree951cda572c33bd3eab6dabbfbafa2e31961d4bd2
parenteaecccf25930d091f979721066363097f6d8403a
res_stun_monitor: Don't fail to load if DNS resolution fails

res_stun_monitor will fail to load if DNS resolution of the STUN server
fails. Instead, we continue without the STUN server being resolved and
we will re-attempt the resolution on the STUN refresh interval.

ASTERISK-21856 #close
Reported by: Jeremy Kister

Change-Id: I6334c54a1cc798f8a836b4b47948e0bb4ef59254
res/res_stun_monitor.c