发布时间:2015-06-25 14:57:29
1、record-route、route、via、contact<br /> sip proxy使用record-route添加<span style="white-space:normal;"></span><span style="white-space:normal;">loose route或strict route,使主被叫或得路由集</span>,后续的请求即可将此路由集添加到route头域<br /> loose.........【阅读全文】
发布时间:2014-11-19 20:01:59
RTP payload type payload type:PT encoding audio/video clock rate channelsname (A/V) (Hz) (audio)_________________________________.........【阅读全文】
发布时间:2014-11-19 19:59:52
安装默认在/usr/local/freeswitch,/usr/local/freeswitch/bin下为可执行文件,运行其中的freeswitch文件即可在当前控制台打开freeswitch。为了可在任意地方运行freeswitch,有以下两个方法1. 将 /usr/local/freeswitch/bin 添加到环境变量 方法:在/etc/profile文件末尾加上PATH=$PATH:/usr/local/fr.........【阅读全文】
发布时间:2014-11-19 19:52:41
系统:vmware,centos 5.5,32bit此处下载tar包,http://files.freeswitch.org/ ,解压,顺序执行./configure, make, make install安装问题:(1)configure过程,提示libjpeg需要安装 yum install libjpeg yum install libjpeg-devel(2)make (3)make install.........【阅读全文】
发布时间:2014-11-19 19:51:12
switch_core_init_and_modload()函数原型如下:SWITCH_DECLARE(switch_status_t)switch_core_init_and_modload(switch_core_flag_tflags, switch_bool_t console, const char **err)其中,windows下展开为 #define SWITCH_DECLARE(type) __declspec(dllexport) type __stdcalllinux展开#define&.........【阅读全文】