aboutsummaryrefslogtreecommitdiffstats
path: root/configs
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 /configs
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 'configs')
-rw-r--r--configs/misdn.conf.sample9
1 files changed, 5 insertions, 4 deletions
diff --git a/configs/misdn.conf.sample b/configs/misdn.conf.sample
index bc11ef252..98ed8ddce 100644
--- a/configs/misdn.conf.sample
+++ b/configs/misdn.conf.sample
@@ -243,10 +243,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
;