1 Star 0 Fork 89

尖斌卡 / BXC_SipServer

forked from Vanishi / BXC_SipServer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.cpp 503 Bytes
一键复制 编辑 原始数据 按行查看 历史
sun-th 提交于 2022-12-22 17:20 . update
//
// Created bxc on 2022/11/25.
//
#include "SipServer.h"
#include "Utils/Log.h"
int main(int argc, char *argv[]) {
LOGI("");
ServerInfo info(
"BXC_SipServer",
"1234567890123456",
"192.168.1.3",
15060,
10000,
"34020000002000000001",
"3402000000",
"123456789",
1800,
3600);
SipServer sipServer(&info);
sipServer.loop();
return 0;
}
C++
1
https://gitee.com/aohanhongzhi/BXC_SipServer.git
git@gitee.com:aohanhongzhi/BXC_SipServer.git
aohanhongzhi
BXC_SipServer
BXC_SipServer
master

搜索帮助