[asterisk-commits] dvossel: branch dvossel/stun_monitor r281728 - /team/dvossel/stun_monitor/con...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Aug 11 11:07:03 CDT 2010
Author: dvossel
Date: Wed Aug 11 11:06:59 2010
New Revision: 281728
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=281728
Log:
updated res_stun_monitor sample config
Modified:
team/dvossel/stun_monitor/configs/res_stun_monitor.conf.sample
Modified: team/dvossel/stun_monitor/configs/res_stun_monitor.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/stun_monitor/configs/res_stun_monitor.conf.sample?view=diff&rev=281728&r1=281727&r2=281728
==============================================================================
--- team/dvossel/stun_monitor/configs/res_stun_monitor.conf.sample (original)
+++ team/dvossel/stun_monitor/configs/res_stun_monitor.conf.sample Wed Aug 11 11:06:59 2010
@@ -1,10 +1,23 @@
;
; Configuration file for the res_stun_monitor module
+;
+; The res_stun_monitor module sends STUN requests to a configured STUN server
+; periodically. If the monitor detects a change in the external ip or port
+; provided by the STUN server an event is sent out internally within Asterisk
+; to alert all listeners to that event of the change.
+
+; The current default listeners for the netork change event include chan_sip
+; and chan_iax. Both of these channel drivers by default react to this event
+; by renewing all outbound registrations. This allows the endpoints Asterisk
+; is registering with to become aware of the address change and know the new
+; location.
;
[general]
;
; ---- STUN Server configuration ---
-; stunaddr = mystunserver.com ; address of the stun server to query
+; Setting the 'stunaddr' option to a valid address enables the stun monitor.
+;
+; stunaddr = mystunserver.com ; address of the stun server to query.
; stunrefresh = 30 ; number of seconds between stun refreshes. default is 30
;
; ---- STUN Client configuration ---
More information about the asterisk-commits
mailing list