Module: kamailio Branch: master Commit: 4e17a9c5329afec6e4fa5161c949f25fc00de050 URL: https://github.com/kamailio/kamailio/commit/4e17a9c5329afec6e4fa5161c949f25f...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2019-04-09T21:46:46+02:00
modules: readme files regenerated - ims_isc ... [skip ci]
---
Modified: src/modules/ims_isc/README
---
Diff: https://github.com/kamailio/kamailio/commit/4e17a9c5329afec6e4fa5161c949f25f... Patch: https://github.com/kamailio/kamailio/commit/4e17a9c5329afec6e4fa5161c949f25f...
---
diff --git a/src/modules/ims_isc/README b/src/modules/ims_isc/README index 91eecf7a6e..f3f5dba7de 100644 --- a/src/modules/ims_isc/README +++ b/src/modules/ims_isc/README @@ -186,6 +186,14 @@ modparam("ims_isc", "add_p_served_user", 1) A positive return code (1) means that the REGISTER message has matched to Initial Filter Criteria and is armed for routing.
+ This function handles also the Service Info (if sent by the HSS), the + InsertRegisterRequest flag (if sent by the HSS) or the + InsertRegisterResponse flag (if sent by the HSS). Either the Service + Info OR the original REGISTER request OR the original REGISTER response + is added to the body of the REGISTER message, before it is forwarded to + the relevant Application Server. Multipart body is not supported in + this case. + Meaning of the parameters is as follows: * reg_state if the user was previously registered 0 - for initial registration, 1 for re/de-registration.