Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

J100 series

Status
Not open for further replies.

techAR

Technical User
Feb 11, 2016
35
NZ
Hi there, I have got J129/J139/J169 phones to configure on an IPO R11, what would be the easiest way to configure and whats the web login for these phones.
 
Easiest way to configure is via 46xxspecials.txt and DHCP options. If you're using the IPO as the DHCP server it will be giving out all the right options already, otherwise you'll need to configure option 242 on your main DHCP server.

You will need to enable the webserver via 46xxspecials, default password is 27238
 
Add this to the 46xxspecials.txt file

SET ENABLE_WEBSERVER 1

Full details below
Code:
################  HTTP/S WEB SERVER  #################
##
## ENABLE_WEBSERVER specifies whether the HTTP/S WEB Server is enabled or disabled. 
##  Value  Operation
##    0    Disabled (default)
##    1    Enabled 
##  This parameter is supported by:
##        J100 SIP R2.0.0.0 and later, J139 SIP R3.0.0.0 and later; If the phone boots up in 3PCC environment and ENABLE_WEBSERVER is not explicitly set 0, it will be internally set to 1. 
##                                     This is to enable web server by default in 3PCC environments. 
## SET ENABLE_WEBSERVER 1
##
## WEBSERVER_ON_HTTP specifies whether HTTP access to the Web Interface is enabled or disabled.
## The WEB Server will be accessible using HTTP as long ENABLE_WEBSERVER and WEBSERVER_ON_HTTP are set to 1. 
## The WEB Server will be accessible using HTTPS as long ENABLE_WEBSERVER is set to 1 AND (Identity certificate is installed in factory or 
##  using WEB/SCEP/PKCS12 file download).
##  Value  Operation
##    0    Web Server will not be accessible via HTTP
##    1    Web Server will be accessible via HTTP (Default)
##  This parameter is supported by:
##        J100 SIP R2.0.0.0 and later, J139 SIP R3.0.0.0 and later
## SET WEBSERVER_ON_HTTP 0
## 
## WEB_HTTP_PORT specifies the HTTP port on which the Web Server running on the phone will be accessed using HTTP. 
##  Valid values are 80-65535. The default value is 80.
##  This parameter is supported by:
##        J100 SIP R2.0.0.0 and later
## SET WEB_HTTP_PORT 81
## 
## WEB_HTTPS_PORT specifies the HTTPS port on which the Web Server running on the phone will be accessed using HTTPS. 
##  Valid values are 443-65535. The default value is 443.
##  This parameter is supported by:
##        J100 SIP R2.0.0.0 and later, J139 SIP R3.0.0.0 and later
## SET WEB_HTTPS_PORT 444
## 
## FORCE_WEB_ADMIN_PASSWORD specifies the password to access the phone through Web as Administrator.
## From settings file, FORCE_WEB_ADMIN_PASSWORD will be used instead of WEB_ADMIN_PASSWORD (configured from the Web Interface).
## As long as FORCE_WEB_ADMIN_PASSWORD is configured in the Settings file, it will be used as the Web admin password. 
## It will overwrite any password user might have configured from the Web Interface. 
## Valid values are: 8 to 31 alphanumeric characters including upper, lower and special characters.
## Special characters allowed:~!@#$%^&*_-+=`|\(){}[]:;'<>,.?/. The default is "27238". 
## Note: WEB_ADMIN_PASSWORD has no interaction with PROCPSWD or ADMIN_PASSWORD.
##  This parameter is supported by:
##        J100 SIP R2.0.0.0 and later, J139 SIP R3.0.0.0 and later
## SET FORCE_WEB_ADMIN_PASSWORD HelloWorld!01

ACSS (SME)

 
I have never gotten the webserver to work. I will have to try this again.

NCDS | NCSS | APSS - SME | ACIS - SME | ACSS - SME | ACIS - UC | ACSS - UC | APSS - SCOPIA | APDS - SCOPIA | CCENT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top