[Home]

Summary:ASTERISK-07031: fast hangup causes indefinite ast_channel_spy_trigger_wait
Reporter:Simon P. Ditner (spditner)Labels:
Date Opened:2006-06-12 11:29:36Date Closed:2006-06-12 16:39:28
Priority:BlockerRegression?No
Status:Closed/CompleteComponents:Applications/app_mixmonitor
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Reproducing the issue:
exten => s,n,MixMonitor(somefile.wav)
exten => s,n,Hangup()

Result:
around line 223 inside mixmonitor_thread() function, ast_channel_spy_trigger_wait() appears to wait indefinitely and as a result, use count for the module is never decremented and resources are not released.
Comments:By: Serge Vecher (serge-v) 2006-06-12 12:23:19

I wonder if this is related to 7004

By: Joshua C. Colp (jcolp) 2006-06-12 16:39:28

Fixed in latest 1.2 and trunk, thanks!