freeswitch plugin: Changed channels to fs_channels in freeswitch.c and tyeps.db
[collectd.git] / src / freeswitch.c
index dc013fe..c666e8b 100644 (file)
@@ -100,7 +100,9 @@ static int freeswitch_read (void)
        esl_disconnect(&handle);
 */
 
-       freeswitch_submit ("res-public", "channels", 3, 5);
+DEBUG ("FreeSWITCH SUBMIT: res-public fs_channels 3 5");
+
+       freeswitch_submit ("res-public", "fs_channels", 3, 5);
 
        return (0);
 } /* int freeswitch_read */