1 Star 0 Fork 90

pf_study / 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;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/pf_study/BXC_SipServer.git
git@gitee.com:pf_study/BXC_SipServer.git
pf_study
BXC_SipServer
BXC_SipServer
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891