Can we move the packages internal to the motech-ivr-koo module out of
the org.motechproject.ivr package and into something like
org.motechproject.kookoo.ivr? For the Voxeo IVR module I'm using
org.motechproject.server.voxeo. I want to show that it is part of the
motech server, but that it isn't a core piece. Part of the concern is
when I see a line like this:
import org.motechproject.ivr.IVRCallEvent;
It seems like I'm importing a core part of motech when in fact I'm
pulling in a kookoo specific package.
Also It'd be nice to have some consistency with our packages and module
naming (but we still have a lot of work to get there)
-Rob