diff --git a/src/mod/endpoints/mod_opal/fsmanager.cxx b/src/mod/endpoints/mod_opal/fsmanager.cxx index f731bf3155..f92a62057b 100644 --- a/src/mod/endpoints/mod_opal/fsmanager.cxx +++ b/src/mod/endpoints/mod_opal/fsmanager.cxx @@ -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:@fwd.pulver.com"; + routes += "h323:.* = fs:"; SetRouteTable(routes); return TRUE;