[asterisk-bugs] [JIRA] (ASTERISK-29302) res_ari: Format cache FRACK when invoking operations
Sanat Aliyev (JIRA)
noreply at issues.asterisk.org
Tue Mar 9 23:21:15 CST 2021
[ https://issues.asterisk.org/jira/browse/ASTERISK-29302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=254114#comment-254114 ]
Sanat Aliyev commented on ASTERISK-29302:
-----------------------------------------
Hi Joshua
It seems like error was caused by 8. POST http://10.34.190.55:8088/ari/channels/externalMedia?app=ari-satan&external_host=172.23.34.19%3A16384&encapsulation=rtp&transport=udp&connection_type=client&format=slin&direction=both request
We changed format parameter from slin to ulaw and crashes disappeared
Maybe it would help somewhere somehow
> res_ari: Format cache FRACK when invoking operations
> ----------------------------------------------------
>
> Key: ASTERISK-29302
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-29302
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_ari
> Affects Versions: 18.1.0, 18.1.1, 18.2.0
> Environment: RHEL8
> Reporter: Igor Yeroshev
> Assignee: Unassigned
> Attachments: 24.02.2021.7z, extensions.conf, messages.7z
>
>
> Hello!
> We try to implement auto dialer with Asterisk ARI Interface.
> When we start calling after several calls we receive Errors
> [Feb 17 10:35:03] ERROR[749178] format_cache.c: FRACK!, Failed assertion bad magic number 0x0 for object 0x11a8ff8 (0)
> [Feb 17 10:35:03] ERROR[749178] : Got 13 backtrace records
> Problem occurs on 18.1.0, 18.1.1, 18.2.0 versions.
> After this errors asterisk was restarted.
> We make this POST requests to make a call.
> 1. POST /ari/bridges?type=mixing (x2)
> 2. POST /ari/channels/create
> 3. POST /ari/channels/variable (x5)
> 4. POST /ari/channels/externalMedia
> 5. POST /ari/channels/snoop
> 6. POST /ari/bridges/addChannel (x3) 7
> 7. POST /ari/channels/dial
> 8. POST /ari/bridges/record
> 9. POST /ari/bridges/play (cycle)
> 10. DELETE /ari/channels
> 11. DELETE /ari/bridges (x2)
> Full log in attach.
> We can reproduce this problem.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list