comparison sip-in/call.h @ 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 e5aee661e3b2
children 9b87894704eb
comparison
equal deleted inserted replaced
107:372209628038 108:0d6435808bcd
50 #define OVERALL_STATE_TEARDOWN 6 50 #define OVERALL_STATE_TEARDOWN 6
51 #define OVERALL_STATE_DEAD_SIP 7 51 #define OVERALL_STATE_DEAD_SIP 7
52 52
53 #define SIP_STATE_INVITE_PROC 1 53 #define SIP_STATE_INVITE_PROC 1
54 #define SIP_STATE_RINGING 2 54 #define SIP_STATE_RINGING 2
55 #define SIP_STATE_RINGING_PRACK 3 55 #define SIP_STATE_RINGING_REL 3
56 #define SIP_STATE_INVITE_200 4 56 #define SIP_STATE_INVITE_200 4
57 #define SIP_STATE_CONNECTED 5 57 #define SIP_STATE_CONNECTED 5
58 #define SIP_STATE_BYE_SENT 6 58 #define SIP_STATE_BYE_SENT 6
59 #define SIP_STATE_INVITE_ERR 7 59 #define SIP_STATE_INVITE_ERR 7
60 #define SIP_STATE_ENDED 8 60 #define SIP_STATE_ENDED 8