Index: apps/app_confbridge.c =================================================================== --- apps/app_confbridge.c (revision 381064) +++ apps/app_confbridge.c (working copy) @@ -2986,6 +2986,7 @@ res |= ast_manager_unregister("ConfbridgeLock"); res |= ast_manager_unregister("ConfbridgeStartRecord"); res |= ast_manager_unregister("ConfbridgeStopRecord"); + res |= ast_manager_unregister("ConfbridgeSetSingleVideoSrc"); return res; }