Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If it doesn't say CentOS but says (sipXecs 4.x), then here's what you need to do, AFTER YOU GET A PROPER BACKUP..

Rename your repo file:

Code Block

ls \-l /etc/yum.repos.d
sipxecs-stable-centos.repo

If you do not have a CentOS-Base.repo or other repos in there, it's OK, this will probably fix a lot, just hold on.

Code Block

mv sipxecs-stable-centos.repo CentOS-Base.repo

Edit the repo to make it JUST a CentOS repo again - remove these lines and save it:

...

After upgrading from 4.0.4

Warning
title

If you have voicemail messages from the old version, let's say <=4.0.X, you might hit the XX-9461
A quick fix for that is:

Code Block
# fix all bad messages 
export TZONE=`date +%Z` 
find /var/sipxdata/mediaserver/data/ -name '*.xml' -exec sed -i "s|\([AP]M\)\s\+</timestamp>|\1 ${TZONE}</timestamp>|g" {} \; 
title
Note

If you have customized versions of vxml files, you'll lose them starting on 4.2.0 as VXML are no longer used for Voicemail.

...