Module: kamailio Branch: master Commit: 3feab77f597284ddc8b6b87d0da0f47a0979e54d URL: https://github.com/kamailio/kamailio/commit/3feab77f597284ddc8b6b87d0da0f47a...
Author: Christoph Valentin Christoph.Valentin@kapsch.net Committer: Henning Westerholt hw@skalatan.de Date: 2019-04-09T21:35:41+02:00
ims_usrloc_scscf: add-on for third-party registration
- The feature is a add-on to third party registration in S-CSCF - related to the the change in ims_isc module
---
Modified: src/modules/ims_usrloc_scscf/usrloc.h
---
Diff: https://github.com/kamailio/kamailio/commit/3feab77f597284ddc8b6b87d0da0f47a... Patch: https://github.com/kamailio/kamailio/commit/3feab77f597284ddc8b6b87d0da0f47a...
---
diff --git a/src/modules/ims_usrloc_scscf/usrloc.h b/src/modules/ims_usrloc_scscf/usrloc.h index 4f124fdf7c..0db0f02063 100644 --- a/src/modules/ims_usrloc_scscf/usrloc.h +++ b/src/modules/ims_usrloc_scscf/usrloc.h @@ -201,6 +201,8 @@ typedef struct _ims_application_server { str server_name; /**< SIP URL of the app server */ char default_handling; /**< enum SESSION_CONTINUED SESSION_TERMINATED 0..1 */ str service_info; /**< optional info to be sent to AS 0..1 */ + int include_register_request; + int include_register_response; } ims_application_server;
/** Public Identity Structure */