diff sip-out/uac_resp.c @ 156:0bacca1f2f7b

sip-out: handle all INVITE responses, except errors
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 12 Oct 2022 07:13:55 -0800
parents 2730ccb44549
children c0a391f28e91
line wrap: on
line diff
--- a/sip-out/uac_resp.c	Tue Oct 11 23:30:00 2022 -0800
+++ b/sip-out/uac_resp.c	Wed Oct 12 07:13:55 2022 -0800
@@ -16,8 +16,6 @@
 #include "../include/out_routes.h"
 #include "../libsip/parse.h"
 #include "../libsip/resp_ident.h"
-#include "../libsip/sdp.h"
-#include "../libsip/out_msg.h"
 #include "call.h"
 
 extern struct call *find_call_by_sip_id();