Displaying 1 result from an estimated 1 matches for "iax_provider".
Did you mean:
ad_provider
2010 Feb 22
2
Load balance outgoing calls
...lance my
calls against. At the moment, I route different destinations to
different boxes but this causes lots of problems.
Without resorting to OpenSER or other proxies (as my provider also
uses IAX), is there a way I can load balance outgoing channels in
Asterisk?
For example an IAX peer like:
[iax_provider]
type=peer
username=myprovider
host=xxx.xxx.xxx.10
host=xxx.xxx.xxx.11
host=xxx.xxx.xxx.12
secret=verysecret
disalow=all
allow=g729
Is there any way I can balance calls between all of the hosts in the
providers description? In fact, if I set the dialplan like:
exten => _X.,n,Dial(IAX2/iax_pro...