From bb0f4a6310fecb0f160b9e481fa751de6e35724a Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Thu, 26 May 2016 15:14:50 -0500 Subject: multicast RTP: Add dialing options This adds a new parameter to the end of a multicast RTP dialing string. This parameter defines the following options: * i: Set the interface from which multicast RTP is sent * l: Set whether multicast packets are looped back to the sender * t: Set the TTL for multicast packets * c: Set the codec to use for RTP ASTERISK-26068 #close Reported by Mark Michelson Change-Id: I033b706b533f0aa635c342eb738e0bcefa07e219 --- res/res_rtp_multicast.exports.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 res/res_rtp_multicast.exports.in (limited to 'res/res_rtp_multicast.exports.in') diff --git a/res/res_rtp_multicast.exports.in b/res/res_rtp_multicast.exports.in new file mode 100644 index 000000000..995a1802e --- /dev/null +++ b/res/res_rtp_multicast.exports.in @@ -0,0 +1,6 @@ +{ + global: + LINKER_SYMBOL_PREFIXast_multicast_rtp*; + local: + *; +}; -- cgit v1.2.3