asterisk / asterisk

The official Asterisk Project repository.
https://www.asterisk.org
Other
2.17k stars 972 forks source link

[bug] AMI event documentations issues #694

Open chrisnormand opened 6 months ago

chrisnormand commented 6 months ago

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 commented 5 months ago

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.

chrisnormand commented 5 months ago

Hello gtjoseph, thanks for your actions ;)

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

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.

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 commented 5 months ago

Thanks. We have an internal issue open for this.

chrisnormand commented 1 week ago

QueueParams Event has "Weight" field missing too