diff options
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> |