<div dir="ltr">Hi,<div><br></div><div>My CSCF environment has an application server acting as a B2BUA.  It's originating a new session, and creating a new terminating session back to the S-CSCF (two separate sessions per-call).  When I perform a re-INVITE with a diversion to transfer the call to another URI it is all good until the S-CSCF attempts to call the call control logic:  </div><div><br></div><div><div># Start new transaction:</div><div>t_newtran();</div><div><br></div><div>if (isc_match_filter("orig", "location")) {</div><div>        t_on_failure("ISC_ORIG_FAILURE");       </div><div>        exit;</div></div><div><br></div><div>The t_newtran() method from what I understand will create a new transaction.  Inside of this new transaction, I would think that the isc_match_filter should re-run through all of the iFCs defined on the HSS service profile, but it does not seem to be doing so.  It seems to be continuing at where the original transaction ISC mark skip point was set.</div><div><br></div><div>Thanks</div></div>