[svn-commits] nadi: branch nadi/trunk-cm r44771 -
/team/nadi/trunk-cm/include/asterisk/csel.h
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Tue Oct 10 00:53:59 MST 2006
Author: nadi
Date: Tue Oct 10 02:53:58 2006
New Revision: 44771
URL: http://svn.digium.com/view/asterisk?rev=44771&view=rev
Log:
added entries for easy use with res_configman
Modified:
team/nadi/trunk-cm/include/asterisk/csel.h
Modified: team/nadi/trunk-cm/include/asterisk/csel.h
URL: http://svn.digium.com/view/asterisk/team/nadi/trunk-cm/include/asterisk/csel.h?rev=44771&r1=44770&r2=44771&view=diff
==============================================================================
--- team/nadi/trunk-cm/include/asterisk/csel.h (original)
+++ team/nadi/trunk-cm/include/asterisk/csel.h Tue Oct 10 02:53:58 2006
@@ -23,6 +23,21 @@
#ifndef _ASTERISK_CSEL_H
#define _ASTERISK_CSEL_H
+
+/* !\brief Entry for Configman: method
+ */
+#define CM_CSEL_METHOD \
+{ "method", "standard", \
+ "Sets the method to use for channel selection.\n" \
+ "\tEnter 'csel list methods' to list the possible values." }
+
+/* !\brief Entry for Configman: method_parms
+ */
+#define CM_CSEL_METHOD_PARMS \
+{ "method_parms", "", \
+ "Optional parameters passed to the channel selection algorithm.\n" \
+ "\tEnter 'csel list methods' to see which methods take which\n" \
+ "\tparameters." }
/* !\brief Private csel structure
*/
More information about the svn-commits
mailing list