OpenSER module dispatcher
Created by: miconda,Last modification on Thu 15 of Feb, 2007 [10:40 UTC]
dispatcher module can be used to implement load balancing and SIP requests dispatching over a set of destinations. The following dispatching algorithms are available in OpenSER 1.2.x:
The destination sets are loaded from a text file, with line format: set_id sip_destination_address. The file is loaded at startup.
The module gives the option to use the selected SIP address as outbound proxy or as domain part of R-URI.
Links to documentation of dispatcher module:
- hash over Call-Id
- hash over From URI
- hash over To URI.
- hash over request URI (R-URI)
- round-robin (next destination).
- if the algorithm parameter is not implemented, the first entry in set is chosen.
The destination sets are loaded from a text file, with line format: set_id sip_destination_address. The file is loaded at startup.
# proxies
2 sip:127.0.0.1:5080
2 sip:127.0.0.1:5082
# gateways
1 sip:127.0.0.1:7070
1 sip:127.0.0.1:7072
1 sip:127.0.0.1:7074
The module gives the option to use the selected SIP address as outbound proxy or as domain part of R-URI.
Links to documentation of dispatcher module:

Comments