SipXconfig FAQ

From SIPfoundry sipXecs IP PBX, The Open Source SIP PBX for Linux - Calivia

Jump to: navigation, search

Is it possible to run more than one SIP Redundant Router per cluster?

Yes. Most of roles/cluster limits are there because we do not not test all possible combinations. If you are willing to do the testing yourself you can change it.

In order to let sipXconfig to let you add more than 1 redundant SIP router add the following line to sipxconfig.properties

 redundantSipRouterBundle.max=2

Or whatever max you need, 0 means no checking.

You set the number of ACDs that sipXconfig will let you to create in the cluster by adding the following line:

 callCenterBundle.max=2

sipXconfig UI for agent presence works correctly only for 1 ACD server in the cluster.

Why users PINs are reset when using CSV export/import to move users from one server to another?

sipXconfig does not know the user PIN, so if the destination system realm is different it's just going to reset the user PIN.

You can control the reset value by adding line to sipxconfig.properties

 csvRowInserter.resetPin=1234
Personal tools