Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] AMI event documentations issues #694

Open
chrisnormand opened this issue Mar 20, 2024 · 3 comments
Open

[bug] AMI event documentations issues #694

chrisnormand opened this issue Mar 20, 2024 · 3 comments
Labels
bug support-level-core Functionality with core support level

Comments

@chrisnormand
Copy link

chrisnormand commented Mar 20, 2024

Event QueueMember is missing.
Event QueueParams has an error in its description, field "queue" is not present and described for "max".
Event RTCSent missing "to" and "MES" fields
Event RTCPReceived missing "from" and "MES" fields

@gtjoseph
Copy link
Member

gtjoseph commented Apr 5, 2024

The "to" and "from" fields are on the RTCPSent and RTCPReceived events as "To" and "From". The rest are issues that need to be fixed in the Asterisk source code so I'm moving this issue to the "asterisk" repo.

@gtjoseph gtjoseph transferred this issue from asterisk/documentation Apr 5, 2024
@github-actions github-actions bot added the triage label Apr 5, 2024
@gtjoseph gtjoseph changed the title Documentations issues [bug] AMI event documentations issues Apr 5, 2024
@gtjoseph gtjoseph added bug support-level-core Functionality with core support level and removed triage labels Apr 5, 2024
@chrisnormand
Copy link
Author

Hello gtjoseph, thanks for your actions ;)

Here are some more details about the file and the doc issues I found :

  • app_queue.c

QueueMember Event is not documented (but referenced in QueueEntry and QueueParams events)
QueueParams Event has "Queue" field missing and "Max" field is described like the Queue field should.

  • rtp_engine.c

RTCPReceived Event: 'To' and 'MES' fields are not listed in the doc section
RTCPSent Event : 'From' and 'MES' fields are not listed in the doc section

Regards.
Chris.

@gtjoseph
Copy link
Member

Thanks. We have an internal issue open for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug support-level-core Functionality with core support level
Projects
None yet
Development

No branches or pull requests

2 participants