ZULU server will not start after upgrade

I have a problem similar to this: Since upgade to SNG7, Zulu is stuck disabled, pending upgrade to 14.0.27

I have tried the solutions suggested…

SIP Channel Driver must be set to both or chan_pjsip in Advanced Settings. Then restart Asterisk

PJSIP Transports for WS and WSS must be enabled in Asterisk SIP Settings under the Chan PJSIP Settings tab. Then restart Asterisk

~# asterisk -rx 'module load res_pjsip_transport_websocket.so'
Unable to load module res_pjsip_transport_websocket.so
Command 'module load res_pjsip_transport_websocket.so' failed.

~# asterisk -rx 'module show like res_pjsip_transport_websocket'
Module                         Description                              Use Count  Status      Support Level
res_pjsip_transport_websocket.so PJSIP WebSocket Transport Support        0          Not Running core
1 modules loaded

On the Dashboard it says: “Invalid Websocket Transport for Zulu
Unable to enable websocket driver!”

Have you seen this page:
https://wiki.freepbx.org/display/ZU/Zulu+3+Server+Installation

Thankyou.

No I hadn’t but I just ran through the instructions. One warning about "npm WARN deprecated [email protected]: Package no longer supported. Contact [email protected] for more info. " but otherwise all seemed okay.

Did service asterisk restart

However the issue still exists.

This is what is shown on the Module Admin page:

Zulu 13.0.54.31.5 Stable Sangoma Technologies Corporation Commercial Enabled

But the server status under the Zulu meny is “Not Running”

~# service asterisk restart
Stopping safe_asterisk:                                    [  OK  ]
Shutting down asterisk:                                    [  OK  ]
Starting asterisk:                                         [  OK  ]
~# asterisk -rx 'module load res_pjsip_transport_websocket.so'
Unable to load module res_pjsip_transport_websocket.so
Command 'module load res_pjsip_transport_websocket.so' failed.

That doesn’t tell us much, what is the output of:

asterisk -x "pjsip show transports" | grep ws

Nothing shows up

And you saw the part on the wiki page about ensuring that res_pjproject.so was not present on the noload tab in Asterisk Modules?

ooops… missed that.

Fixed it. Good call. Thanks

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.