1 Star 0 Fork 27

耿晓晶 / freeswitch-esl-all

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

FreeSWITCH ESL ALL

Jdk Version License Maven Central

目标

1、支持连接FreeSWITCH大规模集群
2、更易于集成使用
4、与spring boot 2.2.x深度整合,提供 starter
5、可动态配置

模块说明

1.freeswitch-esl

freeswitch esl 客户端(详细信息,移步至子模块)

2.freeswitch-esl-example

基于 freeswitch-esl 客户端示例(详细信息,移步至子模块)

3.freeswitch-esl-spring-boot-starter

基于 Spring boot 2.2.x, freeswitch-esl 客户端(详细信息,移步至子模块)

4.freeswitch-esl-spring-boot-starter-example

基于 freeswitch-esl-spring-boot-starter 客户端示例(详细信息,移步至子模块)

特性说明

获取实例 
    InboundClient.getInstance()
    SpringBoot容器 : @Autowired inboundClient

可动态配置添加或删除远端地址
    添加远端地址
        a、inboundClient.option().addServerOption(new ServerOption(host, port));
        b、InboundClient.getInstance().option().addServerOption(new ServerOption(host, port));
    
    删除远端地址
        ServerOption serverOption = inboundClient.option().serverOptions().get(0);
        
        a、inboundClient.option().removeServerOption(serverOption);
        b、InboundClient.getInstance().option().removeServerOption(serverOption);
        
服务端连接监听器 ServerConnectionListener
    inboundClient.option().serverConnectionListener(serverConnectionListenerImpl);
        void onOpened(ServerOption serverOption);
        void onClosed(ServerOption serverOption);

License

Apache License, Version 2.0 Copyright (C) Apache Software Foundation

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/GengXiaoJing/freeswitch-esl-all.git
git@gitee.com:GengXiaoJing/freeswitch-esl-all.git
GengXiaoJing
freeswitch-esl-all
freeswitch-esl-all
master

搜索帮助