mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
res_rtp_asterisk: Automatically refresh stunaddr from DNS
This allows the STUN server to change its IP address without having to reload the res_rtp_asterisk module. The refresh of the name resolution occurs first when the module is loaded, then recurringly, slightly after the previous DNS answer TTL expires. ASTERISK-29508 #close Change-Id: I7955a046293f913ba121bbd82153b04439e3465f
This commit is contained in:
committed by
George Joseph
parent
e660a2c03b
commit
ac492f2ff8
@@ -0,0 +1,6 @@
|
||||
Subject: res_rtp_asterisk
|
||||
|
||||
When the address of the STUN server (stunaddr) is a name resolved via DNS, the
|
||||
stunaddr will be recurringly resolved when the DNS answer Time-To-Live (TTL)
|
||||
expires. This allows the STUN server to change its IP address without having to
|
||||
reload the res_rtp_asterisk module.
|
Reference in New Issue
Block a user