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 Details

  • Constructor Details

    • CallConfig

      public CallConfig()
  • Method Details

    • eslClient

      @Bean public org.freeswitch.esl.client.inbound.Client eslClient()
      配置Call ESL客户端