cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
227
Views
0
Helpful
1
Replies

CallManager 3.3 - Reports - DNs & Voice Mail Profiles

paul.m.phelps
Level 1
Level 1

Is there a way to generate a report that shows a list of Directory Numbers and what Voice Mail Profiles they are using? Thanks in advance.

1 Reply 1

pklos
Level 4
Level 4

yes, you can do SQL Query. you should check table NumPlan

simple sample:

select n.DnOrPattern, v.Name as VoiceMail from numplan n, voicemessagingprofile v where n.fkVoiceMessagingProfile = v.pkid