Package com.bytedesk.freeswitch.config
Class FreeSwitchConfig
java.lang.Object
com.bytedesk.freeswitch.config.FreeSwitchConfig
@Configuration
@EnableScheduling
@ComponentScan("com.bytedesk.freeswitch")
@ConditionalOnProperty(name="bytedesk.freeswitch.enabled",
havingValue="true",
matchIfMissing=false)
public class FreeSwitchConfig
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FreeSwitchEventListener
private final FreeSwitchProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.freeswitch.esl.client.inbound.Client
配置FreeSwitch ESL客户端
-
Field Details
-
freeSwitchProperties
-
freeSwitchEventListener
-
-
Constructor Details
-
FreeSwitchConfig
public FreeSwitchConfig()
-
-
Method Details
-
eslClient
@Bean public org.freeswitch.esl.client.inbound.Client eslClient()配置FreeSwitch ESL客户端
-