[svn-commits] mmichelson: branch group/CCSS r213882 - /team/group/CCSS/apps/app_dial.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Aug 24 16:32:35 CDT 2009


Author: mmichelson
Date: Mon Aug 24 16:32:32 2009
New Revision: 213882

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=213882
Log:
Add new debugging comment that is both helpful and frasmotic.


Modified:
    team/group/CCSS/apps/app_dial.c

Modified: team/group/CCSS/apps/app_dial.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/CCSS/apps/app_dial.c?view=diff&rev=213882&r1=213881&r2=213882
==============================================================================
--- team/group/CCSS/apps/app_dial.c (original)
+++ team/group/CCSS/apps/app_dial.c Mon Aug 24 16:32:32 2009
@@ -1858,6 +1858,7 @@
 	if (interfaces->done) {
 		/* Situation 3 has occurred */
 		*ignore_cc = 1;
+		ast_log(LOG_NOTICE, "Datastore is present with done flag set. Ignoring CC offers on this call\n");
 		return 0;
 	}
 




More information about the svn-commits mailing list