774056846 пре 4 месеци
родитељ
комит
0c214221c3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/core/callcenter/esl/handler/channel_hangup_handler.py

+ 1 - 1
src/core/callcenter/esl/handler/channel_hangup_handler.py

@@ -6,7 +6,7 @@ import sys
 import traceback
 
 from src.core.callcenter.acd import AcdService
-from src.core.callcenter.call_info import CallService
+from src.core.callcenter.call import CallService
 from src.core.callcenter.enumeration import CallType, DeviceType, AnswerFlag, NextType, CdrType, HangupDir, \
     CallCause,AgentServiceState,AgentScene
 from src.core.callcenter.esl.annotation import EslEventName