Module: sip-router Branch: master Commit: cdbcef56191e48c0277ff56e078eeaa20946422f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cdbcef56...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Jan 21 10:22:10 2014 +0100
dispatcher: readme was updated
---
modules/dispatcher/README | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/modules/dispatcher/README b/modules/dispatcher/README index c488359..2357883 100644 --- a/modules/dispatcher/README +++ b/modules/dispatcher/README @@ -223,7 +223,7 @@ Chapter 1. Admin Guide message attributes.
The module can be used as a stateless load balancer, it does not depend - on any call state tracing module. It requires the TM module if you + on any call state tracking module. It requires the TM module if you enable auto-discovery of active/inactive gateways.
It is very lightweight, therefore suitable for handling heavy SIP @@ -702,7 +702,14 @@ Note 4.1. ds_select_dst(set, alg)
The method selects a destination from addresses set. It returns true if - a new destination is set. + a new destination is set. The selected address is set to dst_uri field + (aka the outbound proxy address or the $du variable), not being visible + in the SIP request. + + If the bit 2 in 'flags' parameter is set, the rest of the addresses + from the destination set is stored in AVP list. You can use + 'ds_next_dst()' to use next address in order to achieve serial forking + to all possible destinations.
Meaning of the parameters is as follows: * set - the id of the set from where to pick up destination address.