]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Remove duplicate output from rtmp status profile xxx API command
authorMichael S Collins <msc@freeswitch.org>
Mon, 13 Jun 2011 20:22:38 +0000 (13:22 -0700)
committerMichael S Collins <msc@freeswitch.org>
Mon, 13 Jun 2011 20:22:38 +0000 (13:22 -0700)
src/mod/endpoints/mod_rtmp/mod_rtmp.c

index d6aeaccc9b50401d19f2362bd64a83d3f0d800c9..576cddafba2e9c61ddc2c2de7dfc5ddb0d1e2db7 100644 (file)
@@ -1529,10 +1529,6 @@ SWITCH_STANDARD_API(rtmp_function)
                                        }
                                        switch_thread_rwlock_unlock(profile->reg_rwlock);       
                                } else {
-                                       stream->write_function(stream, "Profile: %s\n", profile->name);
-                                       stream->write_function(stream, "I/O Backend: %s\n", profile->io->name);
-                                       stream->write_function(stream, "Bind address: %s\n", profile->io->address);
-                                       stream->write_function(stream, "Active calls: %d\n", profile->calls);
                     stream->write_function(stream, "Dialplan: %s\n", profile->dialplan);
                     stream->write_function(stream, "Context: %s\n", profile->context);
                                }