[asterisk-bugs] [JIRA] Created: (ASTERISK-20449) Do not fail load of chan_sip if res_http_websocket is not loaded

Rusty Newton (JIRA) noreply at issues.asterisk.org
Wed Sep 19 17:24:27 CDT 2012


Do not fail load of chan_sip if res_http_websocket is not loaded
----------------------------------------------------------------

                 Key: ASTERISK-20449
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20449
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Channels/chan_sip/WebSocket
    Affects Versions: 11.0.0-beta1
            Reporter: Shaun Ruffell


If res_http_websocket isn't loaded before chan_sip Asterisk will crash.

This is a regression since After updating to Asterisk-11 beta1, the following /etc/asterisk/modules.conf will cause Asterisk to abort load:

{noformat}
[modules]
autoload=no
load => pbx_config.so
noload => res_timing_dahdi.so
load => res_timing_timerfd.so
load => chan_dahdi.so
load => chan_sip.so
load => app_dial.so
{noformat}


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list