From: Olle Johansson Date: Mon, 7 Sep 2009 16:00:41 +0000 (+0000) Subject: add doxygen and remove duplicate declaration of variable X-Git-Tag: 11.0.0-beta1~4229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=246e0852a748763242594eb319e05cc9b98ce423;p=thirdparty%2Fasterisk.git add doxygen and remove duplicate declaration of variable git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@216804 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 6bef967306..f2a9fbc592 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -1137,7 +1137,7 @@ static const char *sip_reason_code_to_str(enum AST_REDIRECTING_REASON code) 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_match_auth_username; /*!< Match auth username if available in 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 */