Scripts, Common Web Related Values; What Is The Right Format To Set Variables In The Settings File; What Are The Values Needed For The 4620 Wml Browser In The Settings File - Avaya 4620 Frequently Asked Questions Manual

4620 wml web browser frequently asked questions (faq)
Hide thumbs Also See for 4620:
Table of Contents

Advertisement

Scripts, Common WEB Related values..

SCRIPT_1
Question

What is the right format to set variables in the settings file?

Answer
The proper way to set a variable in a script is:
SET variable value
The following are invalid:
SET variable=value
AND
variable=value
These variables are set in the 46xxsettings.txt file.
The 46xxupgrade.scr file contains lines that instruct the 4620 to
download the settings file on bootup. The 46xxupgrade.scr file should
not be edited.
SCRIPT_2
Question
What are the values needed for the 4620 WML Browser in the
settings file?
Answer
System Value Name
WMLCODING
WMLEXCEPT
WMLHOME
WMLPORT
WMLPROXY
• The 4620 will not display the Web label on the softkey if the
system value WMLHOME is null.
• An HTTP proxy server is not used if WMLPROXY is null, or if
WMLPROXY cannot be resolved into a valid IP address.
• The HTTP proxy server is used for all web transactions if
WMLPROXY is resolved into a valid IP address and WMLEXCEPT is
null,
• If WMLEXCEPT is not null, the HTTP proxy server is only used for
URLs whose domains are not on the WMLEXCEPT list. A list of IP
addresses or an ip address with a wild card can be set here. For
example: SET WMLEXCEPT 1.2.*,1.3.*
• WMLCODING stands for the optional Web application Coding
Scheme, and is the "alphabet" used for encoding text queries to
the server.
• WMLEXCEPT stands for Web application HTTP proxy server
exception domains (domains for which the proxy server will not
be used), which is a list of one or more domains, separated by
commas without any intervening spaces (up to 127 total ASCII
characters, including commas).
• WMLHOME stands for the URL of the home page for the Web
application.
• WMLPORT stands for the TCP port number used for the HTTP
proxy server.
• WMLPROXY stands for the IP address, in dotted-decimal or DNS
© [2003] Avaya Inc. All Rights Reserved.
Page 16 of 32
Section:
Section:
Default Value
"ASCII"
"" (null string)
"" (null string)
"8000"
"" (null string)
SCRIPTS
SCRIPTS

Advertisement

Table of Contents
loading

Table of Contents