$freeswitch['Calls'], 'channels' => $freeswitch['Channels'], 'peak' => $freeswitch['Peak'], 'in_failed' => $freeswitch['InFailed'], 'in_okay' => $freeswitch['InTotal']-$freeswitch['InFailed'], 'out_failed' => $freeswitch['OutFailed'], 'out_okay' => $freeswitch['OutTotal']-$freeswitch['OutFailed'] ); $tags = compact('name', 'app_id', 'rrd_name', 'rrd_def'); data_update($device, 'app', $tags, $fields); unset($lines , $freeswitch, $rrd_name, $rrd_def, $fields, $tags);