]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
thanks stnk
authorBrian West <brian@freeswitch.org>
Tue, 21 Apr 2009 22:02:20 +0000 (22:02 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 21 Apr 2009 22:02:20 +0000 (22:02 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13108 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 8fd9c29c4105d70cc4ff44272a501fbe6ae5c010..fca3da734ab21c8232a03473a0d7c378b8f83cdf 100644 (file)
@@ -1857,7 +1857,7 @@ static switch_status_t cmd_xml_status(char **argv, int argc, switch_stream_handl
                                        stream->write_function(stream, "    <nomedia>%s</nomedia>\n", sofia_test_flag(profile, TFLAG_INB_NOMEDIA) ? "true" : "false");
                                        stream->write_function(stream, "    <late-neg>%s</late-neg>\n", sofia_test_flag(profile, TFLAG_LATE_NEGOTIATION) ? "true" : "false");
                                        stream->write_function(stream, "    <proxy-media>%s</proxy-media>\n", sofia_test_flag(profile, TFLAG_PROXY_MEDIA) ? "true" : "false");
-                                       stream->write_function(stream, "    <aggressivenat>%s</aggressive-nat>\n", 
+                                       stream->write_function(stream, "    <aggressive-nat>%s</aggressive-nat>\n", 
                                                                                   sofia_test_pflag(profile, PFLAG_AGGRESSIVE_NAT_DETECTION) ? "true" : "false");
                                        stream->write_function(stream, "    <stun-enabled>%s</stun-enabled>\n", sofia_test_pflag(profile, PFLAG_STUN_ENABLED) ? "true" : "false");
                                        stream->write_function(stream, "    <stun-auto-disable>%s</stun-auto-disable>\n",