[asterisk-bugs] [JIRA] Created: (ASTERISK-20439) Do not fail load of chan_sip if res_http_websocket is not loaded
Shaun Ruffell (JIRA)
noreply at issues.asterisk.org
Tue Sep 18 13:35:27 CDT 2012
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
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