Module: sip-router
Branch: master
Commit: 5bdef817bdc2e3fcf4e68bf25bf1a97683f2269f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5bdef81…
Author: pd <peter.dunkley(a)crocodile-rcs.com>
Committer: pd <peter.dunkley(a)crocodile-rcs.com>
Date: Sun Nov 20 22:09:57 2011 +0000
modules_k/rr: Added new (C-API) function to add Record-Route based on advertised address
- You can already do something similar with record_route_preset, but that
function has some disadvantages. Double record-routing doesn't work and you
can't subsequently add parameters to the Record-Route header. This new
function doesn't have these disadvantages.
- Currently this is not exported to the configuration file. This may be worth
doing in the future.
- Feature added by Hugh Waite @ Crocodile RCS
---
modules_k/rr/README | 88 +++++++++++++++-----
modules_k/rr/api.c | 1 +
modules_k/rr/api.h | 1 +
modules_k/rr/doc/rr_devel.xml | 62 ++++++++++++++
modules_k/rr/record.c | 182 +++++++++++++++++++++++++++++++++++++++++
modules_k/rr/record.h | 16 ++++
6 files changed, 328 insertions(+), 22 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=5bd…