gawel / panoramisk

asyncio based library to play with asterisk
https://panoramisk.readthedocs.io/
MIT License
151 stars 50 forks source link

AMI: fix QueueAdd multi message wrong detect #116

Closed romkazor closed 8 months ago

romkazor commented 8 months ago

Due to the specifics of the library and AMI, many users do not receive a response QueueAdd, although other actions such as QueueRemove and others work fine. Of course, you can add a parameter like as_list=False, but it's wrong when the same type of actions work differently. For example #54 and #92

gawel commented 8 months ago

LGTM. Thanks