[asterisk-bugs] [JIRA] Closed: (ASTERISK-20439) Do not fail load of chan_sip if res_http_websocket is not loaded
Digium Subversion (JIRA)
noreply at issues.asterisk.org
Thu Sep 27 12:11:27 CDT 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Digium Subversion closed ASTERISK-20439.
----------------------------------------
Resolution: Fixed
> Do not fail load of chan_sip if res_http_websocket is not loaded
> ----------------------------------------------------------------
>
> Key: ASTERISK-20439
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-20439
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_sip/WebSocket
> Affects Versions: 11.0.0-beta1
> Reporter: Shaun Ruffell
> Attachments: 0001-chan_sip-websocket-support-is-an-optional-API.patch, 0001-loader-Ensure-dependent-modules-are-properly-initial.patch
>
>
> 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