MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / cleanup_uac_timers

Function cleanup_uac_timers

modules/tm/t_reply.c:1203–1213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201}
1202
1203void cleanup_uac_timers( struct cell *t )
1204{
1205 int i;
1206
1207 /* reset FR/retransmission timers */
1208 for (i=t->first_branch; i<t->nr_of_outgoings; i++ ) {
1209 reset_timer( &TM_BRANCH(t,i).request.retr_timer );
1210 reset_timer( &TM_BRANCH(t,i).request.fr_timer );
1211 }
1212 LM_DBG("RETR/FR timers reset\n");
1213}
1214
1215static int store_reply( struct cell *trans, int branch, struct sip_msg *rpl)
1216{

Callers 5

t_release_transactionFunction · 0.85
_reply_lightFunction · 0.85
t_should_relay_responseFunction · 0.85
local_replyFunction · 0.85
process_reply_and_timerFunction · 0.85

Calls 1

reset_timerFunction · 0.70

Tested by

no test coverage detected