There was an error while loading. Please reload this page.
1 parent 789bca4 commit dd142daCopy full SHA for dd142da
1 file changed
pkg/sip/inbound.go
@@ -834,6 +834,7 @@ func (c *inboundCall) handleInvite(ctx context.Context, req *sip.Request, trunkI
834
return psrpc.NewErrorf(psrpc.DeadlineExceeded, "media timeout")
835
case <-ackReceived:
836
ackTimeout = nil // all good, disable timeout
837
+ ackReceived = nil
838
case <-ackTimeout:
839
// Only warn, the other side still thinks the call is active, media may be flowing.
840
c.log.Warnw("Call accepted, but no ACK received", errNoACK)
0 commit comments