forked from Mirrors/freeswitch
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:
parent
15c9f447b7
commit
156f385bed
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user