[Home]

Summary:ASTERISK-11572: [patch] Reload of persistent members (if enabled) on module reload
Reporter:pliew (pliew)Labels:
Date Opened:2008-03-04 17:28:20.000-0600Date Closed:2008-04-01 14:15:05
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) diff.out
Description:Currently, if persistent members are enabled, they are reloaded on restart but not on module reload (which is whenever changes are made). This patch is a simple 3 liner to include the reload of members.
Comments:By: Mark Michelson (mmichelson) 2008-03-18 14:27:05

I'm not sure I understand the problem you're addressing here. Dynamic queue members are not touched when queues are reloaded, and that is by design. Also, the patch you have provided is not in unified format and gives no context for where you inserted that call. I assumed that you may have meant to put that in the reload() function, but doing that will not actually accomplish anything different.

Could you elaborate on what the exact problem is that you're seeing?

By: pliew (pliew) 2008-03-27 18:20:06

My bad, the problem exists in 1.4.12 - reload of app_queue module drops dynamic members. It works ok in 1.4.18.1. But because of stability issues with 1.4.18.1 our end users are running 1.4.12. Will have to wait to test when 1.4.19 comes out. Thanks.

By: Mark Michelson (mmichelson) 2008-04-01 14:15:05

Closing since this has been fixed.