Module: sip-router Branch: tmp/tm_async_reply_support Commit: 3104e2d1a13a3728f1c71912bf223dc2097b8e24 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3104e2d1...
Author: Richard Good richard.good@smilecoms.com Committer: Richard Good richard.good@smilecoms.com Date: Tue Apr 30 11:40:25 2013 +0200
modules/tm:added separate methods to suspend reply
Added separate method t_suspend_reply, t_cancel_suspend_reply, t_continue_reply and exposed them through TM API. This leaves existing TM suspend/continue functionality unchanged.
---
modules/tm/h_table.h | 5 +- modules/tm/t_suspend.c | 465 +++++++++++++++++++++++++----------------------- modules/tm/t_suspend.h | 15 ++ modules/tm/tm_load.c | 3 + modules/tm/tm_load.h | 3 + 5 files changed, 262 insertions(+), 229 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=3104...