comparison sip-out/call.h @ 163:bfa9f0c0f0ac

sip-out: handle incoming BYE as UAS
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 12 Oct 2022 14:45:31 -0800
parents e54b0a9e322f
children
comparison
equal deleted inserted replaced
162:83022d408071 163:bfa9f0c0f0ac
74 #define SIP_STATE_CANCEL_SENT 4 74 #define SIP_STATE_CANCEL_SENT 4
75 #define SIP_STATE_BYE_SENT 5 75 #define SIP_STATE_BYE_SENT 5
76 #define SIP_STATE_ACCEPT_100 6 76 #define SIP_STATE_ACCEPT_100 6
77 #define SIP_STATE_ACCEPT_200 7 77 #define SIP_STATE_ACCEPT_200 7
78 #define SIP_STATE_ENDED 8 78 #define SIP_STATE_ENDED 8
79 #define SIP_STATE_MSG_SIZE_ERR 9
79 80
80 #define MGW_STATE_NO_EXIST 0 81 #define MGW_STATE_NO_EXIST 0
81 #define MGW_STATE_ALLOCATED 1 82 #define MGW_STATE_ALLOCATED 1
82 #define MGW_STATE_IBT_CONN 2 83 #define MGW_STATE_IBT_CONN 2
83 #define MGW_STATE_COMPLETE 3 84 #define MGW_STATE_COMPLETE 3