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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Testing AVAYA 9620/9630/9640 SIP phones in connection with other SIP PBX systems like Mitel MX-ONE?

Status
Not open for further replies.

doktor

IS-IT--Management
Dec 3, 2003
3,841
DK
Dear Sirs

I have inherited some AVAYA 9620/9630/9640 SIP phones - and would like to install them in connection with Mitel/Aastra MX-ONE version 5.0.
Do you have any hints concening this task?

We have tried to use this ini-text file, but w/o luck.
Maybe you any comments?

############################################################
## ##
## AVAYA 96XX IP TELEPHONE SOFTWARE UPGRADE CONFIGURATION ##
## SIP FIRMWARE RELEASE 2.6.13 October 2014 ##
## ##
## This file upgrades the following telephones ##
## to the indicated releases: ##
## 9610 - Not Supported ##
## 9620 - SIP Release 2.6.12 ##
## 9620L - SIP Release 2.6.13 ##
## 9620C - SIP Release 2.6.13 ##
## 9630 - SIP Release 2.6.12 ##
## 9630G - SIP Release 2.6.13 ##
## 9640 - SIP Release 2.6.13 ##
## 9640G - SIP Release 2.6.13 ##
## 9650 - SIP Release 2.6.13 ##
## ##
############################################################
## ##
## BACKUP APPLICATION VERSION NUMBERS ##
## 96xx - H.323 3.0 ##
## ##
############################################################
## ##
## PHONE APPLICATION VERSION NUMBERS ##
## 9610 - N/A ##
## 9620 - SIP Release 2.6.12 ##
## 9620L - SIP Release 2.6.13 ##
## 9620C - SIP Release 2.6.13 ##
## 9630 - SIP Release 2.6.12 ##
## 9630G - SIP Release 2.6.13 ##
## 9640 - SIP Release 2.6.13 ##
## 9640G - SIP Release 2.6.13 ##
## 9650 - SIP Release 2.6.13 ##
## ##
############################################################


############################################################
## Check backup application version ##
############################################################

#IF $SIG SEQ 1 GOTO GETSET

IF $MODEL4 SEQ 9610 goto GETSET
IF $MODEL SEQ 9620D01A goto BACKUPAPP96XXEOMS
IF $MODEL SEQ 9620D02L goto BACKUPAPP96XX
IF $MODEL SEQ 9620D03C goto BACKUPAPP96XX
IF $MODEL SEQ 9630D01A goto BACKUPAPP96XXEOMS
IF $MODEL SEQ 9630GD01A goto BACKUPAPP96XX
IF $MODEL4 SEQ 9640 goto BACKUPAPP96XX
IF $MODEL4 SEQ 9650 goto BACKUPAPP96XX
goto END

# BACKUPAPP96XX
IF $BOOTNAME SEQ hb96xxua3_00.bin goto PHONEAPP96XX
SET APPNAME hb96xxua3_00.bin
goto GETSET

# BACKUPAPP96XXEOMS
IF $BOOTNAME SEQ hb96xxua3_00.bin goto PHONEAPP96XXEOMS
SET APPNAME hb96xxua3_00.bin
goto GETSET

############################################################
## Check phone application version ##
############################################################

# PHONEAPP96XX
SET APPNAME SIP96xx_2_6_13_1.bin
goto GETSET

# PHONEAPP96XXEOMS
SET APPNAME SIP96xx_2_6_12_1.bin
goto GETSET

############################################################
## Get additional configuration files ##
############################################################

# GETSET
GET 46xxsettings.txt


# END


///doktor
____________________________________
 
It seems that the upgrade stops. I would like to upgrade the 96xx phones from H.323 to SIP, but has not yet had the luck with this.
Would it be an option to use the alternate text-ini file, listed below:

############################################################
## ##
## AVAYA 96XX IP TELEPHONE SOFTWARE UPGRADE CONFIGURATION ##
## SIP FIRMWARE RELEASE 2.6.12 April, 2014 ##
## ##
## ##
## This file is intended to upgrade 96xx telephones that ##
## have been marked as "SIP" telephones by using the ##
## telephone local procedure to change "SIG" to "SIP". ##
## ##
## To make this upgrade file active, it must be renamed ##
## to "96xxupgrade.txt" and placed in your HTTP Server ##
## directory. ##
## ##
## 96xx Telephones that are marked as "Default" will not ##
## be upgraded by this file. However, the administrator ##
## may edit this file to support an H.323 release of his ##
## or her choosing. ##
## ##
## Included as a commented example are the necessary ##
## scripting terms to upgrade a "Default" phone to H.323 ##
## Release 3.0. ##
## ##
## This file upgrades the following telephones ##
## to the indicated releases: ##
## 9610 - Commented for Default H323 Release 3.0 ##
## ##
## 9620 - Commented for Default H323 Release 3.0 ##
## - Support for SIP Release 2.6.12 ##
## ##
## 9630 - Commented for Default H323 Release 3.0 ##
## - Support for SIP Release 2.6.12 ##
## ##
## 9630G - Commented for Default H323 Release 3.0 ##
## - Support for SIP Release 2.6.12 ##
## ##
## 9640 - Commented for Default H323 Release 3.0 ##
## - Support for SIP Release 2.6.12 ##
## ##
## 9640G - Commented for Default H323 Release 3.0 ##
## - Support for SIP Release 2.6.12 ##
## ##
## 9650 - Commented for Default H323 Release 3.0 ##
## - Support for SIP Release 2.6.12 ##
## ##
############################################################
## ##
## BACKUP APPLICATION VERSION NUMBERS ##
## 96xx - H.323 3.0 ##
## ##
############################################################
## ##
## PHONE APPLICATION VERSION NUMBERS ##
## 9610 - H.323 3.0 ##
## 9620 - H.323 3.0 or SIP R2.6.12 ##
## 9630 - H.323 3.0 or SIP R2.6.12 ##
## 9630G - H.323 3.0 or SIP R2.6.12 ##
## 9640 - H.323 3.0 or SIP R2.6.12 ##
## 9640G - H.323 3.0 or SIP R2.6.12 ##
## 9650 - H.323 3.0 or SIP R2.6.12 ##
## ##
############################################################

