From 35985c78a502731bc8005688a1cc50af348aec71 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Wed, 22 Nov 2017 19:31:36 +0100 Subject: [PATCH] modules: readme files regenerated - dialog ... [skip ci] --- src/modules/dialog/README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/modules/dialog/README b/src/modules/dialog/README index 0b4e3c1acb5..03d531fb3c1 100644 --- a/src/modules/dialog/README +++ b/src/modules/dialog/README @@ -1386,16 +1386,16 @@ unset_dlg_profile("caller","$fu"); 7.3. is_in_profile(profile,[value]) - Checks if the current dialog belongs to a profile. If the profile - supports values, the check can be reinforced to take into account a - specific value, if the dialog was inserted into the profile for a - specific value. If no value is passed, only the membership of the - dialog in the profile per se is checked. Note that if the profile does - not support values, the value parameter will be silently discarded. + Checks if the current dialog belongs to a profile. If the profile is + defined with values, then the check is also matching with the specific + value provided as parameter. + + Note that if the profile is not defined with support for values, the + value parameter will be silently discarded. Meaning of the parameters is as follows: * profile - name of the profile to be checked against; - * value (optional) - string value to further restrict the check. + * value (optional) - string value to be matched during the check. Pseudo-variables are supported. This function can be used from REQUEST_ROUTE, BRANCH_ROUTE, REPLY_ROUTE