summaryrefslogtreecommitdiff
path: root/res/res_rtp_multicast.exports.in
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2016-05-26 15:14:50 -0500
committerRichard Mudgett <rmudgett@digium.com>2016-05-27 11:00:09 -0500
commitbb0f4a6310fecb0f160b9e481fa751de6e35724a (patch)
tree9008fe54580c7a4d0026f72233dd08a4385192c9 /res/res_rtp_multicast.exports.in
parenta6b16d7029a7a44c6a43b3b0f1cbc74cecd11454 (diff)
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
Diffstat (limited to 'res/res_rtp_multicast.exports.in')
-rw-r--r--res/res_rtp_multicast.exports.in6
1 files changed, 6 insertions, 0 deletions
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:
+ *;
+};