774056846 4 months ago
parent
commit
d7991eefb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/callcenter/esl/handler/channel_park_handler.py

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

@@ -28,7 +28,7 @@ class ChannelParkHandler(EslEventHandler):
         call_id = getCallId(event)
         device_id = getUniqueId(event)
         need_hold_music = getVariableNeedHoldMusic(event)
-        print("park播放等待音标识 callId: %s deviceId: %s needHoldMusic:%s",call_id,device_id,need_hold_music, flush=True)
+        print("park播放等待音标识 callId: %s deviceId: %s needHoldMusic:%s"%(call_id,device_id,need_hold_music), flush=True)
         if need_hold_music:
             self.play_hold_music(event)
             return