Skip to content

Commit

Permalink
WTEL-3877
Browse files Browse the repository at this point in the history
  • Loading branch information
navrotskyj committed Sep 28, 2023
1 parent 6850784 commit 637b507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue/queue_call_inbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (queue *InboundQueue) run(attempt *Attempt, mCall call_manager.Call) {
wlog.Debug(fmt.Sprintf("call [%s] && agent [%s]", mCall.Id(), agentCall.Id()))

top:
for agentCall.HangupCause() == "" && (mCall.HangupCause() == "") {
for calling && agentCall.HangupCause() == "" && (mCall.HangupCause() == "") {
select {
case <-attempt.Cancel():
calling = false
Expand Down

0 comments on commit 637b507

Please sign in to comment.