]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
commented out the stun , and routing directly between h323 and sip to fwd :D
authorTuyan Özipek <tuyanozipek@gmail.com>
Mon, 12 Nov 2007 23:46:59 +0000 (23:46 +0000)
committerTuyan Özipek <tuyanozipek@gmail.com>
Mon, 12 Nov 2007 23:46:59 +0000 (23:46 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6228 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_opal/fsmanager.cxx

index f731bf3155e2a9b84fcdb5fa8c1b5c33520cdab3..f92a62057be25e92cd81acaa59600ddaff5ed0fc 100644 (file)
@@ -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;