- Joined
- Jan 29, 2014
- Messages
- 9
- Reaction score
- 0
Hi,
In the code below there is TunnelAddr2 and TunnelPort2. I'm assuming that if server 1 goes down it just reconnects to the Tunnel on server 2 at a specified address? Only thing thats confusing is that there is only 1 set of settings for PbxSipIP, should there not be PboxSipIP2?
In the code below there is TunnelAddr2 and TunnelPort2. I'm assuming that if server 1 goes down it just reconnects to the Tunnel on server 2 at a specified address? Only thing thats confusing is that there is only 1 set of settings for PbxSipIP, should there not be PboxSipIP2?
Code:
General]
ReconnectInterval = 30 # seconds
PrintStatsInterval = 30 # seconds
FailoverInterval = 90 # seconds
[Log]
Type = syslog # cout, cerr, file, syslog
Level = NONE # NONE", "EMERG", "ALERT", "CRIT", "ERR", "WARNING", "NOTICE", "INFO", "DEBUG", "STACK", "CERR",$
# File = "/var/log/3cxsbc.log"
[Bridge/123456]
#Mandatory
ID = 123456
Password =
TunnelAddr = # 3CX Phone System Tunnel TCP IP or FQDN
TunnelPort = # 3CX Phone System Tunnel Port
#TunnelAddr2 = # 3CX Phone System Failover Passive Tunnel IP or FQDN
#TunnelPort2 = # 3CX Phone System Failover Passive Tunnel Port
#Optional
Name = "3CX Session Border Controller"
PbxSipIP = # IP address of PBX, mandatory for provisioning to work
PbxSipPort = # SIP port of PBX, mandatory for provisioning to work
LocalSipAddr = 0.0.0.0 # local SIP (UDP/TCP) address (def: 0.0.0.0) binds on all interfaces
LocalSipPort = 5060 # local SIP (UDP/TCP) address (def: 5060) Must be 5060
SecurityMode = 1