[Home]

Summary:ASTERISK-21407: [patch] features_shutdown doesn't finish cleanup
Reporter:Corey Farrell (coreyfarrell)Labels:
Date Opened:2013-04-10 20:11:56Date Closed:2013-04-26 16:21:38
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/General
Versions:SVN 1.8.22.0 11.4.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:( 0) features_shutdown.patch
( 1) features_shutdown-r2.patch
Description:features_shutdown doesn't unregister CLI.  It also doesn't wait for parking_thread to cancel before unref'ing parkinglots.
Comments:By: Corey Farrell (coreyfarrell) 2013-04-10 20:14:08.684-0500

* Unregister CLI
* Wait for parking_thread to stop before unref'ing parkinglots

By: Corey Farrell (coreyfarrell) 2013-04-23 16:44:04.695-0500

Updated patch to also unregister pbx extensions on shutdown.