提交 156f385b authored 作者: Tuyan Özipek's avatar Tuyan Özipek

commented out the stun , and routing directly between h323 and sip to fwd :D


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6228 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 15c9f447
......@@ -54,9 +54,9 @@ BOOL FSManager::Initialize(switch_memory_pool_t* MemoryPool)
delete sipep;
return FALSE;
}
SetSTUNServer("stun.voxgratia.org");
//SetSTUNServer("stun.voxgratia.org");
PStringArray routes;
routes += "h323:.* = sip:<da>@fwd.pulver.com";
routes += "h323:.* = fs:<da>";
SetRouteTable(routes);
return TRUE;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论