Is there any way to report on what Voicemail Pro modules are being used by IP Office 500v2?
Identify what VM Pro modules are in use
Collapse
X
-
You want to see how many times they've been hit or you want to know what the IP Office has programming for? If you want to know how many times a module has been called you can setup some user variables and do basic arithmetic to increment them by one every time they're accessed (put a generic module right after the start in every module and set the variable to 1 + it's current value.)
If you want to know what the IP Office is programmed to target then you'll need to manually comb through the config, check the incoming call routes, group/user programming, and the short codes.
-
Comment