[Home]

Summary:ASTERISK-10828: [patch] Prevent an asterisk crash if we do a 'module unload app_dial.so'
Reporter:Eliel Sardanons (eliel)Labels:
Date Opened:2007-11-19 18:46:39.000-0600Date Closed:2007-11-26 16:37:39.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_dial.c.patch
( 1) app_queue.c.patch
Description:If we do a module unload app_dial.so and then we run on the CLI:
'dialplan show'
asterisk will crash, because registrar in the contexts structure of the created app_dial context is pointing to a non existent memory address and the 'not needed' context is still there.
Comments:By: Eliel Sardanons (eliel) 2007-11-19 20:25:19.000-0600

The same issue found on app_queue.c uploaded patch (app_queue.c.patch)