Roman Pertsev
Roman Pertsev
@soloma83 this fix makes some trouble. Try this code (and make some call) before fix and after ``` import time from settings import login, connection from asterisk.ami import AMIClient, SimpleAction...
> I do not think that handling event list via callback is the right choice. It detaches output and to get response you need a lot supplementary things to do...
@soloma83 I finally found whats wrong! Your fix works, but regex for asterisk_end_list_regex will be: `re.compile(b'EventList: Complete\r\n, re.IGNORECASE | re.MULTILINE)` It works on asterisk 13+ Thank you.
not only tmux problem with scrolling. Only downgrade to 0.74.4.13 solved problem
Keep the connection to AMI and listen events is the best practice!
Confirm. 0.2.7 same problem. 0.2.5 stable
PreUp Optionally run a command before the interface is brought up. This option can be specified multiple times, with commands executed in the order they appear in the file. Examples...
Use case: 1. Before connecting, we send several random packets to the WG-server to confuse the ISP mechanisms like DPI and other 2. Connecting to WG-server Just now this case...