[svn-commits] mmichelson: trunk r206490 - /trunk/apps/app_dial.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 14 12:04:01 CDT 2009


Author: mmichelson
Date: Tue Jul 14 12:03:58 2009
New Revision: 206490

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=206490
Log:
I AM A TERRIBLE PERSON


Modified:
    trunk/apps/app_dial.c

Modified: trunk/apps/app_dial.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/apps/app_dial.c?view=diff&rev=206490&r1=206489&r2=206490
==============================================================================
--- trunk/apps/app_dial.c (original)
+++ trunk/apps/app_dial.c Tue Jul 14 12:03:58 2009
@@ -972,7 +972,7 @@
 				continue;
 			/* here, o->chan == c == winner */
 			if (!ast_strlen_zero(c->call_forward)) {
-				(*sentringing) = 0;
+				pa->sentringing = 0;
 				do_forward(o, &num, peerflags, single, to);
 				continue;
 			}
@@ -1098,7 +1098,7 @@
 					} else {
 						ast_verb(3, "%s redirecting info has changed, passing it to %s\n", c->name, in->name);
 						ast_indicate_data(in, AST_CONTROL_REDIRECTING, f->data.ptr, f->datalen);
-						(*sentringing) = 0;
+						pa->sentringing = 0;
 					}
 					break;
 				case AST_CONTROL_PROCEEDING:




More information about the svn-commits mailing list