随笔分类 -  project5: voip/im/sip

摘要:https://trac.pjsip.org/repos/wiki/media-flow?from=groupmessage 阅读全文
posted @ 2019-09-04 11:07 dong1 阅读(241) 评论(0) 推荐(0)
摘要:FreeSWITCH has 3 media handling modes: Default: media flows through FS, full processing options - RTP proxied by FreeSWITCH - FreeSWITCH controls code 阅读全文
posted @ 2019-04-12 09:15 dong1 阅读(440) 评论(0) 推荐(0)
摘要:1、opencore-amr源码下载 https://sourceforge.net/projects/opencore-amr/files/opencore-amr/ 2、opencore-amr编译 交叉编译到arm平台 ./configure --host=arm-linux-gnueabih 阅读全文
posted @ 2019-04-03 15:23 dong1 阅读(3030) 评论(0) 推荐(0)
摘要:hi all, It does work for me. SIP: C1(2001) <--> FS1(PBX) <--> FS2(RTP) <--> C2(2002) RTP: C1(2001) <--> FS2(RTP) <--> C2(2002) FS1: 192.168.10.150, in 阅读全文
posted @ 2019-03-14 12:05 dong1 阅读(1827) 评论(0) 推荐(0)
摘要:I. Install Freeswitch 1) FreeSWITCH Explained https://freeswitch.org/confluence/ https://freeswitch.org/confluence/display/FREESWITCH/CentOS+7+and+RHE 阅读全文
posted @ 2019-02-21 15:27 dong1 阅读(766) 评论(0) 推荐(0)
摘要:1. libosip2 libeXosip2 http://www.antisip.com/download/exosip2/ Features: eXosip2 has support for: * registrations. (REGISTER) * call initiation and m 阅读全文
posted @ 2019-01-12 00:41 dong1 阅读(1266) 评论(0) 推荐(0)
摘要:1、linphone编译 linphone一般用在android/ios/windows/mobile上,但是没有图形界面的linphonec命令行程序用在资源紧张的硬件平台上也跟pjsip命令行一样方便 网友整理的依赖库,一键编译,非常省事 https://github.com/ua3nbw-cf 阅读全文
posted @ 2019-01-12 00:36 dong1 阅读(808) 评论(0) 推荐(0)
摘要:三大运营商和其他众多通信业务厂商都可能有SIP服务器,用来支持语音对讲,多媒体调度等功能,他们的平台可能不是标准的SIP协议会话。 为了应对没完没了的对接各个厂商的平台,这里再整理了一套协议脚本,毕竟全都是没有意义的无用功,标准化的SIP会话就是最好的。 感谢西安的枫林晨曦,帮忙抓包,整理了这套脚本 阅读全文
posted @ 2019-01-10 16:30 dong1 阅读(2178) 评论(1) 推荐(0)
摘要:1、freeswitch安装 yum install -y http://files.freeswitch.org/freeswitch-release-1-6.noarch.rpm epel-release yum install -y freeswitch-config-vanilla free 阅读全文
posted @ 2019-01-08 15:46 dong1 阅读(3209) 评论(0) 推荐(1)
摘要:1、sipp的安装 1) 在centos 7.2下安装 yum install make gcc gcc-c++ ncurses ncurses.x86_64 ncurses-devel ncurses-devel.x86_64 openssl lksctp-tools libnet libpcap 阅读全文
posted @ 2018-12-28 09:41 dong1 阅读(2434) 评论(2) 推荐(0)
摘要:1. sip stacks pjsip/bell-sip/sofia-sip/libeXosip/libre https://github.com/staskobzar/sip_stacks_examples 2. sip user agent and server network architec 阅读全文
posted @ 2018-12-26 14:40 dong1 阅读(1911) 评论(0) 推荐(0)