[Kamailio-Devel] SF.net SVN: openser:[5748] trunk/modules

Ovidiu Sas osas at voipembedded.com
Fri Mar 20 16:33:36 CET 2009


Revision: 5748
          http://openser.svn.sourceforge.net/openser/?rev=5748&view=rev
Author:   osas
Date:     2009-03-20 15:33:36 +0000 (Fri, 20 Mar 2009)

Log Message:
-----------
backport from opensips (r5420):
- 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:
--------------
    trunk/modules/dialog/dlg_handlers.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