alex-eri

Results 107 comments of alex-eri

@arm-computech from?

tls is default. If you using tcp - you need to switch setting.

@arm-computech if using pjsip you can get it with AMI Python code works with android version ``` import panoramisk m = panoramisk.Manager( host=cfg['host'], username=cfg['username'], secret=cfg['secret']) await m.connect() def on_uri(uri): return...

Если "облачному сервису" нужна новая версия браузера - пусть вывесит банер в пол экрана и надоедает пользователю пока тот не скачает и обновит его. Если не нужна - "работает -...

Quick fix is using shebang `#!/usr/bin/env python2` instead of `python`

``` Syncing files to device Linux... [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null) #0 VlcPlayerApi.initialize (package:flutter_vlc_player_platform_interface/src/messages/messages.dart:597:7) ``` tried add platform on plugin

js library missed Uncaught ReferenceError: Ajax is not defined

i injected prototype.js and have 404-page on chat send and recieve.

strace access("/usr/local/lib64/accel-ppp/pptp", F_OK) = -1 ENOENT (No such file or directory) access("/usr/local/lib64/accel-ppp/libpptp.so", F_OK) = -1 ENOENT (No such file or directory)

``` git clone https://github.com/xebd/accel-ppp.git mkdir accel-ppp-build cd accel-ppp-build/ cmake ../accel-ppp -DRADIUS=FALSE -DNETSNMP=TRUE -DSHAPER=TRUE -DCPACK_TYPE=Debian11 cpack -G DEB ```