[asterisk-bugs] [JIRA] (ASTERISK-28313) ARI: userevents should be delivered via AMI too

Stefan Repke (JIRA) noreply at issues.asterisk.org
Thu Feb 28 06:57:47 CST 2019


Stefan Repke created ASTERISK-28313:
---------------------------------------

             Summary: ARI: userevents should be delivered via AMI too
                 Key: ASTERISK-28313
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28313
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Resources/res_ari_events
    Affects Versions: 16.1.1, 13.24.1, 13.8.2
            Reporter: Stefan Repke
            Severity: Minor


ARI userevents (via POST /ari/events/user/{eventName}) are distributed via AMI if and only if a channel is set as source.

In order to test it:
1. Listen to AMI
2. Create an ARI application
3a. Send userevent (via ARI; to the application) with channel source 
3b. Send userevent (via ARI; to the application) with bridge source 
3c. Send userevent (via ARI; to the application) with endpoint source 
3d. Send userevent (via ARI; to the application) *without* source

Results:
All userevents were delivered to the ARI application.
Only the userevent from case *3a* was delivered to the AMI listener.

Expected results:
All userevents should be delivered to the ARI application *and AMI listeners*.




--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list