From 3feab77f597284ddc8b6b87d0da0f47a0979e54d Mon Sep 17 00:00:00 2001 From: Christoph Valentin Date: Tue, 9 Apr 2019 21:35:41 +0200 Subject: [PATCH] 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 --- src/modules/ims_usrloc_scscf/usrloc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/ims_usrloc_scscf/usrloc.h b/src/modules/ims_usrloc_scscf/usrloc.h index 4f124fdf7c6..0db0f020637 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 */