[Freeswitch-svn] [commit] r4162 - freeswitch/branches/anthonyl/fs-branch/src/mod/endpoints/mod_sofia

Freeswitch SVN anthonyl at freeswitch.org
Thu Feb 8 04:56:34 EST 2007


Author: anthonyl
Date: Thu Feb  8 04:56:34 2007
New Revision: 4162

Modified:
   freeswitch/branches/anthonyl/fs-branch/src/mod/endpoints/mod_sofia/mod_sofia.c

Log:
oops.

Modified: freeswitch/branches/anthonyl/fs-branch/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/branches/anthonyl/fs-branch/src/mod/endpoints/mod_sofia/mod_sofia.c	(original)
+++ freeswitch/branches/anthonyl/fs-branch/src/mod/endpoints/mod_sofia/mod_sofia.c	Thu Feb  8 04:56:34 2007
@@ -5055,7 +5055,7 @@
 					if (profile->transport_udp && profile->transport_tcp) {
                         snprintf(bindurl, sizeof(url), "sip:mod_sofia@%s:%d", profile->sipip, profile->sip_port);
                     } else {
-                         snprintf(bindurl, sizeof(url), "sip:mod_sofia@%s:%d;transport=udp", profile->sipip, profile->sip_port, profile->transport_udp ? "udp":"tcp");
+                         snprintf(bindurl, sizeof(url), "sip:mod_sofia@%s:%d;transport=%s", profile->sipip, profile->sip_port, profile->transport_udp ? "udp":"tcp");
                     }
 					profile->url = switch_core_strdup(profile->pool, url);
 					profile->bindurl = switch_core_strdup(profile->pool, bindurl);



More information about the Freeswitch-svn mailing list