Module: kamailio Branch: master Commit: 35985c78a502731bc8005688a1cc50af348aec71 URL: https://github.com/kamailio/kamailio/commit/35985c78a502731bc8005688a1cc50af...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2017-11-22T19:31:36+01:00
modules: readme files regenerated - dialog ... [skip ci]
---
Modified: src/modules/dialog/README
---
Diff: https://github.com/kamailio/kamailio/commit/35985c78a502731bc8005688a1cc50af... Patch: https://github.com/kamailio/kamailio/commit/35985c78a502731bc8005688a1cc50af...
---
diff --git a/src/modules/dialog/README b/src/modules/dialog/README index 0b4e3c1acb..03d531fb3c 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