aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn_config.c
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-30 20:40:11 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-30 20:40:11 +0000
commit2f5faab89e889d8e69166acdbf78d2ce3945fdf1 (patch)
tree3a716c0db8318a5f4e5d6c6d88cc8e1033477805 /channels/misdn_config.c
parent4fcf91e569ffba565a22f134946ca35c3bb1b246 (diff)
Update the channel allocation method documentation.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@185121 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/misdn_config.c')
-rw-r--r--channels/misdn_config.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/channels/misdn_config.c b/channels/misdn_config.c
index 0924ad983..e16b8fd85 100644
--- a/channels/misdn_config.c
+++ b/channels/misdn_config.c
@@ -132,10 +132,11 @@ static const struct misdn_cfg_spec port_spec[] = {
{ "callerid", MISDN_CFG_CALLERID, MISDN_CTYPE_STR, "", NONE,
"Sets the caller ID." },
{ "method", MISDN_CFG_METHOD, MISDN_CTYPE_STR, "standard", NONE,
- "Sets the method to use for channel selection:\n"
- "\t standard - always choose the first free channel with the lowest number\n"
- "\t round_robin - use the round robin algorithm to select a channel. use this\n"
- "\t if you want to balance your load." },
+ "Set the method to use for channel selection:\n"
+ "\t standard - Use the first free channel starting from the lowest number.\n"
+ "\t standard_dec - Use the first free channel starting from the highest number.\n"
+ "\t round_robin - Use the round robin algorithm to select a channel. Use this\n"
+ "\t if you want to balance your load." },
{ "dialplan", MISDN_CFG_DIALPLAN, MISDN_CTYPE_INT, "0", NONE,
"Dialplan means Type Of Number in ISDN Terms (for outgoing calls)\n"
"\n"