panoramisk icon indicating copy to clipboard operation
panoramisk copied to clipboard

asyncio based library to play with asterisk

Results 17 panoramisk issues
Sort by recently updated
recently updated
newest added

Hello, I've been experimenting with panoramisk lately, and I've discovered what I believe to be a bug, and also a potential solution for it. However, I'm opening an issue rather...

Asterisk application UserEvent have name and body. Name is on key, but body is without header at end of message before empty row. AMI event from telnet on asterisk11: Event:...

Hello! Sometimes, asterisk can pull truncated data to agi request. Something like this: `b'agi_network: yes\nagi_network_script: call_income\nagi_request: agi://127.0.0.1:4574/call_income\nagi_channel: SIP/*****-00011487\nagi_language: en\nagi_type: SIP\nagi_uniqueid: 1648407597.170145\nagi_version: 16.17.0\nagi_callerid: ****\nagi_calleridname: \xd0\x90\xd0\xbb\xd0\xb5\xd0\xba\xd1\x81\xd0\xb5\xd0\xb9, Volkswagen Passat, K129\xd0\nagi_callingpres: 0\nagi_callingani2: 0\nagi_callington: 0\nagi_callingtns:...

Continuation of #88 --- This change is [](https://reviewable.io/reviews/gawel/panoramisk/89)

Hi, I'm using this library for a while, thanks for your effort. recently I tried using that for playing dtmf with action playDTMF it plays beep sound but gives error...

Hello, We are trying to call http post API during customer in call, can you pls provide example how to call Post HTTP API in async mode. Regards, bandiphani

Hello, I had a probelm with adding an agent into a queue, with `send_action()` not returning back a message. Dug deeper and found that this line is causing the issue:...

Python 3.7 call = await _AMI_MANAGER.send_action({...}) ``` DEBUG:panoramisk.manager:message interpreted: ERROR:asyncio:Fatal error: protocol.data_received() call failed. protocol: transport: Traceback (most recent call last): File "/usr/local/lib/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received self._protocol.data_received(data) File "/usr/local/lib/python3.7/site-packages/panoramisk/ami_protocol.py",...

When sending the action `QueueAdd` I get no response and it just hangs. I was able to fix this with overriding `Action` and removing the lines 64 & 65: ```...

Hi, i tried a bit but i cannot figure how to fix this behaviour: it appear when the originate call is not answered. No problem if the call is answered...