Of course I can't tell you why your collision code does not work, but I suppose your problem was that AABB uses two fixed collision hull sizes (FAT or NARROW set), while OBB can use any size (FAT and NARROW both set).
Please find details under "collision" in the manual.