[svn-commits] rmudgett: branch group/CCSS r247039 - /team/group/CCSS/channels/sig_pri.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Feb 16 17:11:23 CST 2010


Author: rmudgett
Date: Tue Feb 16 17:11:19 2010
New Revision: 247039

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=247039
Log:
Make new CCSS API compile with libpri.

Modified:
    team/group/CCSS/channels/sig_pri.c

Modified: team/group/CCSS/channels/sig_pri.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/channels/sig_pri.c?view=diff&rev=247039&r1=247038&r2=247039
==============================================================================
--- team/group/CCSS/channels/sig_pri.c (original)
+++ team/group/CCSS/channels/sig_pri.c Tue Feb 16 17:11:19 2010
@@ -2062,7 +2062,7 @@
 				pri_cc_cancel(pri->pri, subcmd->u.cc_remote_user_free.cc_id);
 				break;
 			}
-			ast_cc_monitor_callee_available(monitor->core_id);
+			ast_cc_monitor_callee_available(monitor->core_id, "%s callee has become available", sig_pri_cc_type_name);
 			ao2_ref(monitor, -1);
 			break;
 #endif	/* defined(HAVE_PRI_CCSS) */




More information about the svn-commits mailing list