Module: sip-router Branch: adubovikov/homer Commit: 2ffd33a70db7c875c5445e2c19ca117bb0d7479e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2ffd33a7...
Author: Alexandr Dubovikov alexandr.dubovikov@gmail.com Committer: Alexandr Dubovikov alexandr.dubovikov@gmail.com Date: Fri Aug 19 18:00:21 2011 +0200
Added support for distribution lookup between many AOR. Now only RAND and Round Robin are supported.
---
modules_k/registrar/README | 88 ++++++++++++++++++--------- modules_k/registrar/api.c | 4 +- modules_k/registrar/api.h | 4 +- modules_k/registrar/doc/registrar.xml | 9 +++- modules_k/registrar/doc/registrar_admin.xml | 49 +++++++++++++++ modules_k/registrar/lookup.c | 46 ++++++++++++-- modules_k/registrar/lookup.h | 2 +- modules_k/registrar/reg_mod.c | 34 +++++++++- modules_k/registrar/reg_mod.h | 3 + 9 files changed, 192 insertions(+), 47 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=2ffd...
On Friday 19 August 2011, Alexandr Dubovikov wrote:
Added support for distribution lookup between many AOR. Now only RAND and Round Robin are supported.
Hi Alexandr,
not sure if I understand the docs correctly, what exactly this extension does? It allows you to choose different AORs per lookup() call?
Best regards,
Henning