[asterisk-commits] mmichelson: branch group/CCSS r236666 - /team/group/CCSS/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 28 11:15:12 CST 2009
Author: mmichelson
Date: Mon Dec 28 11:15:10 2009
New Revision: 236666
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=236666
Log:
Fill in cancel_available_timer callback.
Modified:
team/group/CCSS/channels/chan_sip.c
Modified: team/group/CCSS/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/channels/chan_sip.c?view=diff&rev=236666&r1=236665&r2=236666
==============================================================================
--- team/group/CCSS/channels/chan_sip.c (original)
+++ team/group/CCSS/channels/chan_sip.c Mon Dec 28 11:15:10 2009
@@ -3764,8 +3764,7 @@
static int sip_cc_monitor_cancel_available_timer(struct ast_cc_monitor *monitor, const int core_id, int *sched_id)
{
- /* XXX STUB */
- /* AST_SCHED_DEL using the given sched_id. */
+ AST_SCHED_DEL(sched, *sched_id);
return 0;
}
More information about the asterisk-commits
mailing list