[Devel] CVS commitlog: sip-server/modules/tm h_table.c t_hooks.c t_hooks.h

Bogdan-Andrei Iancu bogdan at voice-system.ro
Fri Aug 12 19:53:43 CEST 2005


User: bogdan_iancu
Date: 2005/08/12 10:53:43 PDT

  OpenSER CVS - Commit Details

  Modified files:
    modules/tm           h_table.c t_hooks.c t_hooks.h 
  Commit Log:
  tm allows callback registration prior to transaction creation - if the
  request has no transaction yet, the callbacks will be put in a pending list
  until the transaction is created (or discarded otherwise). Message Id is used
  to avoid callback overlapings between different requests (like adding pending
  callbacks for a requests and attaching them to the transacation of a different
  request).
  
  Revision  Changes    Path
  1.4       +8 -1      sip-server/modules/tm/h_table.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/h_table.c?r1=1.3&r2=1.4 ]
  1.2       +31 -16    sip-server/modules/tm/t_hooks.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/t_hooks.c?r1=1.1&r2=1.2 ]
  1.2       +3 -3      sip-server/modules/tm/t_hooks.h
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/t_hooks.h?r1=1.1&r2=1.2 ]



More information about the Devel mailing list