Skip to content

Commit

Permalink
WTEL-5524
Browse files Browse the repository at this point in the history
  • Loading branch information
i.navrotskyj committed Nov 15, 2024
1 parent d6a8449 commit 82f65f7
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 66 deletions.
2 changes: 1 addition & 1 deletion queue/queue_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ func (queueManager *QueueManager) doLeavingReporting(attemptId int64, attempt *A
}

// FIXME
if attempt.queue.TypeName() == "predictive" && attempt.memberChannel != nil {
if (attempt.queue.TypeName() == "predictive" || attempt.queue.TypeName() == "inbound") && attempt.memberChannel != nil {
select {
case <-attempt.memberChannel.(*call_manager.CallImpl).HangupChan():
break
Expand Down
Loading

0 comments on commit 82f65f7

Please sign in to comment.