[asterisk-commits] rmudgett: branch group/CCSS r243386 - /team/group/CCSS/main/ccss.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jan 26 16:56:58 CST 2010


Author: rmudgett
Date: Tue Jan 26 16:56:53 2010
New Revision: 243386

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=243386
Log:
Merged revision 236794 from
https://origsvn.digium.com/svn/asterisk/be/branches/C.3-bier

This is a better message than what was originally merged.

r236794 | mmichelson | 2009-12-29 14:57:32 -0600 (Tue, 29 Dec 2009) | 4 lines

Add a couple of debug messages which may help when trying to figure
out why CC isn't even being offered to a caller.

Modified:
    team/group/CCSS/main/ccss.c

Modified: team/group/CCSS/main/ccss.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/main/ccss.c?view=diff&rev=243386&r1=243385&r2=243386
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Tue Jan 26 16:56:53 2010
@@ -1774,7 +1774,7 @@
 		 */
 		*ignore_cc = 1;
 		ast_channel_unlock(chan);
-		ast_log_dynamic_level(cc_logger_level, "Channel %s not configured to allow CC. CC will not be possible on this call\n", chan->name);
+		ast_log_dynamic_level(cc_logger_level, "Agent policy for %s is 'never'. CC not possible\n", chan->name);
 		return 0;
 	}
 




More information about the asterisk-commits mailing list