To my knowledge you cannot modify an enum are runtime in C++. If you really need extra collisions channels you can always add them to the engine source code and recompile it.
BTW, why do you need so many collision channels? Very likely that would also pose a performance challenge.