cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
498
Views
1
Helpful
3
Replies

Webex calling reports for Voicemail

We have recently migrated to webex calling and we were come to an request by one of the user requesting for calls that were forwarded to voicemails during a month. 

I collected calling report from webex reports and couldn;t find any way to collect this data. Is it even possible in webex control hub?

We used to do such tasks before this by using CDR. 

3 Replies 3

cdrguru
Level 1
Level 1

To generate reports for calls that were forwarded to voicemails in Webex Calling, you can utilize the "Get Detailed Call History" API available in the Webex for Developers documentation. This API allows you to filter call data records (CDR) by various parameters, including the start and end time of the period you're interested in and specific locations within your organization.

When collecting data related to voicemail-forwarded calls, you may focus on specific response properties such as:

  • Called Number: For incoming calls, this would be the telephone number of the user. For outgoing calls, it's the telephone number of the called party. By filtering with the voicemail pilot number, you can identify calls forwarded to voicemail.
  • Call Type: Identifying the type of call can help you distinguish between different call scenarios.
  • Direction: Shows whether the call was inbound or outbound, which could be useful depending on how your voicemail system is configured.
  • Original Reason: Provides the call redirection reason, such as "NoAnswer" or "UserBusy," which could indicate a forward to voicemail.
  • Redirect Reason: Similar to the original reason, this field indicates the reason for call redirection, which could also help identify calls forwarded to voicemail.

These fields can help you isolate and analyze calls that were forwarded to voicemails. The API's flexibility in terms of filtering by time and location can assist in generating a focused dataset for your reports. For more comprehensive guidance on utilizing this API, including request parameters and response properties, visit the Get Detailed Call History API documentation on the Webex for Developers site.

Vaijanath Sonvane
VIP Alumni
VIP Alumni

Hi Piyush,

In Detailed Call History report, you can filter "Called number" column with voicemail pilot and this will show you how many calls were forwarded to voicemail. 

 

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Vaijanath S.

TDoan
Level 1
Level 1

Hello Piyush,

If you would like to retrieve Detailed Call History information (CDR) from Webex Calling you can use Get Detailed Call History API. Please go to the link below to log in to your webex and try it.

https://developer.webex.com/docs/api/v1/reports-detailed-call-history/get-detailed-call-history

Hope it would help you to get CDR.

Regards,

T Doan