mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
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;
|
delete sipep;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
SetSTUNServer("stun.voxgratia.org");
|
//SetSTUNServer("stun.voxgratia.org");
|
||||||
PStringArray routes;
|
PStringArray routes;
|
||||||
routes += "h323:.* = sip:<da>@fwd.pulver.com";
|
routes += "h323:.* = fs:<da>";
|
||||||
SetRouteTable(routes);
|
SetRouteTable(routes);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user