From 63de8343958b91c8836c5e6ddf1c0106b40e9fe6 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Thu, 2 Apr 2009 17:20:52 +0000 Subject: Merge in the RTP engine API. This API provides a generic way for multiple RTP stacks to be integrated into Asterisk. Right now there is only one present, res_rtp_asterisk, which is the existing Asterisk RTP stack. Functionality wise this commit performs the same as previously. API documentation can be viewed in the rtp_engine.h header file. Review: http://reviewboard.digium.com/r/209/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@186078 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/Makefile') diff --git a/main/Makefile b/main/Makefile index 3e6179229..681719799 100644 --- a/main/Makefile +++ b/main/Makefile @@ -20,7 +20,7 @@ include $(ASTTOPDIR)/Makefile.moddir_rules OBJS= tcptls.o io.o sched.o logger.o frame.o loader.o config.o channel.o \ translate.o file.o pbx.o cli.o md5.o term.o heap.o \ ulaw.o alaw.o callerid.o fskmodem.o image.o app.o \ - cdr.o tdd.o acl.o rtp.o udptl.o manager.o asterisk.o \ + cdr.o tdd.o acl.o udptl.o manager.o asterisk.o \ dsp.o chanvars.o indications.o autoservice.o db.o privacy.o \ astmm.o enum.o srv.o dns.o aescrypt.o aestab.o aeskey.o \ utils.o plc.o jitterbuf.o dnsmgr.o devicestate.o \ @@ -29,7 +29,7 @@ OBJS= tcptls.o io.o sched.o logger.o frame.o loader.o config.o channel.o \ strcompat.o threadstorage.o dial.o event.o adsistub.o audiohook.o \ astobj2.o hashtab.o global_datastores.o version.o \ features.o taskprocessor.o timing.o datastore.o xml.o xmldoc.o \ - strings.o bridging.o poll.o + strings.o bridging.o poll.o rtp_engine.o stun.o # we need to link in the objects statically, not as a library, because # otherwise modules will not have them available if none of the static -- cgit v1.2.3