Skip to content
Snippets Groups Projects
Commit 12a966cb authored by Olle Johansson's avatar Olle Johansson
Browse files

Put this patch on hold pending further testing...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46365 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 4337a825
Branches
Tags
No related merge requests found
......@@ -5569,6 +5569,7 @@ static int reqprep(struct sip_request *req, struct sip_pvt *p, int sipmethod, in
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
......@@ -5576,6 +5577,7 @@ static int reqprep(struct sip_request *req, struct sip_pvt *p, int sipmethod, in
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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment