From 01eefeed17ee9d8ace79b41a32f47af28a627184 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Thu, 29 Mar 2012 12:54:51 +0000 Subject: [PATCH] deDERP git-svn-id: http://www.observium.org/svn/observer/trunk@2936 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index 6f4b40d400..c7ffa6ea98 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -240,7 +240,7 @@ $config['bad_if'][] = "pppoe-"; ### Ignore ports based on ifType. Case-sensitive. $config['bad_iftype'][] = "voiceEncap"; -$config['bad_iftype'][] = "voiceFXA"; +$config['bad_iftype'][] = "voiceFXO"; $config['bad_iftype'][] = "voiceFXS"; $config['bad_iftype'][] = "voiceOverAtm"; $config['bad_iftype'][] = "voiceOverFrameRelay";