[asterisk-bugs] [JIRA] Updated: (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 25 13:17:27 CDT 2012


     [ https://issues.asterisk.org/jira/browse/ASTERISK-20439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaun Ruffell updated ASTERISK-20439:
-------------------------------------

    Attachment: 0001-loader-Ensure-dependent-modules-are-properly-initial.patch

Adding 0001-loader-Ensure-dependent-modules-are-properly-initial.patch which fixes a bug in the module loader.

I did not see this was required before since I had been running "module load chan_sip" from the command line when testing Asterisk 11.

> 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