[asterisk-commits] mmichelson: branch group/issue8824 r158850 -	/team/group/issue8824/apps/
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Mon Nov 24 15:25:25 CST 2008
    
    
  
Author: mmichelson
Date: Mon Nov 24 15:25:24 2008
New Revision: 158850
URL: http://svn.digium.com/view/asterisk?view=rev&rev=158850
Log:
Fix typo
Modified:
    team/group/issue8824/apps/app_dial.c
Modified: team/group/issue8824/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/team/group/issue8824/apps/app_dial.c?view=diff&rev=158850&r1=158849&r2=158850
==============================================================================
--- team/group/issue8824/apps/app_dial.c (original)
+++ team/group/issue8824/apps/app_dial.c Mon Nov 24 15:25:24 2008
@@ -987,7 +987,7 @@
 					}
 					break;
 				case AST_CONTROL_REDIRECTING:
-					if (ast_test_flag64(peerflags, OPT_IGNORE_CONNECTDLINE)) {
+					if (ast_test_flag64(peerflags, OPT_IGNORE_CONNECTEDLINE)) {
 						ast_verb(3, "Redirecting update to %s prevented.\n", in->name);
 					} else {
 						ast_verb(3, "%s redirecting info has changed, passing it to %s\n", c->name, in->name);
    
    
More information about the asterisk-commits
mailing list