[svn-commits] oej: branch oej/sip-max-forwards-1.4 r295397 - /team/oej/sip-max-forwards-1.4...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Nov 17 10:51:48 CST 2010


Author: oej
Date: Wed Nov 17 10:51:42 2010
New Revision: 295397

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=295397
Log:
TyPo

Modified:
    team/oej/sip-max-forwards-1.4/channels/chan_sip.c

Modified: team/oej/sip-max-forwards-1.4/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/sip-max-forwards-1.4/channels/chan_sip.c?view=diff&rev=295397&r1=295396&r2=295397
==============================================================================
--- team/oej/sip-max-forwards-1.4/channels/chan_sip.c (original)
+++ team/oej/sip-max-forwards-1.4/channels/chan_sip.c Wed Nov 17 10:51:42 2010
@@ -3298,7 +3298,7 @@
 		} else if (!strcasecmp(ast_var_name(current), "SIPTRANSFER_REPLACES")) {
 			/* We're replacing a call. */
 			p->options->replaces = ast_var_value(current);
-		} else if (!strcasecmp(ast_var_name(current), "SIP_MAX_FORWards")) {
+		} else if (!strcasecmp(ast_var_name(current), "SIP_MAX_FORWARDS")) {
 			/* The anti-loop variable setting */
 			p->maxforwards = atoi(ast_var_value(current));
 		}




More information about the svn-commits mailing list