[asterisk-bugs] [JIRA] (ASTERISK-29972) Duplicated ARI events
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Wed Mar 16 08:02:07 CDT 2022
[ https://issues.asterisk.org/jira/browse/ASTERISK-29972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=258391#comment-258391 ]
Asterisk Team commented on ASTERISK-29972:
------------------------------------------
We appreciate the difficulties you are facing, however information request type issues would be better served in a different forum.
The Asterisk community provides support over IRC, mailing lists, and forums as described at http://asterisk.org/community. The Asterisk issue tracker is used specifically to track issues concerning bugs and documentation errors.
If this issue is actually a bug please use the Bug issue type instead.
Please see the Asterisk Issue Guidelines [1] for instruction on the intended use of the Asterisk issue tracker.
Thanks!
[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines
> Duplicated ARI events
> ---------------------
>
> Key: ASTERISK-29972
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-29972
> Project: Asterisk
> Issue Type: Information Request
> Security Level: None
> Components: Applications/General
> Affects Versions: 18.6.0
> Environment: Asterisk 18.6.0 running on CentOS 7.
> I have an application with python registring a app on asterisk to read events and send de ARI commands.
> Reporter: Vitor Gomes Faria
>
> Hi Guys,
> Im trying to previne problems with recorders in my asterisk, my dialplan is all using ARI reading de events and doing what i have to do.
> But now im trying to read two specifie events RecordingStarted and RecordingFinished and for those cases i ever receive two simultaneous events with the same information.
> I am starting the recorder on a bridge with two channels, i tried start de recorder without channels to see whats happen but the same occurre.
> In the ari debug i see two events , i have just one application registred on ARI.
> ARI DEBUG:
> <--- Sending ARI event to 127.0.0.1:47266 --->
> {
> "type": "RecordingFinished",
> "timestamp": "2022-03-16T09:27:20.443-0300",
> "recording": {
> "name": "temp/0500000012347491424898",
> "format": "wav",
> "state": "done",
> "target_uri": "bridge:adb4343c-e46b-465a-ad80-cc2d1b3d1f8e",
> "duration": 19
> },
> "asterisk_id": "08:00:27:8e:4e:31",
> "application": "dialer"
> }
> <--- Sending ARI event to 127.0.0.1:47266 --->
> {
> "type": "RecordingFinished",
> "timestamp": "2022-03-16T09:27:20.443-0300",
> "recording": {
> "name": "temp/0500000012347491424898",
> "format": "wav",
> "state": "done",
> "target_uri": "bridge:adb4343c-e46b-465a-ad80-cc2d1b3d1f8e",
> "duration": 19
> },
> "asterisk_id": "08:00:27:8e:4e:31",
> "application": "dialer"
> The problem with this is that I can't tell the events apart and I double-flow for those events.
> This is normal ? Why does it happen?
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list