FreeCalypso > hg > themwi-system-sw
comparison sip-in/disconnect.c @ 66:5beb51de1bae
sip-in: got as far as propagating GSM CC CONNECT to INVITE 200
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 18 Sep 2022 16:17:31 -0800 |
parents | 1f863c63f96b |
children | 3e3fbf44f9d7 |
comparison
equal
deleted
inserted
replaced
65:7c0309df59f8 | 66:5beb51de1bae |
---|---|
10 #include <stdlib.h> | 10 #include <stdlib.h> |
11 #include <string.h> | 11 #include <string.h> |
12 #include <strings.h> | 12 #include <strings.h> |
13 #include <syslog.h> | 13 #include <syslog.h> |
14 #include "../include/mncc.h" | 14 #include "../include/mncc.h" |
15 #include "../include/gsm48_const.h" | |
16 #include "call.h" | 15 #include "call.h" |
17 | 16 |
18 void | 17 void |
19 disconnect_mncc(call, cause_loc, cause_val) | 18 disconnect_mncc(call, cause_loc, cause_val) |
20 struct call *call; | 19 struct call *call; |