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.

_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to