This commit is contained in:
jack ning
2025-11-11 09:05:12 +08:00
parent 0c3ae92c27
commit 4e2660d697

View File

@@ -21,8 +21,7 @@ public class CallEventListener implements com.bytedesk.call.esl.client.inbound.I
@Override
public void onEslEvent(Context ctx, EslEvent eslEvent) {
String eventName = eslEvent.getEventName();
log.info("收到Call事件: {}", eventName);
// log.info("收到Call事件: {}", eventName); // HEARTBEAT/RE_SCHEDULE
switch (eventName) {
case "CHANNEL_CREATE":