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
This commit is contained in:
Mark Michelson
2016-05-26 15:14:50 -05:00
committed by Richard Mudgett
parent a6b16d7029
commit bb0f4a6310
4 changed files with 263 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
{
global:
LINKER_SYMBOL_PREFIXast_multicast_rtp*;
local:
*;
};