Stas Kobzar
Stas Kobzar
Hello, See if there any errors in your browser's web development console and "Network" tab to see if there is anything wrong
Hello, The message "Too many lines in message or allocation failure" is received from Asterisk manager.c module. This may be that the Action has been generated with invalid data of...
you might need to install development library (libyaml-devel) as well ``` yum install libyaml-devel libyaml ``` I have tried it and it works for me.
there are a lot of changes in the API. Replacing files gives many errors and warnings, like: ``` amiws_lib.c:39:3: error: too many arguments to function ‘mg_mgr_init’ 39 | mg_mgr_init(&mgr, NULL);...
Hello, No, nothing I can think about. I am not aware of anything that can send AMI events besides Asterisk. If you need custom event you can try dialplan application:...
Hello, Did you try with the AMI server header described here: https://github.com/staskobzar/amiws#special-header-amiserverid ``` sock.send(JSON.stringify({"Action": "CoreStatus", "AMIServerID": 1})); ```
Hello, You are right, thanks. In this project the front-end part is considered as an example that shows how to use amiws proxy. It is not supposed to be used...
Hello, This is not back-end/c. Back-end is simply send all AMI events to web-socket. The time is processed in the Front-end. When the page is reloaded, it send AMI command...
It looks like amiws is not compatible with new version of openssl. I am not sure I will be able to upgrade it any time soon as I am busy...
@galipmedia thank you. I will test it and document your idea in README