mirror of
https://gitee.com/270580156/weiyu.git
synced 2025-12-30 02:42:25 +00:00
update
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user