
- in sipsess and sipevent, the cuser parameter can now be a contact-username or a uri (e.g. GRUU) - Tested by Juha Heinanen (with baresip+gruu)
21 lines
360 B
Makefile
21 lines
360 B
Makefile
#
|
|
# mod.mk
|
|
#
|
|
# Copyright (C) 2010 Creytiv.com
|
|
#
|
|
|
|
SRCS += sip/addr.c
|
|
SRCS += sip/auth.c
|
|
SRCS += sip/contact.c
|
|
SRCS += sip/cseq.c
|
|
SRCS += sip/ctrans.c
|
|
SRCS += sip/dialog.c
|
|
SRCS += sip/keepalive.c
|
|
SRCS += sip/keepalive_udp.c
|
|
SRCS += sip/msg.c
|
|
SRCS += sip/reply.c
|
|
SRCS += sip/request.c
|
|
SRCS += sip/sip.c
|
|
SRCS += sip/strans.c
|
|
SRCS += sip/transp.c
|
|
SRCS += sip/via.c
|