staskobzar / amiws

Asterisk Management Interface (AMI) to Web-socket proxy
GNU General Public License v3.0
85 stars 50 forks source link

Do you have anyplan for update mongoose version to newer ? (moongoose 6.18 is OK ) #45

Open ringneck opened 1 year ago

ringneck commented 1 year ago

Hi.

now moongoose version is 6.7. maybe it is old.

i tried change mongoose.h mongoose.c but i could not make.

anyway, change last version of frozen.h frozen.c is OK moongoose 6.18 is OK

thank you.

staskobzar commented 1 year ago

Hi, Yes, I know it is already due to upgrade mongoose libs but with my work I do not know when I will be able to do that. Maybe someone can contribute this update. Probably mongoose API has been changed some time ago and amiws need to be updated accordingly

Shkiperon commented 1 year ago

https://github.com/staskobzar/amiws/pull/48 I'm created PR (fix tests and update mongoose for successful build on Debian and Fedora with SSL support).

staskobzar commented 1 year ago

Thank you @Shkiperon ! PR is merged