[Freeswitch-svn] [commit] r6228 - freeswitch/trunk/src/mod/endpoints/mod_opal

Freeswitch SVN tuyan at freeswitch.org
Mon Nov 12 18:46:59 EST 2007


Author: tuyan
Date: Mon Nov 12 18:46:59 2007
New Revision: 6228

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_opal/fsmanager.cxx

Log:
commented out the stun , and routing directly between h323 and sip to fwd :D


Modified: freeswitch/trunk/src/mod/endpoints/mod_opal/fsmanager.cxx
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_opal/fsmanager.cxx	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_opal/fsmanager.cxx	Mon Nov 12 18:46:59 2007
@@ -54,9 +54,9 @@
 		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;



More information about the Freeswitch-svn mailing list