From 0eb1480fe02b28de9d0d67bbd8779d7296639cc1 Mon Sep 17 00:00:00 2001 From: file 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: http://svn.digium.com/svn/asterisk/trunk@186078 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/chan_bridge.c | 1 - 1 file changed, 1 deletion(-) (limited to 'channels/chan_bridge.c') diff --git a/channels/chan_bridge.c b/channels/chan_bridge.c index 84909e795..bd1d0fbee 100644 --- a/channels/chan_bridge.c +++ b/channels/chan_bridge.c @@ -39,7 +39,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/pbx.h" #include "asterisk/sched.h" #include "asterisk/io.h" -#include "asterisk/rtp.h" #include "asterisk/acl.h" #include "asterisk/callerid.h" #include "asterisk/file.h" -- cgit v1.2.3