[Home]

Summary:ASTERISK-27621: (null) string tailing after AsyncAGIEnd AMI event
Reporter:sungtae kim (pchero)Labels:pjsip
Date Opened:2018-01-24 19:55:18.000-0600Date Closed:2018-02-05 12:19:17.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Resources/res_agi
Versions:13.19.0 15.2.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When the Asterisk sending AsyncAGIEnd AMI event, it attaching the (null): string.

```
Event: AsyncAGIEnd
Privilege: agi,all
Channel: PJSIP/pjagent-01-00000000
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum: pjagent-01
CallerIDName: pjagent-01
ConnectedLineNum: <unknown>
ConnectedLineName: <unknown>
Language: en
AccountCode:
Context: sample-agi-async
Exten: s
Priority: 3
Uniqueid: 1516845089.0
Linkedid: 1516845089.0
(null):
```
Comments:By: Asterisk Team (asteriskteam) 2018-01-24 19:55:20.288-0600

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: sungtae kim (pchero) 2018-01-24 20:03:40.331-0600

I think this bug is not only for AsyncAGIEnd event but also seems like affect all the other AMI event as well.
which is deliver the NULL blob data to the "ast_channel_publish_cached_blob()" function.

But could not test other AMI event. I tested only AsyncAGIEnd event.

By: Friendly Automation (friendly-automation) 2018-02-05 12:19:17.842-0600

Change 8151 merged by Jenkins2:
manager.c: Fixed "(null):" header in AMI AsyncAGIEnd event

[https://gerrit.asterisk.org/8151|https://gerrit.asterisk.org/8151]

By: Friendly Automation (friendly-automation) 2018-02-05 12:24:39.964-0600

Change 8047 merged by Jenkins2:
manager.c: Fixed "(null):" header in AMI AsyncAGIEnd event

[https://gerrit.asterisk.org/8047|https://gerrit.asterisk.org/8047]

By: Friendly Automation (friendly-automation) 2018-02-05 12:28:17.621-0600

Change 8150 merged by Jenkins2:
manager.c: Fixed "(null):" header in AMI AsyncAGIEnd event

[https://gerrit.asterisk.org/8150|https://gerrit.asterisk.org/8150]