From 71ab351492835ded235f98d310c7085bb3195fc4 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Sun, 5 Apr 2020 14:41:15 +0200 Subject: [PATCH] dispatcher: docs for sockname attribute for destination records --- src/modules/dispatcher/doc/dispatcher_admin.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index d9abd0e556c..271ec83158d 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -369,6 +369,10 @@ modparam("dispatcher", "force_dst", 1) (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). @@ -1311,6 +1315,7 @@ DEST: { WEIGHT: 50 RWEIGHT: 50 SOCKET: + SOCKNAME: } LATENCY: { AVG: 20.104000 @@ -2041,6 +2046,11 @@ DEST: { 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.