FreeSWITCH及VOIP,Openser,电话机器人等产品中文技术资讯、交流、沟通、培训、咨询、服务一体化网络。QQ群:293697898
第一步,安装windows下的FreeSWITCH
http://www.6fok.com/topics/33
按以下教程:
http://freeswitch.net.cn/100.html
进行操作
http://files.freeswitch.org/windows_installer/installer/x64/FreeSWITCH-1.7.0-0a024c4ecb-64bit.msi
下载后在windows中安装,如果这
原文: https://freeswitch.org/confluence/display/FREESWITCH/Sofia+SIP+Stack
Modifying the To: header
You can override the To: header by appending ^
Specifying SIP Proxy With fs_path
You can route a call through a
dial tcp: GetAddrInfoW: The specified class was not found
在数据库连接进出现这个异常,搜来搜去,没找到什么合适的办法,在QQ群中也没人响应,所以就自己再查查,似乎是在进行连接时,要调用windows的api GetAddrInfoW失败了,所以就查自己的配置文件格式,发现是utf-8无BOM,windows模式存的,于是试着换成utf-8 - BOM,UNIX模式,于是解决了。