FreeCalypso > hg > themwi-system-sw
diff 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 |
line wrap: on
line diff
--- a/sip-out/call.h Wed Oct 12 13:44:16 2022 -0800 +++ b/sip-out/call.h Wed Oct 12 14:45:31 2022 -0800 @@ -76,6 +76,7 @@ #define SIP_STATE_ACCEPT_100 6 #define SIP_STATE_ACCEPT_200 7 #define SIP_STATE_ENDED 8 +#define SIP_STATE_MSG_SIZE_ERR 9 #define MGW_STATE_NO_EXIST 0 #define MGW_STATE_ALLOCATED 1
