[Home]

Summary:ASTERISK-13537: automon stops working when call retrived from parking lot
Reporter:Brendan Redmond (nssl)Labels:
Date Opened:2009-02-08 05:45:51.000-0600Date Closed:2011-06-07 14:02:41
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I tested this in 1.4.18 and 1.4.23 and discovered that
on demain recording default (*1) stops working when a call is retrived from parking - It seems that res_features "unsets" or "resets" the builtin features and somehow automon gets dropped ?
I thinks its in the park_exec subroutine ?
memset(&config, 0, sizeof(struct ast_bridge_config));
    ast_set_flag(&(config.features_callee), AST_FEATURE_REDIRECT);
Regards

Comments:By: Joshua C. Colp (jcolp) 2009-02-09 09:10:23.000-0600

This has already been changed in SVN and will be in the next release.