arheops

Results 4 comments of arheops

fast patch for this(very uggly, broke geop functionality) is: `diff -u /usr/lib/python3.4/site-packages/tracking_/models.py /usr/lib/python3.4/site-packages/tracking/models.py --- /usr/lib/python3.4/site-packages/tracking_/models.py 2018-01-11 02:45:14.285486696 -0500 +++ /usr/lib/python3.4/site-packages/tracking/models.py 2018-01-11 02:46:14.637509051 -0500 @@ -7,9 +7,10 @@ from tracking.managers import...

I just not use GEOP. While i should do additional configuration, check i have valid dbs for this simple module? From my point of view it should not rise exception...

> I say that, because I tried using it, AudioSocket client can only handle one connection, while blocking the whole dial plan until the playback has finished. Try it yourself....

I already found issue. In current proxmox it connect to /dev/tty While for some reason in tty file it connect to lxc/console(not exists). So fix is like sed -e 's/lxc\///g'...