@petermarianF commented on this pull request.


In src/modules/ims_registrar_pcscf/save.c:

> @@ -467,6 +484,20 @@ int save(struct sip_msg* _m, udomain_t* _d, int _cflags) {
 		goto error;
 	}
 
+        // skip subscribe, if all contacts have "expires=0" parameter
+	contact_t *ctct;

Moved the new definitions to the beginning of the function and did some formatting


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/3317/review/1296097368@github.com>