Package com.bytedesk.call.config
Class CallConfig
java.lang.Object
com.bytedesk.call.config.CallConfig
@Configuration
@ConditionalOnProperty(prefix="bytedesk.call.freeswitch",
name="enabled",
havingValue="true",
matchIfMissing=false)
public class CallConfig
extends Object
Call配置类
该配置类用于设置Call ESL客户端连接和事件监听器。
https://github.com/esl-client/esl-client?tab=readme-ov-file
- Author:
- jackning
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CallEventListener
private final CallFreeswitchProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.freeswitch.esl.client.inbound.Client
配置Call ESL客户端
-
Field Details
-
callProperties
-
callEventListener
-
-
Constructor Details
-
CallConfig
public CallConfig()
-
-
Method Details
-
eslClient
@Bean public org.freeswitch.esl.client.inbound.Client eslClient()配置Call ESL客户端
-