From 22c73576175750512d0dd47763e079c42a411e9e Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Fri, 12 Aug 2016 09:09:21 -0400 Subject: Add voice connection stats logging, make logging less verbose, some other code cleanup --- indra/newview/skins/default/xui/en/notifications.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/skins/default/xui/en') diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 492d963653..eea1824040 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -8547,6 +8547,8 @@ We're having trouble connecting to your voice server: [HOSTID] +:UDP: 3478, 3479, 5060, 5062, 12000-17000 + Voice communications will not be available. Please check your network and firewall setup. voice -- cgit v1.2.3 From 52926f72eaa278391ba91f149f88e5b90bfbdaa5 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Mon, 27 Feb 2017 12:46:07 -0500 Subject: VOICE-46: allow longer connection timeout, with fewer retries. Clarify ports needed. Remove pointless in-progress notice --- indra/newview/skins/default/xui/en/notifications.xml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'indra/newview/skins/default/xui/en') diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 235e622852..da777417ac 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -8234,17 +8234,6 @@ Failed to connect to [VOICE_CHANNEL_NAME], please try again later. You will now - - -We are creating a voice channel for you. This may take up to one minute. - status - voice - - voice fail Date: Thu, 9 Mar 2017 12:04:28 -0500 Subject: split voice failure notice into permanent and retrying notices --- .../newview/skins/default/xui/en/notifications.xml | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'indra/newview/skins/default/xui/en') diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 04a636b09e..f21df2bfd4 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -8686,6 +8686,29 @@ Ports that must be allowed for voice are: Please check your network and firewall setup. Disable any SIP ALG feature in your router. +We will keep trying... + voice + fail + + + + +We are unable to connect to the voice server: + +[HOSTID] + +Ports that must be allowed for voice are: +:TCP: 80, 443 +:UDP: 3478, 3479, 5060, 5062, 6250, 12000-32000 + +Please check your network and firewall setup. +Disable any SIP ALG feature in your router. + Voice communications will not be available. voice fail -- cgit v1.2.3 From cb9bddf6834a024ea9a3f916853914c0dc298fd2 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Thu, 9 Mar 2017 16:47:34 -0500 Subject: add retries for Connection, remove user notices on retry (just tell them when we give up) --- .../newview/skins/default/xui/en/notifications.xml | 23 ---------------------- 1 file changed, 23 deletions(-) (limited to 'indra/newview/skins/default/xui/en') diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index f21df2bfd4..96113a4fba 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -8675,29 +8675,6 @@ Please check your network and firewall setup. icon="alertmodal.tga" name="NoVoiceConnect" type="alertmodal"> -We're having trouble connecting to your voice server: - -[HOSTID] - -Ports that must be allowed for voice are: -:TCP: 80, 443 -:UDP: 3478, 3479, 5060, 5062, 6250, 12000-32000 - -Please check your network and firewall setup. -Disable any SIP ALG feature in your router. - -We will keep trying... - voice - fail - - - - We are unable to connect to the voice server: [HOSTID] -- cgit v1.2.3