mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-06 01:51:14 +00:00
Update the channel allocation method documentation.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@185121 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -132,10 +132,11 @@ static const struct misdn_cfg_spec port_spec[] = {
|
|||||||
{ "callerid", MISDN_CFG_CALLERID, MISDN_CTYPE_STR, "", NONE,
|
{ "callerid", MISDN_CFG_CALLERID, MISDN_CTYPE_STR, "", NONE,
|
||||||
"Sets the caller ID." },
|
"Sets the caller ID." },
|
||||||
{ "method", MISDN_CFG_METHOD, MISDN_CTYPE_STR, "standard", NONE,
|
{ "method", MISDN_CFG_METHOD, MISDN_CTYPE_STR, "standard", NONE,
|
||||||
"Sets the method to use for channel selection:\n"
|
"Set the method to use for channel selection:\n"
|
||||||
"\t standard - always choose the first free channel with the lowest number\n"
|
"\t standard - Use the first free channel starting from the lowest number.\n"
|
||||||
"\t round_robin - use the round robin algorithm to select a channel. use this\n"
|
"\t standard_dec - Use the first free channel starting from the highest number.\n"
|
||||||
"\t if you want to balance your load." },
|
"\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", MISDN_CFG_DIALPLAN, MISDN_CTYPE_INT, "0", NONE,
|
||||||
"Dialplan means Type Of Number in ISDN Terms (for outgoing calls)\n"
|
"Dialplan means Type Of Number in ISDN Terms (for outgoing calls)\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|||||||
@@ -243,10 +243,11 @@ need_more_infos=no
|
|||||||
;
|
;
|
||||||
nttimeout=no
|
nttimeout=no
|
||||||
|
|
||||||
; set the method to use for channel selection:
|
; Set the method to use for channel selection:
|
||||||
; standard - always choose the first free channel with the lowest number
|
; standard - Use the first free channel starting from the lowest number.
|
||||||
; round_robin - use the round robin algorithm to select a channel. use this
|
; standard_dec - Use the first free channel starting from the highest number.
|
||||||
; if you want to balance your load.
|
; round_robin - Use the round robin algorithm to select a channel. Use this
|
||||||
|
; if you want to balance your load.
|
||||||
;
|
;
|
||||||
; default value: standard
|
; default value: standard
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user