pjsip
文章平均质量分 74
wanxiu.
1.早睡早起 2.少吃 3.多运动 4.专注
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
FreeSwitch ubuntu18.04编译
freeswitch 编译https://www.cnblogs.com/lmxx/p/10519505.html编译的基本步骤./bootstrap.sh./configuremakesudo make installsudo make sounds-installsudo make moh-installsudo make cd-sounds-installsudo make cd-moh-install编译遇到的问题问题之libtool not foun...原创 2022-04-20 14:19:38 · 2323 阅读 · 0 评论 -
pjsip 笔记
声音编码的优先级:PJMEDIA_CODEC_PRIO_NORMAL原创 2021-12-09 15:04:16 · 541 阅读 · 0 评论 -
FreeSwitch笔记
freeswitch常用笔记原创 2021-11-09 18:53:22 · 3576 阅读 · 0 评论 -
pjlib之系统抽象函数使用
学习网址:幕天席地的专栏https://blog.csdn.net/hyq458941968/category_9237115.html?spm=1001.2014.3001.54821.错误errno错误码转错误字符串: enum { CUT = 6 }; pj_status_t rc = 0; char errbuf[256]; //错误码转错误字符串,错误码放到errbuf里 pj_strerror(PJ_EBUG, errbuf, CU原创 2021-10-28 15:55:10 · 353 阅读 · 0 评论
分享