Page 1 of 1

load balancing question

PostPosted: Mon Jul 23, 2012 8:47 pm
by bobbymc
server a, agents register to it and it is also part of the load balancing farm
server b, agents DONT register to it and its part of a load balancing farm


there is LO and LB .. which do i use for server a and b

Re: load balancing question

PostPosted: Tue Jul 24, 2012 11:40 am
by williamconley
when you post, please post your entire configuration including (but not limited to) your installation method and vicidial version with build.

this IS a requirement for posting along with reading the stickies (at the top of each forum) and the manager's manual (available on EFLO.net, both free and paid versions)

You should also post: Asterisk version, telephony hardware (model number is helpful here), cluster information if you have one, and whether any other software is installed in the box. If your installation method is "from scratch" you must post your operating system and should also post the .iso version from which you installed your original operating system. If your installation is "Hosted" list the site name of the host.

If this is a "Cloud" or "Virtual" server, please note the technology involved along with the version of that techology (ie: VMware Server Version 2.0.2). If it is not, merely stating the Motherboard model # and CPU would be helpful.

Similar to This:

Vicibox X.X from .iso | Vicidial X.X.X-XXX Build XXXXXX-XXXX | Asterisk X.X.X | Single Server | No Digium/Sangoma Hardware | No Extra Software After Installation | Intel DG35EC | Core2Quad Q6600

______

You have left out a lot of details in your technical support question (such as the location of the setting you are asking about).

Also, you have asked a support question in the development board. I'll move it while you collect the rest of the data.

Re: load balancing question

PostPosted: Tue Jul 24, 2012 5:53 pm
by bobbymc
| Vicidial yesterdays svn trunk | Asterisk 1.4.39-vici | Multi Server | Sangnoma voicetime | No Extra Software After Installation | dell 1859 | Core2Quad

Re: load balancing question

PostPosted: Tue Jul 24, 2012 11:21 pm
by williamconley
so the implication here is that if someone ever wants to know the version you are running, they should find the date of that post, then check the svn logs and find which version pertains to that date to see if their problem is possibly related to yours? LOL

It is a requirement to post the Vicidial Version with Build (available on your Vicidial Admin pages in the bottom left corner, located for ease of extraction and posting). In addition to the fact that it can help to resolve your issue Now, it can also be used to link future visitors via Google and other search engines who may have similar problems with a similar version number.

And it's "Sangoma" not "Sangnoma", although I do find that interesting.

And you still have made no mention of where the setting you are asking about may be located.

Perhaps you need more caffeine? (or less?) 8-)

Re: load balancing question

PostPosted: Wed Jul 25, 2012 12:00 pm
by bobbymc
i need more sleep.. thats for sure..

build 120713-2123

im looking at the load balancing docs and it describes two dial plans:


; VICIDIAL_auto_dialer transfer script Load Balance Overflow:
exten => 8367,1,Playback(sip-silence)
exten => 8367,2,AGI(agi://127.0.0.1:4577/call_log)
exten => 8367,3,AGI(agi-VDAD_ALL_outbound.agi,NORMAL-----LO)
exten => 8367,4,AGI(agi-VDAD_ALL_outbound.agi,NORMAL-----LO)
exten => 8367,5,Hangup

; VICIDIAL_auto_dialer transfer script Load Balanced:
exten => 8368,1,Playback(sip-silence)
exten => 8368,2,AGI(agi://127.0.0.1:4577/call_log)
exten => 8368,3,AGI(agi-VDAD_ALL_outbound.agi,NORMAL-----LB)
exten => 8368,4,AGI(agi-VDAD_ALL_outbound.agi,NORMAL-----LB)
exten => 8368,5,Hangup

i like to know which to use in that scenario

Re: load balancing question

PostPosted: Wed Jul 25, 2012 1:43 pm
by williamconley
A simpler solution would be to try both and observe your results.

Have you tried both of them? (while watching to be sure your calls continue to generate?)