| Summary: | ASTERISK-22142: res_parking: fix module unloading | ||
| Reporter: | Matt Jordan (mjordan) | Labels: | Asterisk12 |
| Date Opened: | 2013-07-20 16:59:04 | Date Closed: | 2013-08-17 10:11:02 |
| Priority: | Major | Regression? | |
| Status: | Closed/Complete | Components: | Core/General |
| Versions: | 12 | Frequency of Occurrence | |
| Related Issues: | |||
| Environment: | Attachments: | ||
| Description: | {{res_parking}} needs to be unloadable. The fact that it isn't implies that there are some significant lifetime issues with its objects.
If something is using a feature provided by {{res_parking}}, it should bump the {{res_parking}} module use count. | ||
| Comments: | By: Kinsey Moore (kmoore) 2013-08-15 13:27:23.734-0500 The change to accomplish this is up for review here: https://reviewboard.asterisk.org/r/2763/ | ||