mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Add a link to the list of assigned RTP payload types for convenience.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77266 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
13
main/rtp.c
13
main/rtp.c
@@ -1651,9 +1651,16 @@ static struct {
|
|||||||
{{1, AST_FORMAT_T140}, "text", "T140"},
|
{{1, AST_FORMAT_T140}, "text", "T140"},
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Static (i.e., well-known) RTP payload types for our "AST_FORMAT..."s:
|
/*!
|
||||||
also, our own choices for dynamic payload types. This is our master
|
* \brief Mapping between Asterisk codecs and rtp payload types
|
||||||
table for transmission */
|
*
|
||||||
|
* Static (i.e., well-known) RTP payload types for our "AST_FORMAT..."s:
|
||||||
|
* also, our own choices for dynamic payload types. This is our master
|
||||||
|
* table for transmission
|
||||||
|
*
|
||||||
|
* See http://www.iana.org/assignments/rtp-parameters for a list of
|
||||||
|
* assigned values
|
||||||
|
*/
|
||||||
static struct rtpPayloadType static_RTP_PT[MAX_RTP_PT] = {
|
static struct rtpPayloadType static_RTP_PT[MAX_RTP_PT] = {
|
||||||
[0] = {1, AST_FORMAT_ULAW},
|
[0] = {1, AST_FORMAT_ULAW},
|
||||||
#ifdef USE_DEPRECATED_G726
|
#ifdef USE_DEPRECATED_G726
|
||||||
|
Reference in New Issue
Block a user