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

Backup Contacts Avaya 9611

Status
Not open for further replies.

squirre007

Technical User
Joined
Feb 28, 2014
Messages
1
Location
US
I'm trying to backup the contacts on our Avaya 9611's for the first time. When I edit a contact, I get a "Backup Failed" message on the phone.

I'm using MV_IPTel running on a Windows 2008 server. MV_IPtel is working fine for providing firmware to the phones.

Here is what is setup in the 46xxsettings.txt file:

SET BRURI SET BRAUTH 0

Here is a copy of the MV_IPTel.ini file:

[Settings]
#======================================================================
# Set detailed log for addtional debugging info
DetailedLog=1
# Sets the location of the MV_IPTel log file
LogFile=C:\Program Files (x86)\Avaya\MV_IPTel\log\MV_IPTel.log
RunStatus=1
StatusPort=6090
StatusRefresh=10
SecureStatus=1
SecurePort=6098
Archive=1
MaxClients=0
ClientSession=0
UsingHeartBeat=0
#=====================================================================
KeyFilePW=gSy5fBkwHxL6mpdtpBQJ2x==
Mode=1
IPAddress=127.0.0.1
ServerName=MyHost
ChainFile=
RootFile=
CertFile=C:\Program Files (x86)\Avaya\MV_IPTel\certs\IPTel.pfx
KeyFile=C:\Program Files (x86)\Avaya\MV_IPTel\certs\IPTelkey.pem

[FTP]
#=====================================================================
# set the FTP server active
RunFTP=1
# defines the FTP control port
FTPPort=21
# defines the FTP data port
FTPDataPort=20
# Sets the location of the FTP data directory to catch terminal backups
FTPDir=C:\Program Files (x86)\Avaya\MV_IPTel\data\FTPdata
# FTP Timeout (secs)
FTP_TimeOut=5
# Enable SuperUser
EnableSU=1
# set the FTP SuperUser Name (encrypted)
SUUserName=mvuser
# set the FTP SuperUser Password
SUPassword=TSc2VJYDXQiK4oryl8jfgs==
#
#=====================================================================
FTP_ TimeOut=5
IPTelMode=1

[FTPS]
#=====================================================================
# set the FTPS server active
RunFTPS=0
# defines the FTP control port
FTPPort=990
# defines the FTP data port
FTPDataPort=889
#=====================================================================
FTPSPort=990
FTPSDataPort=889

[TFTP]
#=====================================================================
# set the Trivial FTP server active
RunTrivialFTP=1
# defines the Trivial FTP port
TrivialFTPPort=69
# Enable TFTP PUTs (default disabled)
TFTPPut=0
# Sets the location of the TFTP data directory for terminal downloads
TFTPDir=C:\Program Files (x86)\Avaya\MV_IPTel\data\TFTPdata
ReqUpgrade=c:\Program Files\Avaya\MV_IPTel\data\TFTPdata\46xxupgrade.scr
DelUpgrade=c:\Program Files\Avaya\MV_IPTel\data\TFTPdata\fxd_upgrade.scr
ReqSettings=c:\Program Files\Avaya\MV_IPTel\data\TFTPdata\46xxsettings.txt
DelSettings=c:\Program Files\Avaya\MV_IPTel\data\TFTPdata\fxd_settings.txt
#=====================================================================

[HTTP]
#=====================================================================
# set the HTTP download server active
RunHTTP=1
# defines the HTTP download port
HTTPPort=80
# Sets the location of the HTTP data directory for downloads
HTTPDir=C:\Program Files (x86)\Avaya\MV_IPTel\data\HTTPdata
#======================================================================

[HTTPS]
#======================================================================
# set the HTTPS download server active
RunHTTPS=0
# defines the HTTPS download port
HTTPSPort=411
# Sets the location of the HTTPS data directory for downloads
HTTPSDir=C:\Program Files (x86)\Avaya\MV_IPTel\data\HTTPSdata
# Sets the location of the CertFile (read as PKCS#12 for .pfx or PEM all others)
CertFile=C:\Program Files (x86)\Avaya\MV_IPTel\certs\IPTel.pfx
# Sets the location of the optional PEM KeyFile
KeyFile=C:\Program Files (x86)\Avaya\MV_IPTel\certs\IPTelkey.pem
# KeyFilePW is encrypted and used as for the pfx file or pem key file
KeyFilePW=gSy5fBkwHxL6mpdtpBQJ2x==
# narrow config for Avaya IPTel (TLSV1 using RSA_NULL_SHA)
IPTel=1
# sets the SSL variants beyond Avaya IPTel mode
SSLV2=0
SSLV3=0
TLSV1=1
# Use Client Authorisation
ClientAuth=0
UseProxy=0
ProxyAddr=proxy.be.avaya.com
ProxyPort=9000
#=====================================================================

[BACKUP_SERVERS]
#=====================================================================
# FileServer for Backup & Update- uses HTTPS
FileServer=1
# Firmware update from primary / Secondary File servers
RequestUpdates=0
# FTP files uploaded to primary / Secondary File servers
RequestBackup=0
# Enable use of the Primary file server
UsePrimarySvr=0
# Primary file server IP address ( or resolvable DNS)
PrimaryIP=192.168.0.10
# Enable use of the Secondary file server
UseSecondarySvr=0
# Secondary file server IP address ( or resolvable DNS)
SecondaryIP=192.168.0.11
UpdateInterval=2
CustomFTP=0
CustomFTPDir=YourRemoteSvrDir
CustomFTPUName=
CustomFTPPwd=YourUserNameYUQATGFEAG==
# Enable CDR Backup - enable=1 on both File Server & Client
CDRBackup=0
# Enable BCMS Backup - enable=1 on both File Server & Client
BCMSBackup=0
# Retain CDR / BCMS copy data for x days ( Receiver always + 1 week)
RetainDays=7.0
#====================================================================

[SNMP]
#====================================================================
#
# Validate FTP store with SNMP check
UseSNMP=0
# In case the SNMPGET syntax changes you can redefine the commands
# Uncomment the relevant line to override the internal command
# the syntax is "SNMPGET + IPADDR + SNMPOBJ + SNMPAWK
# the IPADRR is derived from the connection
# Note there are relevant spaces & quotes within the commands
# which are subtrely different from a pure command line version.
# Omitting any of these will cause the program version to fail
#Command=/usr/bin/snmpget
#Params=-v2c -cpublic
#ExtObject=.1.3.6.1.4.1.6889.2.69.1.4.9.0
#TypeObject=.1.3.6.1.4.1.6889.2.69.1.1.2.0
#CheckObject=.1.3.6.1.2.1.1.2.0
#Awk=| awk -F \" '' {print $2 } ''
#AwkCheck=| awk -F :: '' {print $3 } ''
#====================================================================

#SNMPTYPE=.1.3.6.1.4.1.6889.2.69.1.1.2.0
#SNMPEXT=.1.3.6.1.4.1.6889.2.69.1.4.9.0
#SNMPPARAMS=-v2c -mall -cpublic
#SNMPCMD=mvsnmpget.exe

Any help would be appreciated...thanks!
 
So, first of all, that BRURI. I would put the IP address in there instead of a hostname. You have no way to know if the phone is correctly resolving that hostname - it's not even an FQDN anyway.

New England Communications
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top