*** empty log message ***

This commit is contained in:
Thomas Ries
2008-02-04 21:54:33 +00:00
parent ac9a002592
commit e8309f3620
+7
View File
@@ -133,6 +133,13 @@ int plugin_process(int stage, sip_ticket_t *ticket){
return sts;
}
/* Catch the ACK following the rediredct */
if ((ticket->direction == DIRTYP_UNKNOWN) &&
(MSG_IS_REQUEST(ticket->sipmsg)) &&
(MSG_IS_ACK(ticket->sipmsg))) {
/* eat it up and don't react */
return STS_SIP_SENT;
}
return STS_SUCCESS;
}