Module: sip-router
Branch: master
Commit: e4ecf49add0e62330e1db071106806e35e9b078a
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e4ecf49…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Aug 30 22:38:11 2012 +0200
corex: a new module to collect reimplemented core cfg functions
- old core functions for cofiguration file do not take variables in the
parameters, working only with static strings or integers
- some of them will be reimplemented in corex moduel to add support for
variables, making the parameters to be dynamic at runtime
- append_branch(...) was reimplemented at this moment, allowing URI and
Q parameters to contain variables
- there are also brand new features - two RPC commands, one to list the
listen sockets and the other to list the hostname aliases
- name of the module comes from CORE eXtensions
---
modules/corex/Makefile | 12 +++
modules/corex/README | 130 ++++++++++++++++++++++++++++
modules/corex/corex_lib.c | 90 ++++++++++++++++++++
modules/corex/corex_lib.h | 29 +++++++
modules/corex/corex_mod.c | 115 +++++++++++++++++++++++++
modules/corex/corex_rpc.c | 168 +++++++++++++++++++++++++++++++++++++
modules/corex/corex_rpc.h | 27 ++++++
modules/corex/doc/Makefile | 4 +
modules/corex/doc/corex.xml | 37 ++++++++
modules/corex/doc/corex_admin.xml | 142 +++++++++++++++++++++++++++++++
10 files changed, 754 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=e4e…
Hi!
Since we've learned that GRUU's are more or less semi-automatic I have of course a few more questions:
- Is the usrloc module aware that a specific contact is using GRUU's
- If so, is that reachable information for the pua-regloc to publish the gruu's?
- For a restart, is that status saved in the db?
/O