Skip to content

Commit d2cb782

Browse files
author
Ryan Colobong
committed
- Remove erlang module in sipxfreeswitch
- Default to new web portal in sipXconfig admin configuration
1 parent beb1931 commit d2cb782

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

sipXconfig/etc/sipxfreeswitch.cf

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ any::
102102
<load module=\"mod_logfile\"/>
103103
<load module=\"mod_xml_rpc\"/>
104104
<load module=\"mod_event_socket\"/>
105-
<load module=\"mod_erlang_event\"/>
106105
<load module=\"mod_portaudio\"/>
107106
<load module=\"mod_sofia\"/>
108107
<load module=\"mod_loopback\"/>

sipXconfig/etc/sipxpbx/sipxconfig/admin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<type>
178178
<boolean/>
179179
</type>
180-
<value>1</value>
180+
<value>0</value>
181181
</setting>
182182
</group>
183183
<group name="config-change-audit">

sipXconfig/sipxconfig.spec.in

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Requires: ruby
8686
Requires: rubygems
8787
Requires: freeswitch >= 1.0.7
8888

89+
Requires: openssh-clients
90+
8991
# Dependency for kamailio integration
9092
Requires: sipxkamailio >= %version
9193
Requires: kamailio >= 4.3

0 commit comments

Comments
 (0)