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

Bogdan-Andrei Iancu bogdan at voice-system.ro
Wed Dec 6 12:45:55 CET 2006


User: bogdan_iancu
Date: 2006/12/06 03:45:55 PST

  OpenSER CVS - Commit Details

  Modified files:
    modules/tm           dlg.c dlg.h h_table.h t_reply.c uac.c 
  Commit Log:
  - new tranaction flags added:
          /* ACK must not be auto generated for the local transaction */
          #define T_NO_AUTOACK_FLAG       (1<<5)
          /* provisional replies must trigger callbacks for local transaction */
          #define T_PASS_PROVISIONAL_FLAG (1<<6)
  - actions related to these flags added:
          if T_NO_AUTOACK_FLAG is set, no ACK will be generated for the 200 OK for local requests
          if T_PASS_PROVISIONAL_FLAG is set, the provisional replies to local requests will be pushed via the TMCB_LOCAL_RESPONSE_OUT callback
  
  Revision  Changes    Path
  1.4       +1 -2      sip-server/modules/tm/dlg.c
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/tm/dlg.c?r1=1.3&r2=1.4 ]
  1.3       +2 -2      sip-server/modules/tm/dlg.h
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/tm/dlg.h?r1=1.2&r2=1.3 ]
  1.13      +13 -7     sip-server/modules/tm/h_table.h
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/tm/h_table.h?r1=1.12&r2=1.13 ]
  1.33      +10 -12    sip-server/modules/tm/t_reply.c
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/tm/t_reply.c?r1=1.32&r2=1.33 ]
  1.7       +7 -3      sip-server/modules/tm/uac.c
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/tm/uac.c?r1=1.6&r2=1.7 ]



More information about the Devel mailing list