Summary: | ASTERISK-24656: AMI: Protocol errors | ||||||
Reporter: | Richard Mudgett (rmudgett) | Labels: | |||||
Date Opened: | 2015-01-02 18:55:00.000-0600 | Date Closed: | |||||
Priority: | Major | Regression? | |||||
Status: | Open/New | Components: | Channels/chan_iax2 Channels/chan_pjsip Core/ManagerInterface | ||||
Versions: | 13.1.0 | Frequency of Occurrence | Constant | ||||
Related Issues: |
| ||||||
Environment: | Attachments: | ||||||
Description: | This is a follow on to ASTERISK-24049.
* The AMI action IAXpeers does not setup the given ActionID value for the {{PeerEntry}} list event even though the lower level code would send it. * The usage of {{ast_sip_create_ami_event()}} needs to be audited. An allocation failure uses {{astman_send_error_va()}} even though the caller may have started a list series. This violates the AMI protocol action/response pattern by sending two responses to the original AMI action request. | ||||||
Comments: |