[asterisk-commits] oej: trunk r216804 - /trunk/channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Sep 7 11:00:43 CDT 2009


Author: oej
Date: Mon Sep  7 11:00:41 2009
New Revision: 216804

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=216804
Log:
add doxygen and remove duplicate declaration of variable

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=216804&r1=216803&r2=216804
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Mon Sep  7 11:00:41 2009
@@ -1137,7 +1137,7 @@
 	configuring devices
 */
 /*@{*/
-static char default_language[MAX_LANGUAGE];
+static char default_language[MAX_LANGUAGE];	/*! Default language setting for new channels */
 static char default_callerid[AST_MAX_EXTENSION];
 static char default_mwi_from[80];
 static char default_fromdomain[AST_MAX_EXTENSION];
@@ -1202,7 +1202,6 @@
 
 static int global_relaxdtmf;		/*!< Relax DTMF */
 static int global_prematuremediafilter;	/*!< Enable/disable premature frames in a call (causing 183 early media) */
-static int global_relaxdtmf;			/*!< Relax DTMF */
 static int global_rtptimeout;		/*!< Time out call if no RTP */
 static int global_rtpholdtimeout;	/*!< Time out call if no RTP during hold */
 static int global_rtpkeepalive;		/*!< Send RTP keepalives */




More information about the asterisk-commits mailing list