The module uac_redirect uses the ACC module directly from the config script function export. This is not recommended, the proper way would be to use the the ACC module via a API call.
The acc module function is called in the file rd_funcs.c, line 275.
Cheers,
Henning
Logged In: YES
user_id=337916
Originator: YES
The same issues exists for the cpl-c module. This uses the t_relay function from tm directly, instead of using the available API.
Logged In: YES
user_id=337916
Originator: YES
I think the comment about the cpl-c was wrong. Anyway, its not a real bug, as it works this way too, decrease priority.