? channels/.chan_local.c.swp Index: channels/chan_sip.c =================================================================== RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v retrieving revision 1.538 diff -u -r1.538 chan_sip.c --- channels/chan_sip.c 16 Oct 2004 22:40:48 -0000 1.538 +++ channels/chan_sip.c 19 Oct 2004 02:53:42 -0000 @@ -7045,7 +7045,7 @@ if (p->icseq && (p->icseq > seqno)) { ast_log(LOG_DEBUG, "Ignoring too old packet packet %d (expecting >= %d)\n", seqno, p->icseq); return -1; - } else if (p->icseq && (p->icseq == seqno)) { + } else if (p->icseq && (p->icseq == seqno) && (strcasecmp(cmd, "CANCEL") || p->alreadygone)) { /* ignore means "don't do anything with it" but still have to respond appropriately. We do this if we receive a repeat of the last sequence number */