FT

Results 12 comments of FT

Any progress here? I've got the same issue and can't find the cause :-( astmanproxy on raspberry pi 3b+ with latest raspbian would be just cool!

I've started astmanproxy with "astmanproxy -dddddddddd" but got no output at all. CPU load is up to 100% on one core. Nothing else. No idea where to look for the...

Here is the strace output (just compiled the latest release which is 1.28.3 at the moment): `root@pi:/etc/asterisk# strace -ttT astmanproxy -ddddd 10:02:20.732127 execve("/usr/local/sbin/astmanproxy", ["astmanproxy", "-ddddd"], [/* 20 vars */]) =...

The above strace was from the latest raspbian version. Here is a strace generated on a CentOS 7 1810 on a Raspberry Pi 3B+: `[root@localhost asterisk]# strace -ttT astmanproxy -ddddd...

The exact same config works just fine on a x86 machine. Right away. I've tried to remove any ssl related config from astmanproxy but the issue is still existent.

Maybe some output from the compiling - I think there is an issue with SSL on the way that I didn't pay attention to earlier. `root@raspberrypi:/home/pi/astmanproxy# make gcc -Wall -O2...

So these two lines might be the issue: src/ssl.c: In function 'init_secure': src/ssl.c:59:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] meth = SSLv23_server_method(); ^ src/ssl.c: In function...

Hmm. It does work just fine on a x86 machine with the same openssl version. So I guess it's something in the code that is using something special to x86...

Is there a docker container available for astmanproxy? I'd appreciate to know whether someone managed to got it up'n running ...

FYI: I've build a quick'n dirty docker container for astmanproxy: https://github.com/ftaeger/docker-astmanproxy and also published it on docker hub https://hub.docker.com/r/ftaeger/astmanproxy Enjoy. Works like a charme on a x86 docker host (not...