From: Mark Spencer Date: Tue, 8 Apr 2003 14:26:49 +0000 (+0000) Subject: Fix peerpoke to also acknowledge X-Git-Tag: 0.4.0~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6a6c83b781fdd243da6e5d238cc7cd60972f204;p=thirdparty%2Fasterisk.git Fix peerpoke to also acknowledge git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@780 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 65125820cd..c6c1e4ef39 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -3673,6 +3673,7 @@ static void handle_response(struct sip_pvt *p, int resp, char *rest, struct sip_ need to hang around for something more "difinitive" */ if (resp != 100) { int statechanged = 0; + __sip_ack(p, seqno, 0); peer = p->peerpoke; gettimeofday(&tv, NULL); pingtime = (tv.tv_sec - peer->ps.tv_sec) * 1000 +