Page 1 of 1

2.04 Upgrade

PostPosted: Fri Dec 21, 2007 8:15 pm
by tbenson
Matt,

I am upgrading our dev system to test everything for our clients moving to 2.04. During the UPGRADE document you reference requiring load balancing and to read the docs/LOAD_BALANCE. In there it only really comments on 2 and 3 server setups.

In a single server setup would you implement everything for astguiclient.conf, extensions.conf, and iax.conf as the server that runs 'everything'? Just let it think another server is offline in the load balance setup? When bringing it online this is the system with less scripts running and settings enabled? Or do we leave out certain parts if we really do not have a second server? Like do we not populate the iax.conf file since the server will fail registration with the missing peer?

Thanks

PostPosted: Sat Dec 22, 2007 2:23 am
by mflorell
It basically just means that these lines need to be present, not full load balancing:

exten => _010*010*010*015*8600XXX,1,Goto(default,${EXTEN:16},1)
exten => _010*010*010*015*8600XXX*.,1,Goto(default,${EXTEN:16},1)
exten => _010*010*010*015*78600XXX,1,Goto(default,${EXTEN:16},1)
exten => _010*010*010*015*78600XXX*.,1,Goto(default,${EXTEN:16},1)
exten => _8600XXX*.,1,AGI(agi-VDADfixCXFER.agi)
exten => _78600XXX*.,1,AGI(agi-VDADfixCXFER.agi)

where you would replace the 010*010*010*015 sections with your server's IP address.