[Home]

Summary:ASTERISK-18737: AGI Park command attempts to double park the call.
Reporter:Richard Mudgett (rmudgett)Labels:
Date Opened:2011-10-19 11:24:22Date Closed:2011-10-20 16:55:59
Priority:MinorRegression?
Status:Closed/CompleteComponents:
Versions:1.8.8.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In res_agi.c:handle_exec() if the application to execute is Park, the code parks the call using ast_masq_park_call() and then executes the Park application.

Whatever was intended, double parking is likely not a GoodThing(tm). :)
Comments: