Avaya 4600 IP Phone User Manual


 
4600 Series IP Telephone LAN Administrator’s Guide
4600 Series IP Telephone Scripts and Application Files
4-22
The SIG system value cannot be set in the 46xxsettings file or in the upgrade script file - only on
a phone-by-phone basis. Instead, you should first instruct the installers of the non-default phones
(that is, for installations of SIP phones in a largely H.323 environment, or vice versa) to carry out
the SIGnaling Protocol Identifier procedure specified in Chapter 3 of the 4600 Series IP Telephone
Installation Guide. For example, if yours is a largely H.323 environment for 4602s, when SIP
phones are installed the SIG system value should be set to “2”. If yours is a largely SIP
environment for 4602s, when H.323 phones are installed the SIG system value should be set
to “1”.
More detailed information about SIP is available in the SIP-related documentation, provided
elsewhere on the Avaya support website.
Contents of the Upgrade Script 4
The following is a sample upgrade script file:
####################################
#Copyright Avaya 2003 #
#All rights reserved #
####################################
#check bootApp version #
####################################
IF $MODEL4 SEQ 4602 goto BOOTAPP4602
IF $MODEL4 SEQ 4606 goto BOOTAPP46XX
IF $MODEL4 SEQ 4612 goto BOOTAPP46XX
IF $MODEL4 SEQ 4620 goto BOOTAPP4620
IF $MODEL4 SEQ 4624 goto BOOTAPP46XX
goto END
# BOOTAPP4602
IF $BOOTNAME SEQ bb4602r1_61.bin goto DEF46XX
SET APPNAME bb4602r1_61.bin
goto END
# BOOTAPP4620
IF $BOOTNAME SEQ 4620COMMON.V1719 goto DEF46XX
SET APPNAME bbla20_1719.bin
goto END
# BOOTAPP46XX
IF $BOOTNAME SEQ 46XXCOMMON.V36 goto DEF46XX
IF $BOOTNAME SEQ 46XXCOMMON.V52 goto DEF46XX
The filenames following the SET APPNAME command in this sample are examples only
and may not match those used in production.