FreeCalypso > hg > themwi-system-sw
comparison sip-in/cancel.c @ 109:9b87894704eb
sip-in: first step toward final call clearing
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Wed, 28 Sep 2022 16:32:13 -0800 | 
| parents | 0d6435808bcd | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 108:0d6435808bcd | 109:9b87894704eb | 
|---|---|
| 2 * Here we implement our handling of SIP CANCEL method. | 2 * Here we implement our handling of SIP CANCEL method. | 
| 3 */ | 3 */ | 
| 4 | 4 | 
| 5 #include <sys/types.h> | 5 #include <sys/types.h> | 
| 6 #include <sys/socket.h> | 6 #include <sys/socket.h> | 
| 7 #include <sys/time.h> | |
| 7 #include <netinet/in.h> | 8 #include <netinet/in.h> | 
| 8 #include <stdio.h> | 9 #include <stdio.h> | 
| 9 #include <stdint.h> | 10 #include <stdint.h> | 
| 10 #include <stdlib.h> | 11 #include <stdlib.h> | 
| 11 #include <string.h> | 12 #include <string.h> | 
