Confbridge not loading

I rebuilt my test asterisk over the festive period and since then confbridge does not load. Is there an ongoing issue with this app?

When I try to manually load the app I get Command 'module load app_confbridge.so ’ failed. I do not have libpri or dahdi installed, but I didn’t think these where required now. I have also tried it on my Ubuntu laptop and I get the same resaults?

Can any one help with this?

Connected to Asterisk SVN-trunk-r378935 currently running on luna (pid = 32557)
lunaCLI>
luna
CLI> core set debug 999999
Core debug was 3 and is now 999999
lunaCLI> core set verbose 999999
Set remote console verbosity to 999999
luna
CLI>
lunaCLI> module load app_con
app_controlplayback.so app_confbridge.so
luna
CLI> module load app_confbridge.so
Unable to load module app_confbridge.so
Command 'module load app_confbridge.so ’ failed.
luna*CLI>

CentOS release 6.3 (Final)

Check the full log for more information about the error.

Thanks for that I turned on verbose logging and I could see that the configuration file was not getting loaded because there was not one!

Thanks again for the help

lunaCLI> logger set level VERBOSE on
Logger status for ‘VERBOSE’ has been set to ‘on’.
luna
CLI> module load app_confbridge.so
Unable to load module app_confbridge.so
Command ‘module load app_confbridge.so’ failed.
[Jan 13 21:30:07] ERROR[9025]: config_options.c:512 aco_process_config: Unable to load config file ‘confbridge.conf’
[Jan 13 21:30:07] ERROR[9025]: app_confbridge.c:2965 load_module: Unable to load config. Not loading module.
luna*CLI>