diff options
author | Oz Linden <oz@lindenlab.com> | 2017-03-09 12:04:28 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2017-03-09 12:04:28 -0500 |
commit | 6de7de20c05a49c4f30eaca34e11c21af3568e69 (patch) | |
tree | c5c2a77666ac0b30c3e12b75c2845fb8638d6d68 /indra/newview | |
parent | 5360904ba2d61d56cdff3171d4bed63acbeaf683 (diff) |
split voice failure notice into permanent and retrying notices
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 23 |
1 files changed, 23 insertions, 0 deletions
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... + <tag>voice</tag> + <tag>fail</tag> + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification + icon="alertmodal.tga" + name="NoVoiceConnectFinal" + type="alertmodal"> +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. <tag>voice</tag> <tag>fail</tag> |