Closed InterLinked1 closed 1 year ago
I realized it is unneccesary as the detroy callback for the datastore should already do it; don't want two events. Was going to test when I relized this was redundant, but got sidetracked before I pulled it back out.
I realized it is unneccesary as the detroy callback for the datastore should already do it; don't want two events. Was going to test when I relized this was redundant, but got sidetracked before I pulled it back out.
Can you explain how it's unnecessary exactly? The variables aren't defined at all in that function. As such, it doesn't compile without this change.
Edit: Ah, I see, you just removed that code altogether - that works too!
Fixes a minor issue with the new addition. With this, everything builds perfectly with Asterisk 20 and 21.