############################################################
## Check SIG Parameter to verify if SIP ##
############################################################

IF $SIG SEQ 2 goto SIP96XX

############################################################
## Check backup application version ##
############################################################

IF $MODEL4 SEQ 9610 goto BACKUPAPP96XX
IF $MODEL4 SEQ 9620 goto BACKUPAPP96XX
IF $MODEL4 SEQ 9630 goto BACKUPAPP96XX
IF $MODEL4 SEQ 9630G goto BACKUPAPP96XX
IF $MODEL4 SEQ 9640 goto BACKUPAPP96XX
IF $MODEL4 SEQ 9640G goto BACKUPAPP96XX
IF $MODEL4 SEQ 9650 goto BACKUPAPP96XX
goto END

# BACKUPAPP96XX
############################################################
## H.323 EDIT INSTRUCTIONS ##
## ##
## Remove the "##" before the next two script lines to ##
## load the H.323 Release 3.0 backup application. ##
## ##
## If not currently using H.323 Release 3.0, insert the ##
## appropriate backup application binary filename on both ##
## script lines (after the SEQ and after APPNAME). ##
## ##
############################################################
##
## IF $BOOTNAME SEQ hb96xxua3_00.bin goto PHONEAPP96XX
## SET APPNAME hb96xxua3_00.bin
goto GETSET


############################################################
## Check phone application version ##
############################################################

# PHONEAPP96XX
############################################################
## H.323 EDIT INSTRUCTIONS ##
## ##
## Remove the "##" before the "SET APPNAME ..." to load ##
## H.323 Release 3.0 phone application. ##
## ##
## If not currently using H.323 Release 3.0, insert the ##
## appropriate phone application binary filename. ##
## ##
############################################################
## SET APPNAME ha96xxua3_00.bin
goto GETSET

# SIP96XX

############################################################
## Check SIP backup application version ##
############################################################

IF $MODEL4 SEQ 9620 goto SIPBACKUPAPP96XX
IF $MODEL4 SEQ 9630 goto SIPBACKUPAPP96XX
IF $MODEL4 SEQ 9630G goto SIPBACKUPAPP96XX
IF $MODEL4 SEQ 9640 goto SIPBACKUPAPP96XX
IF $MODEL4 SEQ 9640G goto SIPBACKUPAPP96XX
IF $MODEL4 SEQ 9650 goto SIPBACKUPAPP96XX
goto END

# SIPBACKUPAPP96XX
IF $BOOTNAME SEQ hb96xxua3_00.bin goto SIPPHONEAPP96XX
SET APPNAME hb96xxua3_00.bin
goto GETSET

############################################################
## Check SIP phone application version ##
############################################################

# SIPPHONEAPP96XX
SET APPNAME SIP96xx_2_6_12_1.bin
goto GETSET


############################################################
## Get additional configuration files ##
############################################################

# GETSET
GET 46xxsettings.txt


# END

///doktor
____________________________________
 
What's in your DHCP string?

Put SIG=2 in there to make the phone pull SIP firmware.


Default is 0 - stick with what you are
1=h323, 2=sip.

Also, read these release notes:

Seems you have to go through h323 release 3.

"Deskphone SIP 2.6 can only be loaded onto a 9620C or 9620L running H.323 firmware if either
 The 9620C or 9620L is running Deskphones H.323 3.0 or later
or
 96x0Hupgrade.txt includes hb96xxua3_00.bin
 
Hi again

We have tried to upgrade the 9620 to SIP using the xx upgrade file that is loaded well into the phone. But in the display it reads that the callserver cannot be found and when we try to edit the setiings, this is not possible. It is only possble to restart the phone, and the the same procedure can be done - i.e. not possible to change the settings - only restart is possible.

///doktor
____________________________________
 
You should be able to edit the settings - but even at that, it is very long to do by hand from the dial pad.

Your DHCP string should have HTTPSRVR=x.x.x.x and the phone should be asking for 46xxsettings.txt from that http server and it is where you would define any other parameters related to getting the phone connected to your SIP system.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top