aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-30 20:48:08 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-30 20:48:08 +0000
commitc6d41033a41c0d3455cad7a99fae610085bd3d3e (patch)
treed60ef2a2bd52ef2739606c6a1568e7e7f58c065d
parent3297598254c448e99f32e179d7e921fa16425339 (diff)
Merged revisions 185123 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r185123 | rmudgett | 2009-03-30 15:42:14 -0500 (Mon, 30 Mar 2009) | 9 lines Merged revisions 185121 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r185121 | rmudgett | 2009-03-30 15:40:11 -0500 (Mon, 30 Mar 2009) | 1 line Update the channel allocation method documentation. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@185125 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/misdn_config.c9
-rw-r--r--configs/misdn.conf.sample9
2 files changed, 10 insertions, 8 deletions
diff --git a/channels/misdn_config.c b/channels/misdn_config.c
index 1db51f94f..6c75b12cc 100644
--- a/channels/misdn_config.c
+++ b/channels/misdn_config.c
@@ -137,10 +137,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"
diff --git a/configs/misdn.conf.sample b/configs/misdn.conf.sample
index 5321743be..567d6addc 100644
--- a/configs/misdn.conf.sample
+++ b/configs/misdn.conf.sample
@@ -269,10 +269,11 @@ need_more_infos=no
;
nttimeout=no
-; set the method to use for channel selection:
-; standard - always choose the first free channel with the lowest number
-; round_robin - use the round robin algorithm to select a channel. use this
-; if you want to balance your load.
+; Set the method to use for channel selection:
+; standard - Use the first free channel starting from the lowest number.
+; standard_dec - Use the first free channel starting from the highest number.
+; round_robin - Use the round robin algorithm to select a channel. Use this
+; if you want to balance your load.
;
; default value: standard
;