[asterisk-commits] mmichelson: branch group/CCSS r221039 - /team/group/CCSS/main/ccss.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 29 19:38:14 CDT 2009
Author: mmichelson
Date: Tue Sep 29 19:38:11 2009
New Revision: 221039
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=221039
Log:
Make XXX TODO note with what I need to start on tomorrow.
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=221039&r1=221038&r2=221039
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Tue Sep 29 19:38:11 2009
@@ -1950,6 +1950,10 @@
*/
while ((tree_item_iter = AST_LIST_NEXT(tree_item_iter, next))) {
if (tree_item_iter->parent_id == exten_id) {
+ /* XXX TODO Instead of appending the name of the interface here, we
+ * need to instead use a monitor callback to determine what the name
+ * we should use is.
+ */
ast_str_append(&var_value, 0, "%s%s", multi ? "&" : "", tree_item_iter->interface->name);
multi = 1;
}
More information about the asterisk-commits
mailing list