From 7f525d5ca9e01e85fd92a0c5087c9b87a70ddf2c Mon Sep 17 00:00:00 2001 From: Brian West <brian@freeswitch.org> Date: Tue, 24 Jul 2012 13:24:44 -0500 Subject: [PATCH] tcp too yo --- conf/vanilla/autoload_configs/enum.conf.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/vanilla/autoload_configs/enum.conf.xml b/conf/vanilla/autoload_configs/enum.conf.xml index 6cd198050b..d67f60f7dd 100644 --- a/conf/vanilla/autoload_configs/enum.conf.xml +++ b/conf/vanilla/autoload_configs/enum.conf.xml @@ -15,6 +15,7 @@ <routes> <route service="E2U+SIP" regex="sip:(.*)" replace="sofia/${use_profile}/$1"/> + <route service="E2T+SIP" regex="sip:(.*)" replace="sofia/${use_profile}/$1"/> <!--<route service="E2U+XMPP" regex="XMPP:(.*)" replace="dingaling/$${xmpp_server_profile}/$1"/>--> </routes> </configuration>