[asterisk-bugs] [JIRA] (ASTERISK-30344) Memory leaks in ARI when using Content-Type: application/json
Saken (JIRA)
noreply at issues.asterisk.org
Thu Dec 8 04:16:51 CST 2022
Saken created ASTERISK-30344:
--------------------------------
Summary: Memory leaks in ARI when using Content-Type: application/json
Key: ASTERISK-30344
URL: https://issues.asterisk.org/jira/browse/ASTERISK-30344
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Resources/res_ari
Affects Versions: 20.0.1, 18.15.1, 18.11.3
Environment: Red Hat Enterprise Linux 8.5
jansson-2.14-1.el8.x86_64
Reporter: Saken
Severity: Major
To make calls, we use ARI requests with Content-Type: application/json
Memory leaks when creating a channel with variables.
We tried latest 18.11.3, 18.15.1 and 20.0.1 and all these versions are affected.
Steps to reproduce:
1. Run asterisk with MALLOC_DEBUG
2. Check memory allocation in json
asterisk -rx 'memory show summary' | grep json.c
3. Create a channel through postman
Example POST request with Body in JSON format:
http://asteriskhost:8088/ari/channels/create?endpoint=PJSIP%2F8707398****%40cusp&app=test&channelId=26&api_key=asterisk:asterisk
{ "variables": {
"CHANNEL(hangup_handler_push)": "hdlr1,s,1", "callid": "38", "callbackdatetime": "2022-12-07 17:19:00", "priority": "priority", "phone": "8707398****", "clientid": "clientid", "agreementid": "agreementid", "CONNECTEDLINE(num)": "9013****", "linetype": "Outbound", "skillgroupnumber": "skillgroupnumber", "sourcesystem": " ", "mode": "auto", "camptype": "auto"} }
4. Check memory allocation in json after creating channel
asterisk -rx 'memory show summary' | grep json.c
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list