diff options
author | Oz Linden <oz@lindenlab.com> | 2017-02-27 12:46:07 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2017-02-27 12:46:07 -0500 |
commit | 52926f72eaa278391ba91f149f88e5b90bfbdaa5 (patch) | |
tree | aef4e75f80e55f3b2d70ab95cc3990dae9e7c868 /indra/newview/skins/default/xui/en | |
parent | 0a7fd3686a09a53ebe86e1e37b156e2f04f6cb2f (diff) |
VOICE-46: allow longer connection timeout, with fewer retries. Clarify ports needed. Remove pointless in-progress notice
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 19 |
1 files changed, 6 insertions, 13 deletions
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 @@ -8235,17 +8235,6 @@ Failed to connect to [VOICE_CHANNEL_NAME], please try again later. You will now </notification> <notification - duration="10" - icon="notifytip.tga" - name="VoiceLoginRetry" - type="notifytip"> - <unique/> -We are creating a voice channel for you. This may take up to one minute. - <tag>status</tag> - <tag>voice</tag> - </notification> - - <notification icon="notify.tga" name="VoiceEffectsExpired" sound="UISndAlert" @@ -8690,10 +8679,14 @@ We're having trouble connecting to your voice server: [HOSTID] -:UDP: 3478, 3479, 5060, 5062, 12000-17000 +Ports that must be allowed for voice are: +:TCP: 80, 443 +:UDP: 3478, 3479, 5060, 5062, 6250, 12000-32000 -Voice communications will not be available. Please check your network and firewall setup. +Disable any SIP ALG feature in your router. + +Voice communications will not be available. <tag>voice</tag> <tag>fail</tag> <usetemplate |