Roman Pertsev
Roman Pertsev
Docker version 1.7.1, build 786b29d/1.7.1 docker run -v /python/docker/settings:/python/settings --net=host --restart always -tid test/test:0.1
Hotkey on start/stop please.
How add custom header to access log? User-Agent or Authorization, etc.? Thanks.
show full await _AMI_MANAGER.send_action({...})
try to add 'Async': 'true'
Hello, for me is same. Python 3.6.8, windows 10, setExpiration wont working and static closed after 5 seconds. And if try to use addAction then notification is permanent. How to...
Да, но только при протесте или подаче бана. При сбросе пароля есть и логи и соответственно письмо.
Парни, в итоге есть версия в которой все работает без плясок с бубнами? Т.е. скачал, установил, прописал данные от почтовика и все. Спасибо.
I wrote ugly fix, but it works, in event.py after 39 string: before: ``` try: (key, value) = lines[i].split(': ', 1) if key in Event.parsers: ``` after: ``` try: chanvaris...
You should use callback method: ``` ... from asterisk.ami.action import SimpleAction def callback_response(response): print(response) action = SimpleAction('Status') client.send_action(action,callback=callback_response) ``` Please, read the documentation and examples on the main page.