From: Tuyan Özipek Date: Mon, 12 Nov 2007 23:46:59 +0000 (+0000) Subject: commented out the stun , and routing directly between h323 and sip to fwd :D X-Git-Tag: v1.0-beta2~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=156f385bedc2ba940a6b5b65c57c84106b4bb452;p=thirdparty%2Ffreeswitch.git 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 --- 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;