[svn-commits] dvossel: branch dvossel/stun_monitor r281727 - /team/dvossel/stun_monitor/con...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Aug 11 10:25:12 CDT 2010


Author: dvossel
Date: Wed Aug 11 10:25:09 2010
New Revision: 281727

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=281727
Log:
updated iax.conf sample config

Modified:
    team/dvossel/stun_monitor/configs/iax.conf.sample
    team/dvossel/stun_monitor/configs/sip.conf.sample

Modified: team/dvossel/stun_monitor/configs/iax.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/stun_monitor/configs/iax.conf.sample?view=diff&rev=281727&r1=281726&r2=281727
==============================================================================
--- team/dvossel/stun_monitor/configs/iax.conf.sample (original)
+++ team/dvossel/stun_monitor/configs/iax.conf.sample Wed Aug 11 10:25:09 2010
@@ -244,6 +244,15 @@
 ;
 ;register => FWDNumber:passwd at iax.fwdnet.net
 ;
+; Through the use of the res_stun_monitor module, Asterisk has the ability to detect when the
+; perceived external network address has changed.  This change generates an event which
+; chan_iax subscribes to.  Upon receiving this event chan_iax will renew all outbound
+; registrations. By default this option is enabled, but only takes affect once
+; res_stun_monitor is configured.  If res_stun_monitor is enabled and you wish to not
+; generate all outbound registrations on a network change, use the option below to disable
+; this feature.
+;
+; subscribe_network_change_event = yes ; on by default
 ;
 ; You can disable authentication debugging to reduce the amount of
 ; debugging traffic.

Modified: team/dvossel/stun_monitor/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/stun_monitor/configs/sip.conf.sample?view=diff&rev=281727&r1=281726&r2=281727
==============================================================================
--- team/dvossel/stun_monitor/configs/sip.conf.sample (original)
+++ team/dvossel/stun_monitor/configs/sip.conf.sample Wed Aug 11 10:25:09 2010
@@ -789,10 +789,10 @@
 ; chan_sip subscribes to.  Upon receiving this event chan_sip will renew all outbound
 ; registrations. By default this option is enabled, but only takes affect once
 ; res_stun_monitor is configured.  If res_stun_monitor is enabled and you wish to not
-; generate all outbound registrations on a network change use the option below to disable
+; generate all outbound registrations on a network change, use the option below to disable
 ; this feature.
 ;
-; subscribe_network_change_event = yes;
+; subscribe_network_change_event = yes ; on by default
 
 ;----------------------------------- MEDIA HANDLING --------------------------------
 ; By default, Asterisk tries to re-invite media streams to an optimal path. If there's




More information about the svn-commits mailing list