Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added info about old mediaserver message store format(ver. <= 4.0.X) and VXML for voicemail

...

Now you can go from 4.0.4 (ONLY from the command line) with "yum update". DO NOT use the web interface. After you have 4.2.0 working properly and another backup, you should jump right into 4.2.1, which is much easier.

Info
titleReminder

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" {} \; 

Also, 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.

Upgrading from 4.2.0

  • Remove the old repo file:
    Code Block
    rm sipxecs-4.2.0-centos-i386.repo
    
    and get the newest sipfoundry one:
    Code Block
    wget http://download.sipfoundry.org/pub/sipXecs/sipxecs-4.2.1-centos.repo 
    

...