@petermarianF commented on this pull request.
@@ -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