Module: sip-router
Branch: master
Commit: b51171b5b8f1d173f5d3dca4ff92f7232f2a83ca
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b51171b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Aug 16 18:32:48 2010 +0200
tm: update to make seas module work
- worked from patch provided by Elias Baixas
- new function to build uac cancel exported via API
- several parameters for reply functions converted from char* to str*
as lenght was available or needed anyhow
- updated cancel_uacs() type definition
---
modules/tm/dlg.c | 23 +++++++++
modules/tm/dlg.h | 9 ++++
modules/tm/h_table.h | 6 ++
modules/tm/t_cancel.c | 107 ++++++++++++++++++++++++++++++++++++++++++
modules/tm/t_cancel.h | 12 ++++-
modules/tm/t_msgbuilder.c | 114 +++++++++++++++++++++++++++++++++++++++++++++
modules/tm/t_msgbuilder.h | 5 ++
modules/tm/t_reply.c | 70 ++++++++++++++++-----------
modules/tm/t_reply.h | 8 ++--
modules/tm/tm_load.c | 4 +-
modules/tm/tm_load.h | 2 +
11 files changed, 324 insertions(+), 36 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=b51…