]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add res_pjsip_config_sangoma external module.
authorBen Ford <bford@digium.com>
Fri, 1 Nov 2024 22:04:11 +0000 (17:04 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 14 Nov 2024 20:01:34 +0000 (20:01 +0000)
Adds res_pjsip_config_sangoma as an external module that can be
downloaded via menuselect. It lives under the Resource Modules section.

(cherry picked from commit b8d818bd3c95b588b34c5113692992ca1f91cd0b)

res/res.xml

index 0b34ec90628269d88cab279cd1e246924466e512..61039a557776be4062729ce9d9b071904dd5b8c7 100644 (file)
                </downloader>
        </member_data>
 </member>
+<member name="res_pjsip_config_sangoma" displayname="Download the Sangoma PJSIP Configuration Module for Asterisk. See https://downloads.digium.com/pub/telephony/res_pjsip_config_sangoma.">
+       <support_level>external</support_level>
+       <conflict>no_binary_modules</conflict>
+       <depend>xmlstarlet</depend>
+       <depend>bash</depend>
+       <defaultenabled>no</defaultenabled>
+</member>