summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/wizardapp.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/wizardapp.inc b/etc/inc/wizardapp.inc
index 93c078b..53bd7ac 100644
--- a/etc/inc/wizardapp.inc
+++ b/etc/inc/wizardapp.inc
@@ -479,13 +479,13 @@ $othersplist = array();
$othersplist['facetime'] = array();
/* Facetime */
$othersplist['facetime'][] = array('Facetime-UDP-1', 'udp', '3478', '3479', 'both');
- $othersplist['facetime'][] = array('Facetime-UDP-2', 'tcp', '16384', '16387', 'both');
- $othersplist['facetime'][] = array('Facetime-UDP-3', 'tcp', '16393', '16402', 'both');
+ $othersplist['facetime'][] = array('Facetime-TCP-1', 'tcp', '16384', '16387', 'both');
+ $othersplist['facetime'][] = array('Facetime-TCP-2', 'tcp', '16393', '16402', 'both');
$othersplist['googlehangouts'] = array();
/* Google Hangouts */
$othersplist['googlehangouts'][] = array('GoogleHangouts-UDP', 'udp', '19302', '19309', 'both');
- $othersplist['googlehangouts'][] = array('GoogleHangouts-TCP', 'tcp', '19305', '9309', 'both');
+ $othersplist['googlehangouts'][] = array('GoogleHangouts-TCP', 'tcp', '19305', '19309', 'both');
$othersplist['icq'] = array();
/* icq */
OpenPOWER on IntegriCloud