[asterisk-commits] russell: branch 1.4 r56740 -
	/branches/1.4/apps/app_meetme.c
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Sun Feb 25 18:04:41 MST 2007
    
    
  
Author: russell
Date: Sun Feb 25 19:04:40 2007
New Revision: 56740
URL: http://svn.digium.com/view/asterisk?view=rev&rev=56740
Log:
Move a comment to be in the correct struct.
Modified:
    branches/1.4/apps/app_meetme.c
Modified: branches/1.4/apps/app_meetme.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_meetme.c?view=diff&rev=56740&r1=56739&r2=56740
==============================================================================
--- branches/1.4/apps/app_meetme.c (original)
+++ branches/1.4/apps/app_meetme.c Sun Feb 25 19:04:40 2007
@@ -406,9 +406,6 @@
 	/*! Number of stations that have this trunk on hold. */
 	unsigned int hold_stations;
 	struct ast_channel *chan;
-	/*! Ring timeout to use when this trunk is ringing on this specific
-	 *  station.  This takes higher priority than a ring timeout set at
-	 *  the station level. */
 	unsigned int ring_timeout;
 };
 
@@ -417,6 +414,9 @@
 	struct sla_trunk *trunk;
 	enum sla_trunk_state state;
 	struct ast_channel *chan;
+	/*! Ring timeout to use when this trunk is ringing on this specific
+	 *  station.  This takes higher priority than a ring timeout set at
+	 *  the station level. */
 	unsigned int ring_timeout;
 };
 
    
    
More information about the asterisk-commits
mailing list