[asterisk-users] After updating to 16 "Some non-required modules failed to load"

Richard Mudgett rmudgett at digium.com
Tue Oct 23 17:00:33 CDT 2018


On Tue, Oct 23, 2018 at 1:35 PM Dan Cropp <dan at amtelco.com> wrote:

> The res_pjsip_transport_websocket failing to load seems to be a conflict
> with the chan_sip.so loading.
>
> When I make the chan_sip.so not load, res_pjsip_transport_websocket.so
> does load.
>
> We have customers who need chan_sip and chan_pjsip, so we need to load
> both.  Is there a way to make the res_pjsip_transport_websocket load after
> the chan_sip?
>

res_pjsip_transport_websocket.so will fail to load if chan_sip is
configured to handle
websockets.  Only one channel driver can provide websocket services at a
time.
Either disable support in chan_sip's sip.conf (websocket_enabled = no) or
don't load
the res_pjsip_transport_websocket.so module.

>From sip.conf.sample:
;websocket_enabled = true       ; Set to false to prevent chan_sip from
listening to websockets.  This
                                ; is needed when using chan_sip and
res_pjsip_transport_websockets on
                                ; the same system.

Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20181023/08249829/attachment.html>


More information about the asterisk-users mailing list