https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r86117 | file | 2007-10-17 13:58:03 -0300 (Wed, 17 Oct 2007) | 4 lines
Whoops, forgot to remove the original sip_scheddestroy.
(closes issue #11010)
Reported by: vadim
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86118
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
transmit_response(p, "405 Method Not Allowed", req); /* Good enough, or? */
sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT);
}
- sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT);
return;
}