asterisk / asterisk

The official Asterisk Project repository.

Home Page:https://www.asterisk.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] AMI event documentations issues

chrisnormand opened this issue · comments

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

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.

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.

Thanks. We have an internal issue open for this.