diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index 41a5749387d..f853ca9a200 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -2082,51 +2082,48 @@ kamctl rpc dispatcher.hash 4 bob server.com There are some predefined names: - - 'duid' - used for call load dispatching. It must be an - unique value to identify a destination (gateway address). - Practically the load within the group is associated with - this value. - - - 'maxload' - used for call load dispatching. It must be - a positive integer, defining the upper limit of active - calls per destination. When the limit is reached, then - the gateway is no longer selected for new calls until - an exiting call via that gateway is terminated. If set - to 0, then no active call limit is used. - - - 'weight' - used for weight based load distribution. It - must be set to a positive integer value beteen 0 and - 100. The value represents the percent of calls to be - sent to that gateways. - - - 'rweight' - used for relative weight based load - distribution. It must be set to a positive integer value - between 1 and 100 (otherwise host will be excluded from - relative weight distribution type). - - - 'socket' - used to set the sending socket for the gateway. - It is used for sending the SIP traffic as well as - OPTIONS keepalives. - - - 'sockname' - used to set by name the sending socket for the - gateway. It is used for sending the SIP traffic as well as - OPTIONS keepalives and has priority over 'socket' attribute. - - - 'ping_from' - used to set the From URI in OPTIONS keepalives. - It overwrites the general ds_ping_from parameter. - - - 'obproxy' - SIP URI of outbound proxy to be used when sending pings. - It overwrites the general ds_outbound_proxy parameter. - - + + 'duid' - used for call load dispatching. It must be an unique + value to identify a destination (gateway address). Practically the + load within the group is associated with this value.> + + + 'maxload' - used for call load dispatching. It must be a positive + integer, defining the upper limit of active calls per destination. + When the limit is reached, then the gateway is no longer selected + for new calls until an exiting call via that gateway is terminated. + If set to 0, then no active call limit is used.> + + + 'weight' - used for weight based load distribution. It must be set + to a positive integer value beteen 0 and 100. The value represents + the percent of calls to be sent to that gateways.> + + + 'rweight' - used for relative weight based load distribution. It + must be set to a positive integer value between 1 and 100 (otherwise + host will be excluded from relative weight distribution + type). + + + 'socket' - used to set the sending socket for the gateway. It is + used for sending the SIP traffic as well as OPTIONS + keepalives. + + + 'sockname' - used to set by name the sending socket for the + gateway. It is used for sending the SIP traffic as well as OPTIONS + keepalives and has priority over 'socket' attribute. + + + 'ping_from' - used to set the From URI in OPTIONS keepalives. It + overwrites the general ds_ping_from parameter. + + + 'obproxy' - SIP URI of outbound proxy to be used when sending + pings. It overwrites the general ds_outbound_proxy parameter. + +