From 156f385bedc2ba940a6b5b65c57c84106b4bb452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuyan=20=C3=96zipek?= Date: Mon, 12 Nov 2007 23:46:59 +0000 Subject: [PATCH] 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 --- src/mod/endpoints/mod_opal/fsmanager.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;