Module: sip-router Branch: master Commit: 8dc53feb5a6b72d9f3ebf934fed9564d4e884ed5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8dc53feb...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Mon Sep 7 10:34:58 2009 +0200
cr: new function 'cr_nofallback_route'
- add new function 'cr_nofallback_route' which behaves exactly like the existing 'cr_prime_route' function but uses the standard CRC32 hash instead of this prime function to provide an path away from this function - mark 'cr_prime_route' function as obselete in docs - patch from Carsten Gross, carsten dot gross at 1und1 dot de
---
modules/carrierroute/README | 1211 +++++++++++++---------- modules/carrierroute/carrierroute.c | 14 +- modules/carrierroute/cr_func.c | 47 +- modules/carrierroute/cr_func.h | 22 + modules/carrierroute/doc/carrierroute_admin.xml | 75 ++ 5 files changed, 812 insertions(+), 557 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=8dc5...