NumminorihSF / ami-io

Use node.js or io.js to manage Asterisk through AMI
MIT License
30 stars 16 forks source link

Add support for new Asterisk events (e.g., PJSIP events) #38

Open sombo20 opened 2 months ago

sombo20 commented 2 months ago

Description:

Context: Currently, the ami library supports a variety of Asterisk events through the Manager interface. However, with recent updates to Asterisk to newer versions, new events have been introduced, especially related to the PJSIP protocol.

Proposal: This issue aims to add support for the new Asterisk events, with a special focus on events related to PJSIP. Some of the events we would like to include are:

Proposed Steps:

  1. Research and document the new events introduced in the latest versions of Asterisk, especially those related to the PJSIP protocol.
  2. Update the ami library to recognize and process the new events properly.
  3. Test the changes to ensure that the new events are processed correctly and do not cause regressions in existing functionalities.

Notes: This is a significant contribution that will benefit users of the ami library, enabling them to leverage the latest features of Asterisk. We appreciate in advance the community and project maintainers' review and feedback.

sombo20 commented 2 months ago

@oxygen @NumminorihSF

sombo20 commented 1 week ago

@oxygen @NumminorihSF