MNCC<->SIP bridge; attaches to OsmoMSC to interface with external SIP VoIP telephony
https://osmocom.org/projects/osmo-sip-conector
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
272 B
13 lines
272 B
![]()
7 years ago
|
bin_PROGRAMS = osmo-sip-connector
|
||
|
|
||
|
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(SOFIASIP_CFLAGS)
|
||
|
|
||
|
osmo_sip_connector_SOURCES = \
|
||
|
evpoll.c \
|
||
|
vty.c \
|
||
|
main.c
|
||
|
osmo_sip_connector_LDADD = \
|
||
|
$(SOFIASIP_LIBS) \
|
||
|
$(LIBOSMOCORE_LIBS) \
|
||
|
$(LIBOSMOVTY_LIBS)
|