Module: kamailio
Branch: master
Commit: 540450a223a536e0ee8f63ae62c45b5f6c6bb522
URL:
https://github.com/kamailio/kamailio/commit/540450a223a536e0ee8f63ae62c45b5…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-06-15T08:55:24+02:00
dispatcher: documentation for ds_set_dst() and ds_next_domain()
---
Modified: src/modules/dispatcher/doc/dispatcher_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/540450a223a536e0ee8f63ae62c45b5…
Patch:
https://github.com/kamailio/kamailio/commit/540450a223a536e0ee8f63ae62c45b5…
---
diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml
b/src/modules/dispatcher/doc/dispatcher_admin.xml
index 2706683ed5..501a07d7fb 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.
</para>
</section>
+ <section id="dispatcher.f.ds_set_dst">
+ <title>
+ <function moreinfo="none">ds_set_dst()</function>
+ </title>
+ <para>
+ Takes the current destination address from the corresponding XAVPs
+ and sets the dst_uri (outbound proxy address).
+ </para>
+ <para>
+ This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
+ </para>
+ </section>
+ <section id="dispatcher.f.ds_set_domain">
+ <title>
+ <function moreinfo="none">ds_set_domain()</function>
+ </title>
+ <para>
+ Takes the current destination address from the corresponding XAVPs
+ and sets the domain part of the request URI.
+ </para>
+ <para>
+ This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
+ </para>
+ </section>
<section id="dispatcher.f.ds_mark_dst">
<title>
<function moreinfo="none">ds_mark_dst([state])</function>