@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
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3317#discussion_r1104776779
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3317/review/1296097368(a)github.com>