pipobscure / NodeJS-AsteriskManager

NodeJS Asterisk Manager API
Other
249 stars 103 forks source link

no response for Action: PJSIPShowEndpoints #64

Open vivek8690 opened 5 years ago

vivek8690 commented 5 years ago

Screenshot 2019-05-02 at 3 55 04 PM

micodix commented 2 years ago

Hi,

if your Asterisk can basically process the request and returns a response, the library will forward it. That's because the library simply passes all AMI events (and action responses) from Asterisk transparently to the client. Do you listen for the response event?