InnDesk |
|
If you are running InnDesk along with push server, you can configure it to serve the bin and configuration files needed by your IP phones and the DuVoice push server.
Requirements
ConfigurationDuVoiceWhen an IP phone is booted, it will attempt to load its configuration settings file from the HTTP server configured. The InnDesk install places special configuration files in its 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 that is not covered in this document.
46xxsettingsThis file is used for all models of phones (and by default for all groups). It is located in c:\dvweb\static.
Using Notepad, open the file C:\dvweb\static\46xxsettings.txt.
Change all IP addresses in the file to point to the IP address of the DuVoice system. This is the same IP address you will use when configuring the HTTP Server setting for each IP phone.
Warning: Do not edit any other file in the C:\dvweb\static folder. For custom overrides, edit the files in C:\dvweb\avaya.
Example File
################################################ ## ## 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
IP PhonesEach IP phone should have its HTTP Server set to the DuVoice IP address. The HTTPS Server setting should be left blank, as this is not supported.
BIN FilesPlace all your bin files and custom configuration files in C:\dvweb\avaya with the exception of the 46xxsettings.txt file.
|