comparison sip-in/call_list.c @ 108:0d6435808bcd

sip-in: implement 100rel for 180 Ringing response
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 28 Sep 2022 14:29:10 -0800
parents 915f0f397fb6
children 9b87894704eb
comparison
equal deleted inserted replaced
107:372209628038 108:0d6435808bcd
59 { 59 {
60 struct call *call; 60 struct call *call;
61 61
62 for (call = call_list; call; call = call->next) { 62 for (call = call_list; call; call = call->next) {
63 switch (call->sip_state) { 63 switch (call->sip_state) {
64 case SIP_STATE_RINGING_REL:
64 case SIP_STATE_INVITE_200: 65 case SIP_STATE_INVITE_200:
65 case SIP_STATE_INVITE_ERR: 66 case SIP_STATE_INVITE_ERR:
66 case SIP_STATE_BYE_SENT: 67 case SIP_STATE_BYE_SENT:
67 *retrans = 1; 68 *retrans = 1;
68 break; 69 break;