aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-26 13:10:49 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-26 13:10:49 +0000
commit5bbd3da1f0ee1f570fd68ae9542856a4b6393ef8 (patch)
treeb1fe00084b51db945eca60cb27bcffae01fab2e8 /main/rtp.c
parentc224c3a01a0e6187931d2f9a5a78c527d16511e9 (diff)
Add a link to the list of assigned RTP payload types for convenience.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@77266 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/rtp.c')
-rw-r--r--main/rtp.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/main/rtp.c b/main/rtp.c
index f481f1e91..52b0dcaac 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -1651,9 +1651,16 @@ static struct {
{{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
- table for transmission */
+/*!
+ * \brief Mapping between Asterisk codecs and rtp payload types
+ *
+ * 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] = {
[0] = {1, AST_FORMAT_ULAW},
#ifdef USE_DEPRECATED_G726