Module: sip-router
Branch: tmp/tm_async_extensions
Commit: ebbb462fcc7ff9380b30441492403b3a0a3a9c10
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ebbb462…
Author: Jason Penton <jason.penton(a)smilecoms.com>
Committer: Jason Penton <jason.penton(a)smilecoms.com>
Date: Wed Jul 31 21:46:26 2013 +0200
modules/tm: extensions for tm asynchronous processing of requests
- allow t_relay and forward, etc processing in aysn route blocks
- extends to allow any route block to be continued, not only failure route block...
---
modules/tm/h_table.c | 1 +
modules/tm/h_table.h | 17 +++++-
modules/tm/lock.c | 36 ++++++++++++-
modules/tm/lock.h | 1 +
modules/tm/t_fwd.c | 5 ++
modules/tm/t_reply.c | 135 +++++++++++++++++++++++++++--------------------
modules/tm/t_reply.h | 2 +-
modules/tm/t_suspend.c | 75 ++++++++++++++++-----------
modules/tm/t_suspend.h | 3 +
9 files changed, 182 insertions(+), 93 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=ebb…