[Asterisk-code-review] rtp engine: Init a format-attribute module to its RFC defaults. (asterisk[11])

Alexander Traud asteriskteam at digium.com
Tue Nov 10 09:32:04 CST 2015


Alexander Traud has uploaded a new change for review.

  https://gerrit.asterisk.org/1594

Change subject: rtp_engine: Init a format-attribute module to its RFC defaults.
......................................................................

rtp_engine: Init a format-attribute module to its RFC defaults.

Previously, format-attribute modules relied on an existing fmtp line in SDP
negotiation. However, fmtp is optional for several formats like the Opus Codec.
Now, the format-attribute module is called with an empty fmtp, which allows the
module to initialise itself to RFC defaults. Furthermore now, Asterisk is able
to differentiate between internally and externally created formats.

ASTERISK-25537 #close

Change-Id: I28f680cef7fdf51c0969ff8da71548edad72ec52
---
M main/rtp_engine.c
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/94/1594/1

diff --git a/main/rtp_engine.c b/main/rtp_engine.c
index 944c477..422a297 100644
--- a/main/rtp_engine.c
+++ b/main/rtp_engine.c
@@ -621,6 +621,8 @@
 			ast_format_set(&type->format, AST_FORMAT_G726_AAL2, 0);
 		}
 
+		ast_format_sdp_parse(&type->format, "");
+
 		if (instance && instance->engine && instance->engine->payload_set) {
 			instance->engine->payload_set(instance, pt, type->asterisk_format, &type->format, type->rtp_code);
 		}

-- 
To view, visit https://gerrit.asterisk.org/1594
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I28f680cef7fdf51c0969ff8da71548edad72ec52
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 11
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>



More information about the asterisk-code-review mailing list