Versions Compared

Key

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

...

New features in 4.6 allow sipxecs to manage Polycom phones with three different Firmware versions.   For newer phones, including the VVX500 and VVX600, firmware version 4.1.3 5 split is the lastest latest as of this writing9/9/2013.  It includes support for all VVX phones (except VVX1500), and the new video cameras.    Legacy phones are supported with firmware version 3.1.3, while the rest of the phones such as the SPIP335, 450, 650, 670 are supported with 4.0.3F or earlier releases.

...

From the Linux command line,  run "/etc/init.d/sipxconfig db drop", "mongodb-repair --obliterate" and then "sipxecs-setup --reset-all" 

With sipXecs 4.6 update 7, the "mondodb-repair --obliterate" is replaced with "mongodb-admin --host_port host.domain.name:27017 OBLITERATE"

The Arbiter is a feature of Mongodb.  In the event that your master server is lost, Mongodb will vote for a new master server.  If there is only one server, or an even amount of servers left, then the Arbiter functions as a tie-breaker so one server can take over as the master database for the system.  A detailed description can be found here.

Arbiter is NOT required.   Example - you could have two sipXecs servers and an Arbiter, or you could have three sipXecs servers in your HA environment.

  • How can I play around with Mongo CLI?

...