Browse Source

WHISTLE-771: remove mod_sofia from modules.conf.xml (so it doesn't autoload)

3.12
James Aimonetti 14 years ago
parent
commit
a710745bc8
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      autoload_configs/modules.conf.xml

+ 3
- 1
autoload_configs/modules.conf.xml View File

@ -16,7 +16,9 @@
<load module="mod_dialplan_xml"/>
<!-- Endpoints -->
<load module="mod_sofia"/>
<!--Removed as ecallmgr will start this interface when we're ready to receive calls-->
<!--More likely to be removed as we go forward, so that we can precisely control each server's resources/interfaces-->
<!--<load module="mod_sofia"/>-->
<load module="mod_loopback"/>
<!-- Applications -->


Loading…
Cancel
Save