@vingarzan commented on this pull request.


In src/modules/ims_registrar_scscf/config.c:

> -		0,			   /* default_expires_range */
-		60,			   /* min_expires */
-		0,			   /* max_expires */
-		3600,		   /* emergency contact default expires */
-		60,			   /* emergency contact max expires */
-		0,			   /* emergency contact min expires */
-		0,			   /* max_contacts */
-		0,			   /* retry_after */
-		0,			   /* case_sensitive */
-		Q_UNSPECIFIED, /* default_q */
-		1,			   /* append_branches */
-		""			   /* realm_pref */
+		.default_expires = 3600,	/* default_expires */
+		.default_expires_range = 0, /* default_expires_range */
+		.min_expires = 60,			/* min_expires */
+		.max_expires = 600000,		/* max_expires */

Changed this to the default VoLTE one of ~1 week


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3989/review/2343049484@github.com>