ast_log(LOG_DEBUG, "Strict routing enforced for session %s\n", p->callid);
}
+#ifdef SKREP
/* Let's try to figure out the direction of this transaction within the dialog */
/* If we're sending an ACK, we DID send the INVITE - which means outbound.
INVITE's are outbound transactions, always
if (sipmethod == SIP_ACK || sipmethod == SIP_INVITE)
is_outbound = TRUE;
/* In other case's, let's follow the flow of the dialog */
+#endif
if (sipmethod == SIP_CANCEL)
c = p->initreq.rlPart2; /* Use original URI */