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

4621 convert to VPN?

Status
Not open for further replies.

victor5908

Programmer
Sep 14, 2005
399
US
We have a 4621 IP Phone that is registered on the network and able to place calls.When we try and enter the mute command to tell the phone to convert to VPN nothing happens-Any ideas?
 
You have to have your 46xxupgrade.scr script modifed to check for the VPN Group ID (876), then it calls the 46xxvpnupgrade.scr file, to do the upgrade. It's in the notes, if you read the 46xx files....

Mitch
 
I really can't find anything on how to upgrade the scr file.Any detail you can provide would be much appreciated.
Thanks for the response-
 
This is from the 46xxvpnupgrade.scr file:

###############################################################
## Release Date: May 24 , 2007
##
## H323-Centric 46XX Software Upgrade Script
##
## This file upgrades the following telephones to the
## indicated releases:
## 4610SW, 4620SW, 4621SW, 4622SW H.323 - GA Release 2.3
## 4625SW - GA Release 2.5
##
## If sharing File Server with non-VPNremote phones
## link this file with the existing 46xxupgrade.scr
## by adding following lines at the begining of the
## existing 46xxupgrade.scr
##
## IF $GROUP SEQ 876 GOTO DEFVPN
## GOTO NOVPN
## #DEFVPN
## GET 46xxvpn.scr
## # NOVPN
## Now set the group of phones you want to install
## VPNremote on, to 876 by pressing following key sequence
## when phone is connected to the call server
## MUTE 4 7 6 8 7 # 876 # #
##
## If using a dedicated file server for installing VPNremote,
## Rename this file to 46xxupgrade.scr
##
###############################################################
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top