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
This commit is contained in:
Tuyan Özipek 2007-11-12 23:46:59 +00:00
parent 15c9f447b7
commit 156f385bed

View File

@ -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;