[Home]

Summary:ASTERISK-26323: hangup handlers not working from lua
Reporter:Rajesh Kumar Sahoo (rajesh6115)Labels:
Date Opened:2016-08-30 00:54:38Date Closed:2016-08-30 05:10:04
Priority:MinorRegression?
Status:Closed/CompleteComponents:PBX/pbx_lua
Versions:13.1.0 Frequency of
Occurrence
Related
Issues:
duplicatesASTERISK-26322 hangup handlers not working from lua
Environment:ubuntu 16.04Attachments:
Description:i want to attach a hangup handler to newly created channels in Dial application.But below methods are not working.
1) channel.hangup_handler_push='hangup-handlers,s,1'
2) channel['hangup_handler_push']='hangup-handlers,s,1'
But using application Set it is working.
3) app.Set('CHANNEL(hangup_handler_push)=hangup-handlers,s,1')

For More details,
http://stackoverflow.com/questions/39207289/asterisk-hangup-handler-using-lua/39212653
Comments:By: Asterisk Team (asteriskteam) 2016-08-30 00:54:38.929-0500

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].