Thursday, July 2, 2009
sipXecs 3.10.x to 4.0.1 upgrade update...
Upgrade instructions: http://sipx-wiki.calivia.com/index.php/SipXecs_4.0.1_Upgrade
Friday, June 26, 2009
Upgrading from 3.10.x to 4.0.1
There still seem to be some bugs in upgrading from 3.10.x to 4.0.1.
Some thing is just going wrong and I'm not sure where the problem lies. Here's how I have gotten around the problem:
First - BACKUP your 3.10.x system, copy the backups to your local PC and make sure you have the Install CD for your existing version in case you need to go back.
Copy new stable repo file to pbx:
- Login as root to PBX.
- cd /etc/yum.repos.d
- wget http://sipxecssw.org/pub/sipXecs/sipxecs-stable-centos.repo
Perform yum update:
- yum update
Reboot:
- reboot
sipXecs won't start up properly. Install sipxsupervisor with yum:
- yum install sipxsupervisor
Restart sipXecs services:
- service sipxecs restart
Login to PBXadministration web console as superadmin.
Perform backup and download configuration / voicemail backups to local PC.
Make sure you know your IP addressing, host name, SIP domain, DNS & DHCP server settings.
Install 4.0.1 fresh from ISO (this will format your hard drive so if you didn't get that backup off the PBX, do it again or you will be SOL).
Restore the 4.0.1 backup to the freshly installed 4.0.1 PBX.
It seems like the long way around to get it done but it works and preserves your configuration. I haven't tried upgrading an HA install yet...
Thursday, June 25, 2009
Tip for Uploading Voicemail Prompts
For AA prompts:
/var/sipxdata/mediaserver/data/prompts
For USER greetings:
/var/sipxdata/mediaserver/data/mailstore/
The filenames for user greetings at present are: standard.wav, extendedabsence.wav, outofoffice.wav
Monday, June 22, 2009
Release 4.0.1 posted as stable
There were a lot of fixes from the 4.0.0 release (110 to be exact).
Reportedly the upgrade from 3.10.x is working also now but I have yet to test it.
.
Saturday, May 23, 2009
New sipXecs Book available!
The book is now available in pre-release (what Packt calls Raw) format.
The book title is Building Enterprise Ready Telephony Systems with sipXecs 4.0.
It is available for purchase/download by clicking on the above link.
Thanks!
Mike
Thursday, April 9, 2009
New Patton US Tone Set for 5.2 and 5.3 firmware
profile call-progress-tone US_Dialtone
play 1 1000 350 -13 440 -13
profile call-progress-tone US_Alertingtone
play 1 1000 440 -19 480 -19
pause 2 3000
profile call-progress-tone US_Busytone
play 1 500 480 -24 620 -24
pause 2 500
profile call-progress-tone US_Releasetone
play 1 250 480 -24 620 -24
pause 2 250
profile tone-set US
map call-progress-tone dial-tone US_Dialtone
map call-progress-tone ringback-tone US_Alertingtone
map call-progress-tone busy-tone US_Busytone
map call-progress-tone release-tone US_Releasetone
map call-progress-tone congestion-tone US_Busytone
Tuesday, April 7, 2009
sipXecs and Skype
When Skype announced Skype for SIP beta applications were available we knew we had to apply. Fortunately we received our acceptance tonight and within minutes sipXbridge was making calls out the Skype for SIP network. Look for more on this when we release sipXecs 4.0 very soon.
Skype could be a major connectivity player... it certainly has become a household term!
Monday, March 23, 2009
sipXecs 4.0 Draws Near...
After a ton of development it's getting real close. sipXecs release 4.0 has been in its final testing phase now for a while and there are only a few issues left that need to be resolved before release. It's a big release, probably the biggest ever. sipXecs turned into a fully distributed system with centralized management.
Read the rest: SipFoundry
Monday, March 16, 2009
VoIP Trouble Shooter
VoIP Troubleshooter.com provides free online diagnostic tools and information for network managers. The site was originally created and sponsored by Telchemy Incorporated with Acterna joining as a sponsor in 2005.
Check it out: http://www.voiptroubleshooter.com/diagnosis/index.html
Thursday, January 22, 2009
Make Aastra plugins work in sipXecs 3.10.3
However, it is possible to take the plugins from the development version of sipXecs (currently 3.11.
Built a 3.11.9 box and grabbed aastra-phones.jar from the \usr\share\java\sipXecs\sipXconfig folder.
Copied aastra-phones.jar to \usr\share\sipxpbx\lib folder on 3.10.3 box.
Copied all files from http://sipxecs.sipfoundry.org/ViewVC/sipXecs/main/sipXconfig/plugins/aastra/etc/ to /etc/sipxpbx/aastra.
Changed owner of files and folder to sipxchange ( 'chown sipxchange:sipxchange /etc/sipxpbx/aastra' and 'chown sipxchange:sipxchange /etc/sipxpbx/aastra/*' )
Restarted sipxpbx services (service sipxpbx restart).
