You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have installed Opensips 3.1.3 using Docker pull from dockerhub and after installing opensips-cli, when I run the command I get the following errors
opensips-cli -x diagnose sip
ERROR: Failed to subscribe for JSON-RPC events
ERROR: Is the event_stream.so OpenSIPS module loaded?
Hi, @sunitha-ramki! You must explicitly add a loadmodule "event_stream.so" line in your /etc/opensips/opensips.cfg file, before the diagnose feature can work, then restart the opensips. Did you perform this step?
Hi,
I have installed Opensips 3.1.3 using Docker pull from dockerhub and after installing opensips-cli, when I run the command I get the following errors
opensips-cli -x diagnose sip
ERROR: Failed to subscribe for JSON-RPC events
ERROR: Is the event_stream.so OpenSIPS module loaded?
I followed the install instruction from
https://github.com/OpenSIPS/opensips-cli/blob/master/docs/INSTALLATION.md
from diagnose.py for sip diagnose.
when I print the version and events I get
['msg processing']
{'major': '3', 'minor': '1'}
I even restarted opensips with /etc/init.d/opensips restart (though it does not show any text on terminal after this command)
Can you please let me know whether I have to do something lese to get this working?
Thanks
ramki
The text was updated successfully, but these errors were encountered: