FreeCalypso > hg > themwi-system-sw
comparison sip-out/Makefile @ 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 | 0bacca1f2f7b |
children | 9419fe55824f |
comparison
equal
deleted
inserted
replaced
162:83022d408071 | 163:bfa9f0c0f0ac |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROG= themwi-sip-out | 3 PROG= themwi-sip-out |
4 OBJS= call_clear.o call_list.o call_setup.o disconnect.o invite.o main.o \ | 4 OBJS= bye_in.o call_clear.o call_list.o call_setup.o disconnect.o invite.o \ |
5 mgw_ops.o mgw_resp.o mgw_sock.o mncc_sig_in.o mncc_sig_out.o \ | 5 main.o mgw_ops.o mgw_resp.o mgw_sock.o mncc_sig_in.o mncc_sig_out.o \ |
6 mncc_sock.o readconf.o retrans.o shutdown.o sip_log.o sip_uas.o \ | 6 mncc_sock.o readconf.o retrans.o shutdown.o sip_log.o sip_uas.o \ |
7 sip_udp.o uac_out.o uac_resp.o | 7 sip_udp.o uac_out.o uac_resp.o |
8 LIBS= ../liboutrt/liboutrt.a ../libsip/libsip.a ../libutil/libutil.a | 8 LIBS= ../liboutrt/liboutrt.a ../libsip/libsip.a ../libutil/libutil.a |
9 INSTBIN=/usr/local/bin | 9 INSTBIN=/usr/local/bin |
10 | 10 |