summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-04-26 10:44:00 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-04-26 10:44:00 -0500
commite478d2eb94ec98ad8004e1b4b634b53e70591f8d (patch)
tree41112e2b4154fc5057bbda3861fdf4890e589133 /include
parentb382919017c2cc7f14814111f3bfc9a699cfad07 (diff)
parent72c5f3b0ba40e352fa26eeeead6e72eabd5e7730 (diff)
Merge "res_pjsip_sdp_rtp: No rtpmap for static RTP payload IDs in SDP."
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/rtp_engine.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asterisk/rtp_engine.h b/include/asterisk/rtp_engine.h
index fa7fed8a1..55acf6529 100644
--- a/include/asterisk/rtp_engine.h
+++ b/include/asterisk/rtp_engine.h
@@ -81,6 +81,12 @@ extern "C" {
/*! Maximum number of payload types RTP can support. */
#define AST_RTP_MAX_PT 128
+/*!
+ * Last RTP payload type statically assigned, see
+ * http://www.iana.org/assignments/rtp-parameters
+ */
+#define AST_RTP_PT_LAST_STATIC 34
+
/*! First dynamic RTP payload type */
#define AST_RTP_PT_FIRST_DYNAMIC 96