Module: sip-router Branch: master Commit: be05dfc0f4af62f9c368960fe75a810548be8b87 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=be05dfc0...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Aug 15 12:48:32 2012 +0200
dispatcher(k): corrected the variable which is set by ds_is_from_list()
- setid_pvar is used instead of grp_avp - reported by Dan B.
---
modules_k/dispatcher/README | 3 ++- modules_k/dispatcher/doc/dispatcher_admin.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/modules_k/dispatcher/README b/modules_k/dispatcher/README index e68a2a8..5b6b13b 100644 --- a/modules_k/dispatcher/README +++ b/modules_k/dispatcher/README @@ -811,7 +811,8 @@ failure_route[tryagain] {
Parameter groupid is optional, when it is missing, then the matching will be done against all addresses in all groups. Upon a match, the - 'grp_avp' will be set to groupid of matching address. + variable specified by 'setid_pvar' parameter will be set to groupid of + matching address.
This function can be used from ANY_ROUTE.
diff --git a/modules_k/dispatcher/doc/dispatcher_admin.xml b/modules_k/dispatcher/doc/dispatcher_admin.xml index 3453210..b65ca5a 100644 --- a/modules_k/dispatcher/doc/dispatcher_admin.xml +++ b/modules_k/dispatcher/doc/dispatcher_admin.xml @@ -965,7 +965,8 @@ failure_route[tryagain] { <para> Parameter groupid is optional, when it is missing, then the matching will be done against all addresses in all groups. Upon a match, the - 'grp_avp' will be set to groupid of matching address. + variable specified by 'setid_pvar' parameter will be set to groupid + of matching address. </para> <para> This function can be used from ANY_ROUTE.