From 540450a223a536e0ee8f63ae62c45b5f6c6bb522 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Fri, 15 Jun 2018 08:55:24 +0200 Subject: [PATCH] dispatcher: documentation for ds_set_dst() and ds_next_domain() --- .../dispatcher/doc/dispatcher_admin.xml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index 2706683ed51..501a07d7fb0 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -1276,6 +1276,30 @@ if(ds_select("1", "$var(a)")) { This function can be used from REQUEST_ROUTE, FAILURE_ROUTE. +
+ + <function moreinfo="none">ds_set_dst()</function> + + + Takes the current destination address from the corresponding XAVPs + and sets the dst_uri (outbound proxy address). + + + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE. + +
+
+ + <function moreinfo="none">ds_set_domain()</function> + + + Takes the current destination address from the corresponding XAVPs + and sets the domain part of the request URI. + + + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE. + +
<function moreinfo="none">ds_mark_dst([state])</function>