<div dir="ltr"><div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Tue, Oct 23, 2018 at 1:35 PM Dan Cropp <<a href="mailto:dan@amtelco.com">dan@amtelco.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The res_pjsip_transport_websocket failing to load seems to be a conflict with the chan_sip.so loading.<br>
<br>
When I make the chan_sip.so not load, res_pjsip_transport_websocket.so does load.<br>
<br>
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?<br></blockquote><div><br></div><div>res_pjsip_transport_websocket.so will fail to load if chan_sip is configured to handle</div><div>websockets.  Only one channel driver can provide websocket services at a time.</div><div>Either disable support in chan_sip's sip.conf (websocket_enabled = no) or don't load</div><div>the res_pjsip_transport_websocket.so module.</div><div><br></div><div>From sip.conf.sample:<br></div><div>;websocket_enabled = true       ; Set to false to prevent chan_sip from listening to websockets.  This<br>                                ; is needed when using chan_sip and res_pjsip_transport_websockets on<br>                                ; the same system.<br></div><div><br></div><div>Richard</div><br></div></div></div>