随笔分类 - project5: voip/im/sip
摘要:https://trac.pjsip.org/repos/wiki/media-flow?from=groupmessage
阅读全文
摘要:FreeSWITCH has 3 media handling modes: Default: media flows through FS, full processing options - RTP proxied by FreeSWITCH - FreeSWITCH controls code
阅读全文
摘要:1、opencore-amr源码下载 https://sourceforge.net/projects/opencore-amr/files/opencore-amr/ 2、opencore-amr编译 交叉编译到arm平台 ./configure --host=arm-linux-gnueabih
阅读全文
摘要: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
阅读全文
摘要:I. Install Freeswitch 1) FreeSWITCH Explained https://freeswitch.org/confluence/ https://freeswitch.org/confluence/display/FREESWITCH/CentOS+7+and+RHE
阅读全文
摘要:1. libosip2 libeXosip2 http://www.antisip.com/download/exosip2/ Features: eXosip2 has support for: * registrations. (REGISTER) * call initiation and m
阅读全文
摘要:1、linphone编译 linphone一般用在android/ios/windows/mobile上,但是没有图形界面的linphonec命令行程序用在资源紧张的硬件平台上也跟pjsip命令行一样方便 网友整理的依赖库,一键编译,非常省事 https://github.com/ua3nbw-cf
阅读全文
摘要:三大运营商和其他众多通信业务厂商都可能有SIP服务器,用来支持语音对讲,多媒体调度等功能,他们的平台可能不是标准的SIP协议会话。 为了应对没完没了的对接各个厂商的平台,这里再整理了一套协议脚本,毕竟全都是没有意义的无用功,标准化的SIP会话就是最好的。 感谢西安的枫林晨曦,帮忙抓包,整理了这套脚本
阅读全文
摘要:1、freeswitch安装 yum install -y http://files.freeswitch.org/freeswitch-release-1-6.noarch.rpm epel-release yum install -y freeswitch-config-vanilla free
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文