Module: sip-router Branch: master Commit: 54723bfd00fdc6302802533fee8c2f0ae45c7091 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=54723bfd...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Oct 29 18:51:14 2010 +0200
dispatcher: docs updated - routing block types for functions
---
modules_k/dispatcher/README | 12 ++++++------ modules_k/dispatcher/doc/dispatcher_admin.xml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/modules_k/dispatcher/README b/modules_k/dispatcher/README index 67177a5..781e499 100644 --- a/modules_k/dispatcher/README +++ b/modules_k/dispatcher/README @@ -693,7 +693,7 @@ Note use next address to achieve serial forking to all possible destinations.
- This function can be used from REQUEST_ROUTE. + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
Example 1.29. ds_select_dst usage ... @@ -714,21 +714,21 @@ ds_select_dst("1", "$var(a)"); to use next address to achieve serial forking to all possible destinations.
- This function can be used from REQUEST_ROUTE. + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
4.3. ds_next_dst()
Takes the next destination address from the AVPs with id 'dst_avp_id' and sets the dst_uri (outbound proxy address).
- This function can be used from FAILURE_ROUTE. + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
4.4. ds_next_domain()
Takes the next destination address from the AVPs with id 'dst_avp_id' and sets the domain part of the request uri.
- This function can be used from FAILURE_ROUTE. + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
4.5. ds_mark_dst()
@@ -737,7 +737,7 @@ ds_select_dst("1", "$var(a)"); automatic detection of failed gateways. When an address is marked as inactive, it will be ignored by 'ds_select_dst' and 'ds_select_domain'.
- This function can be used from FAILURE_ROUTE. + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
4.6. ds_mark_dst("s")
@@ -755,7 +755,7 @@ ds_select_dst("1", "$var(a)"); Note: You will need to call this function "threshhold"-times, before it will be actually set to probing.
- This function can be used from FAILURE_ROUTE. + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
4.7. ds_is_from_list()
diff --git a/modules_k/dispatcher/doc/dispatcher_admin.xml b/modules_k/dispatcher/doc/dispatcher_admin.xml index a6c8748..b05403a 100644 --- a/modules_k/dispatcher/doc/dispatcher_admin.xml +++ b/modules_k/dispatcher/doc/dispatcher_admin.xml @@ -812,7 +812,7 @@ modparam("dispatcher", "force_dst", 1) destinations. </para> <para> - This function can be used from REQUEST_ROUTE. + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE. </para> <example> <title><function>ds_select_dst</function> usage</title> @@ -842,7 +842,7 @@ ds_select_dst("1", "$var(a)"); destinations. </para> <para> - This function can be used from REQUEST_ROUTE. + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE. </para> </section> <section> @@ -854,7 +854,7 @@ ds_select_dst("1", "$var(a)"); and sets the dst_uri (outbound proxy address). </para> <para> - This function can be used from FAILURE_ROUTE. + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE. </para> </section> <section> @@ -866,7 +866,7 @@ ds_select_dst("1", "$var(a)"); and sets the domain part of the request uri. </para> <para> - This function can be used from FAILURE_ROUTE. + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE. </para> </section> <section> @@ -880,7 +880,7 @@ ds_select_dst("1", "$var(a)"); inactive, it will be ignored by 'ds_select_dst' and 'ds_select_domain'. </para> <para> - This function can be used from FAILURE_ROUTE. + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE. </para> </section> <section> @@ -914,7 +914,7 @@ ds_select_dst("1", "$var(a)"); </listitem> </itemizedlist> <para> - This function can be used from FAILURE_ROUTE. + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE. </para> </section> <section>