@kilianwww commented on this pull request.


In src/modules/ims_isc/ims_isc_mod.c:

> @@ -244,10 +244,17 @@ int isc_match_filter(struct sip_msg *msg, char *str1, udomain_t *d)
 	int free_s = 0;
 
 	//the callback from the Cx interface in case of unreg terminating initial message is a FAILURE_ROUTE. Hence we need an addl. flag
+	// meaning of firstflag:
+	//    firstflag == 0:
+	//       request route: request has been received from AS, old ISCMARK found in Route header field
+	//       failure route: request to AS has been rejected or timed out, old ISCMARK found in lumps

Good point, i will look into this


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/4018/review/2448419160@github.com>