[svn-commits] file: trunk r203227 - in /trunk: ./ channels/ res/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 25 13:25:33 CDT 2009


Author: file
Date: Thu Jun 25 13:25:24 2009
New Revision: 203227

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=203227
Log:
Add support for multicast RTP paging.

(closes issue #11797)
Reported by: macbrody

Review: https://reviewboard.asterisk.org/r/270/

Added:
    trunk/channels/chan_multicast_rtp.c
      - copied unchanged from r203225, team/file/issue11797/channels/chan_multicast_rtp.c
    trunk/res/res_rtp_multicast.c
      - copied unchanged from r203225, team/file/issue11797/res/res_rtp_multicast.c
Modified:
    trunk/CHANGES

Modified: trunk/CHANGES
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/CHANGES?view=diff&rev=203227&r1=203226&r2=203227
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Thu Jun 25 13:25:24 2009
@@ -172,6 +172,16 @@
    as well as the ability to execute dialplan logic upon calendar event notifications.
    iCalendar, CalDAV, and Exchange Server calendars are supported (Exchange support
    only tested on Exchange Server 2003 with no support for forms-based authentication).
+
+Multicast RTP Support
+---------------------
+ * A new RTP engine and channel driver have been added which supports Multicast RTP.
+   The channel driver can be used with the Page application to perform multicast RTP
+   paging. The dial string format is: MulticastRTP/<type>/<destination>/<control address>
+   Type can be either basic or linksys.
+   Destination is the IP address and port for the RTP packets.
+   Control address is specific to the linksys type and is used for sending the control
+   packets unique to them.
 
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 1.6.1 to Asterisk 1.6.2  -------------




More information about the svn-commits mailing list