Before You Begin
7
   
either true/false or True/False (case-sensitive). This is equivalent to selecting or clearing the check 
box on the configuration web pages. 
Multiple Choice Values
You must provision parameters that take one of several valid options from a drop-down list on the device 
message with string values that match exactly one of those choices. Otherwise, the device uses the default 
choice. Matching the provisioned value against valid strings is case-sensitive and doesn’t allow extra 
spaces.
Parameter Values
When entering a parameter value from the web page or via provisioning, avoid adding extra white spaces 
before or after the parameter value. If the value is a comma-separated list of strings or contains attributes 
after a comma or semicolon, avoid adding extra white space before and after the delimiter. 
For example: CertainParameter = 1,2,3,4;a;b;c
If a parameter value can include white spaces, such as X_STUNServerPort, use just a single space and no 
extra space before and after the value. 
For example: X_STUNServerPort = UDP listen port of the STUN Server