diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index 3a2eaaa49ca..d9abd0e556c 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -886,6 +886,8 @@ DEST: { script listen directive is used. + If parameter "ds_default_sockname" is set, then this parameter + is ignored.. Set the <quote>ds_default_socket</quote> parameter @@ -896,6 +898,32 @@ DEST: { +
+ <varname>ds_default_sockname</varname> (str) + + Default socket name to be used for sending pings and dispatching requests + when a gateway has no send socket configured. + + + + By default no default socket is defined, the first configuration + script listen directive is used. + + + This parameter is used even if "ds_default_socket" parameter is set + (this parameter has higher priority). + + Set the <quote>ds_default_sockname</quote> parameter + + ... + listen=udp:1.2.3.4:5060 name "sock1" + ... + modparam("dispatcher", "ds_default_sockname", "sock1") + ... + + +
+
<varname>ds_timer_mode</varname> (int)