diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index 94e70627056..79da1e8b07e 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -344,10 +344,15 @@ modparam("dispatcher", "force_dst", 1) sock - the socket pointer. + socket - the socket string - it iadded only if xavp_dst_mode has bit 2 set + (value 2). + + dstid - the destination unique id (in case of call load distribution algorithm). - attrs - the attributes - they are added if xavp_dst_mode does not have the bit 1 set. + attrs - the attributes - they are added if xavp_dst_mode does not have + the bit 1 set (value 1). @@ -358,11 +363,13 @@ modparam("dispatcher", "force_dst", 1) Set the <quote>xavp_dst_mode</quote> parameter - - ... - modparam("dispatcher", "xavp_dst_mode", 1) - ... - + +... + modparam("dispatcher", "xavp_dst_mode", 1) +... + modparam("dispatcher", "xavp_dst_mode", 2) +... +