911 ipoffice

Push Server

If your running InnDesk along with push server, you can configure it to serve the phone bin and configuration files needed by your IP phones and the DuVoice push server.

  • InnDesk vesion 1.70 or above.
  • DuVoice push server configured.
  • DuVoice EAS feature license.
  • IP Office.

Configuration

When a IP phone is booted it will attempt to load it's configuration settings file from the HTTP server configured. The InnDesk install places special configuration files in it's folder to force each type of phone to read the same configuration file. For advanced configuration you may edit each of these files to make them suit your particular needs but this is not covered here.

This file is used for all models of phones and by default all groups and is located in c:\dvweb\static.

  1. Using notepad open the file C:\dvweb\static\46xxsettings.txt.
  2. Change all IP addresses in the file to point to that of the DuVoice system. This will be the same IP address used to configure all the phones HTTP server.

Note: Do not edit any other file in C:\dvweb\static. For custom overrides edit the files in C:\dvweb\avaya.

################################################
##
## DuVoice Custom 46xxsettings.txt file.
##
## This file contains all the minimum requirements
## for avaya ip phones.
##
## Lines which start with two ## are comments
##
## Lines which start with a single # are labels for goto statements
##
################################################
##
## INSTALLER
##
################################################
##
## Change only the IP addresses in this file to match the IP address
## which push server is configured to use.  This is configured in
## System Configuration | Features | Push Server
##
## Then either configure each phones HTTP server to this IP address
## or within the the IP Office Manager.
##
## You may place all IP Office BIN files and other configuration files
## into the folder C:\DVWEB\AVAYA and the phones will pull any updates they
## need from there.  There is no need for additional TFTP or HTTP servers.
##
################################################


################################################
##
## ADVANCED SETTINGS
##
################################################
## Using groups allows a site to block some phones from supporting
## PUSH server.  Examples might include excluding IP phones in
## guest rooms from PUSH access or to use different settings than
## staff phones.
##
## To change the group number from the phone:
## <MUTE> 4 7 6 8 7 #
## groupnumber #
##
## To reset EVERYTHING on the phone. This will delete all settings
## do not use this unless you really wish to reset the phone.
## <MUTE> 7 3 7 3 8 # * #
##
################################################

## Example of special group settings
# IF $GROUP SEQ 100 goto GUEST-PHONES


## End of custom checks.
goto ALL-PHONES


################################################
## This block is an example of using groups for
## specific types of phones.
################################################
# GUEST-PHONES

## SET TPSLIST 192.168.1.1:8090/
## SET SUBSCRIBELIST http://192.168.1.1:8090/
## SET WMLHOME http://192.168.1.1:8090/ipphone/idle.wml
goto END


################################################
## All phone types use the same settings.
################################################
# ALL-PHONES

SET TPSLIST 192.168.1.1:8090/
SET SUBSCRIBELIST http://192.168.1.1:8090/
SET WMLHOME http://192.168.1.1:8090/ipphone/idle.wml
## SET WMLIDLEURI http://192.168.1.1:8090/ipphone/idle.wml

## Optional settings
## SET WMLIDLETIME 20
## SET SCREENSAVERON 25

goto END


## END OF FILE.
# END

Each IP phone should have it's HTTP Server set to the DuVoice IP address. HTTPS Server setting should be left blank as this is not supported.

Place all your bin files and custom configuration files in C:\dvweb\avaya with the exception of the 46xxsettings.txt file.

  • Last modified: 2023/01/07 11:45
  • by 127.0.0.1