Index: modules/tm/t_reply.c =================================================================== RCS file: /cvsroot/openser/sip-server/modules/tm/t_reply.c,v retrieving revision 1.16 diff -u -r1.16 t_reply.c --- modules/tm/t_reply.c 18 Oct 2005 17:42:16 -0000 1.16 +++ modules/tm/t_reply.c 19 Oct 2005 14:56:34 -0000 @@ -1228,6 +1228,9 @@ is_local(t)?"yes":"no"); } + /* lock the reply*/ + LOCK_REPLIES( t ); + /* processing of on_reply block */ if (t->on_reply) { /* transfer transaction flag to branch context */ @@ -1249,8 +1252,8 @@ set_avp_list( backup_list ); } - /* lock the reply*/ - LOCK_REPLIES( t ); + /* lock the reply + LOCK_REPLIES( t );*/ /* mark that the UAC received replies */ uac->flags |= T_UAC_HAS_RECV_REPLY;