Sending calls to multiple gateways

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
uhupfeld
Posts: 77
Joined: Sat Nov 08, 2008 12:15 pm
Location: Brazil

Sending calls to multiple gateways

Post by uhupfeld »

1. Brekeke Product Name and Version:
3.8 standard
2. Java version:

3. OS type and the version:
Win7
4. UA (phone), gateway or other hardware/software involved:
Several gateways
5. Your problem:
I have several gateways with defined capacities (=number of simultaneous calls - route.underlimit) and would like to distribute the calls according to the capacity of the gateways.
Should I place each gateway with its capacity (using route.underlimit) plus $continue=true in its own dial plan entry to make it use sequentially all gateways or can I put al gateways in a single dial plan entry?
The gateways are all equal, they just differ in IP addresses and capacity.

Thanks

Udo
taitan
Posts: 237
Joined: Sat Mar 15, 2008 10:39 pm

Post by taitan »

> Should I place each gateway with its capacity (using route.underlimit) plus $continue=true in its own dial plan entry to make it use sequentially all gateways or can I put al gateways in a single dial plan entry?

You don't need "$continue=true" in the DeployPattern because if $route.underlimit doesn't fulfill, a next rule will be evaluated automatically.
uhupfeld
Posts: 77
Joined: Sat Nov 08, 2008 12:15 pm
Location: Brazil

Post by uhupfeld »

Ok, makes sense.
And can I:
a) Put all gateways in one dial plan entry only?
b) Distribute calls in a round-robin way?

BR

Udo
janP
Posts: 336
Joined: Sun Nov 25, 2007 2:55 pm

Post by janP »

> a) Put all gateways in one dial plan entry only?

You need to create unique DialPlan to each destination gateway.

> b) Distribute calls in a round-robin way?

It depends on how you write DialPlan script.
Post Reply