[Kamailio-Devel] SF.net SVN: openser:[5761] branches/1.4/modules

Ovidiu Sas osas at voipembedded.com
Mon Mar 23 14:16:33 CET 2009


Revision: 5761
          http://openser.svn.sourceforge.net/openser/?rev=5761&view=rev
Author:   osas
Date:     2009-03-23 13:16:30 +0000 (Mon, 23 Mar 2009)

Log Message:
-----------
ckport from trunk (r5748):
- added a new TM callback TMCB_RESPONSE_PRE_OUT - this callback is to be called before sending the reply out while the existing TMCB_RESPONSE_OUT is called after the reply is sent.
 This is part of the fixing of 200OK / ACK race in dialog module (bug #2080954)

This new callbakc will also give a bust in performance (as time to send reply) as the signaling will not be delayed anymore by slow callbacks with DB ops (like siptrace and accounting)

- credits goes to Bogdan-Andrei Iancu

Modified Paths:
--------------
    branches/1.4/modules/dialog/dlg_handlers.c
    branches/1.4/modules/tm/t_hooks.h
    branches/1.4/modules/tm/t_lookup.c
    branches/1.4/modules/tm/t_reply.c


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Devel mailing list