$ext = shell_exec("asterisk -x 'sip show peers' | grep -w OK | awk '{print $1}' | awk -F'/' '{print $1}'");
$ext = explode("\n", $ext);
$ext = array_diff($ext, array('', NULL, false));
$ext = shell_exec("asterisk -x 'sip show peers' | grep -w OK | awk '{print $1}' | awk -F'/' '{print $1}'");
$ext = explode("\n", $ext);
$ext = array_diff($ext, array('', NULL, false));