diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index e42c94fa3e4..41a5749387d 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -355,31 +355,32 @@ modparam("dispatcher", "force_dst", 1) The addeded fields are: - - grp - the set id (group id). - - - uri - the URI address. - - - sock - the socket pointer. - - - socket - the socket string - it is added only if xavp_dst_mode has bit 2 set - (value 2). - - - sockname - the sockname string - it is added only if xavp_dst_mode has bit 3 set - (value 3). - - - 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 (value 1). - - + + grp - the set id (group id). + + + uri - the URI address. + + + sock - the socket pointer. + + + socket - the socket string - it is added only if xavp_dst_mode has + bit 2 set (value 2). + + + sockname - the sockname string - it is added only if xavp_dst_mode + has bit 3 set (value 3). + + + 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 (value 1). + +