[asterisk-commits] mmichelson: branch group/CCSS r213097 - /team/group/CCSS/funcs/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Aug 19 15:35:49 CDT 2009


Author: mmichelson
Date: Wed Aug 19 15:35:46 2009
New Revision: 213097

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=213097
Log:
Pass correct parameter to function.

Yay for testing!!


Modified:
    team/group/CCSS/funcs/func_callcompletion.c

Modified: team/group/CCSS/funcs/func_callcompletion.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/CCSS/funcs/func_callcompletion.c?view=diff&rev=213097&r1=213096&r2=213097
==============================================================================
--- team/group/CCSS/funcs/func_callcompletion.c (original)
+++ team/group/CCSS/funcs/func_callcompletion.c Wed Aug 19 15:35:46 2009
@@ -68,7 +68,7 @@
 		return -1;
 	}
 
-	res = ast_cc_get_param(cc_params, name, buf, buf_len);
+	res = ast_cc_get_param(cc_params, data, buf, buf_len);
 	ast_channel_unlock(chan);
 	return res;
 }




More information about the asterisk-commits mailing list