[OpenSIPS-Devel] SF.net SVN: opensips:[5420] trunk/modules/tm

Bogdan-Andrei Iancu bogdan at voice-system.ro
Tue Mar 10 12:37:47 CET 2009


Revision: 5420
          http://opensips.svn.sourceforge.net/opensips/?rev=5420&view=rev
Author:   bogdan_iancu
Date:     2009-03-10 11:37:42 +0000 (Tue, 10 Mar 2009)

Log Message:
-----------
- 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 siganlling will not be delaied anymore by slow callbacks with DB ops (like siptrace and accounting)

Modified Paths:
--------------
    trunk/modules/tm/t_hooks.c
    trunk/modules/tm/t_hooks.h
    trunk/modules/tm/t_lookup.c
    trunk/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