mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-23 08:49:21 -07:00
Merge "rtp_engine: Remove the double assigned RTP payload ID of H.263+." into 13
This commit is contained in:
+1
-1
@@ -2755,7 +2755,7 @@ int ast_rtp_engine_init(void)
|
||||
add_static_payload(31, ast_format_h261, 0);
|
||||
add_static_payload(34, ast_format_h263, 0);
|
||||
add_static_payload(97, ast_format_ilbc, 0);
|
||||
add_static_payload(98, ast_format_h263p, 0);
|
||||
|
||||
add_static_payload(99, ast_format_h264, 0);
|
||||
add_static_payload(101, NULL, AST_RTP_DTMF);
|
||||
add_static_payload(102, ast_format_siren7, 0);
|
||||
|
||||
Reference in New Issue
Block a user