– Kamailio SIP Server –

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
modules:1.2.x:t_check_trans_comments [2007/04/13 20:18]
128.179.67.121
modules:1.2.x:t_check_trans_comments [2007/04/13 02:00] (current)
Line 1: Line 1:
 +==t_check_trans() with ACK (a bug?)==
 +In a simple call setup scenario INVITE / 100 (Trying) / 180 (Ringing) / 200 (OK) / ACK, t_check_trans() returns false when processing INVITE, and it returns true when processing ACK (it must return false since ACK does not belong to INVITE transaction). Moreover, when t_check_trans() is called second time, it always returns false when processing INVITE, but it now returns false also in case of ACK [E.Gabrielyan 2007-04-13].
  
 +
 +Check the following web site for the openser.cfg file and the printout of the proxy in the debug mode http://switzernet.com/people/emin-gabrielyan/070413-openser-transactions/#t_check_trans