[Home]

Summary:ASTERISK-26683: res_calendar: Calendars duplicated after module reload
Reporter:Martin Tomec (matesstar)Labels:
Date Opened:2016-12-30 06:53:03.000-0600Date Closed:2017-01-17 18:44:52.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_calendar
Versions:GIT Frequency of
Occurrence
Constant
Related
Issues:
Environment:centos 6.3Attachments:
Description:After applying patch from ASTERISK-26422, I have tried to reload some calendars. New calendars are loaded, but the old remains, as can be seen:
{noformat}
asttest*CLI> calendar show calendars
Calendar             Type       Status
--------             ----       ------
test2                ical       busy
asttest*CLI> module reload res_calendar.so
Module 'res_calendar.so' reloaded successfully.
asttest*CLI> calendar show calendars
Calendar             Type       Status
--------             ----       ------
test2                ical       busy
test2                ical       busy
{noformat}
I will try to submit patch in gerrit.
Comments:By: Asterisk Team (asteriskteam) 2016-12-30 06:53:04.616-0600

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

By: Friendly Automation (friendly-automation) 2017-01-17 18:44:53.668-0600

Change 4683 merged by zuul:
res_calendar: delete old calendars after reload

[https://gerrit.asterisk.org/4683|https://gerrit.asterisk.org/4683]