[Asterisk-code-review] codec opus: Add download ability to menuselect (asterisk[14.0])

George Joseph asteriskteam at digium.com
Tue Sep 27 13:37:22 CDT 2016


George Joseph has submitted this change and it was merged.

Change subject: codec_opus: Add download ability to menuselect
......................................................................


codec_opus: Add download ability to menuselect

Updated codecs/codecs.xml to add codec_opus to the external
download list.

ASTERISK-26409

Change-Id: Ia07b36539f30e852125fb2b94147dc9774df31a4
(cherry picked from commit 2cdab0e36eec4997ca3bd85aa09efc477038e31c)
---
M codecs/codecs.xml
1 file changed, 7 insertions(+), 0 deletions(-)

Approvals:
  George Joseph: Looks good to me, approved; Verified



diff --git a/codecs/codecs.xml b/codecs/codecs.xml
index ac3c6e6..0b4e2a4 100644
--- a/codecs/codecs.xml
+++ b/codecs/codecs.xml
@@ -1,3 +1,10 @@
+<member name="codec_opus" displayname="Download the Opus codec from Digium.  See http://downloads.digium.com/pub/telephony/codec_opus/README.">
+	<support_level>external</support_level>
+	<depend>xmlstarlet</depend>
+	<depend>bash</depend>
+	<depend>res_format_attr_opus</depend>
+	<defaultenabled>no</defaultenabled>
+</member>
 <member name="codec_silk" displayname="Download the SILK codec from Digium.  See http://downloads.digium.com/pub/telephony/codec_silk/README.">
 	<support_level>external</support_level>
 	<depend>xmlstarlet</depend>

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia07b36539f30e852125fb2b94147dc9774df31a4
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14.0
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>



More information about the asterisk-code-review mailing list