Skip to content

Commit 711f73a

Browse files
committed
Removed fix till 2.2.30
1 parent 933be5c commit 711f73a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apply-config-sample.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,3 @@ xmlstarlet edit --inplace --update '//profile/settings/param[@name="ext-rtp-ip"]
9292
xmlstarlet edit --inplace --update '//profile/settings/param[@name="ext-sip-ip"]/@value' --value "\$\${external_sip_ip}" /opt/freeswitch/etc/freeswitch/sip_profiles/external.xml
9393
xmlstarlet edit --inplace --update '//X-PRE-PROCESS[@cmd="set" and starts-with(@data, "external_rtp_ip=")]/@data' --value "external_rtp_ip=$PUBLIC_IP" /opt/freeswitch/etc/freeswitch/vars.xml
9494
xmlstarlet edit --inplace --update '//X-PRE-PROCESS[@cmd="set" and starts-with(@data, "external_sip_ip=")]/@data' --value "external_sip_ip=$PUBLIC_IP" /opt/freeswitch/etc/freeswitch/vars.xml
95-
96-
echo "Fix till 2.2.30 - https://github.com/bigbluebutton/bigbluebutton/issues/9667"
97-
yq w -i /usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml public.media.sipjsHackViaWs true
98-
sed -i 's/https/http/g' /etc/bigbluebutton/nginx/sip.nginx
99-
sed -i 's/7443/5066/g' /etc/bigbluebutton/nginx/sip.nginx

0 commit comments

Comments
 (0)