All,
I have a System running R8.1.95 and a new Avaya 9608 Phone
I am aware that modification to the 46xxsettings.txt are need to be able to "Enable" the VPN Menu - however I do not even see that file under "System > Primary" (Is this file supposed to be there, or added?)
Also, I need a pointer on what modifications this file will need to enable VPN Menu on the phone
I have found this:
Enable the vpn option
Open the 46xxsettings.txt and add the next lines:
CODE
IF $GROUP SEQ 0 GOTO NO96XXVPN
IF $GROUP SEQ 876 GOTO 96XXVPN
# 96XXVPN
GET 96xxvpn.txt
# NO96XXVPN
SET NVVPNMODE 0
SET VPNPROC 0
Where exactly should this be copied in the 46xxsettings.txt File?
I have a System running R8.1.95 and a new Avaya 9608 Phone
I am aware that modification to the 46xxsettings.txt are need to be able to "Enable" the VPN Menu - however I do not even see that file under "System > Primary" (Is this file supposed to be there, or added?)
Also, I need a pointer on what modifications this file will need to enable VPN Menu on the phone
I have found this:
Enable the vpn option
Open the 46xxsettings.txt and add the next lines:
CODE
IF $GROUP SEQ 0 GOTO NO96XXVPN
IF $GROUP SEQ 876 GOTO 96XXVPN
# 96XXVPN
GET 96xxvpn.txt
# NO96XXVPN
SET NVVPNMODE 0
SET VPNPROC 0
Where exactly should this be copied in the 46xxsettings.txt File?