08-10-2016 02:52 PM - edited 03-17-2019 07:48 AM
Is there a way to tell what buttons a caller pushed after the call has connected to the UCCX system? We have a call center, and we transfer people to a 3rd party via pressing number 2. Is there a way to see if someone is pressing the right buttons through CDR? If not CDR, then where?
Solved! Go to Solution.
08-16-2016 01:08 PM
There is one possibility that you can capture the DTMF Events using IOS Commands.
If calls are coming from Outside (PSTN) via s Voice Gateway you can setup dtmf method SIP NOTIF / RTP NTE in dial-peers.
Refer this blog https://anetworkerblog.com/2011/02/06/dtmf-on-voip/
If SIP NOTIFY/INFO, you can capture same via the CSIP Messages
If RTP NTE you can use command debug voip rtp session named-event will show when call is active to find out the digits entered.
Alternatively you just need to extract the SDL from RTMT and use Translator to analyze the call and find the Digits Entered.
Here I havd Shown an Example using H245-alphanumeric dtmf method between CUCM and Voice Gateway. Call land to UCCX Script.
https://supportforums.cisco.com/document/13098596/how-extract-userinputdtmf-cucm-traces-h323
Please Rate if found User Full !!!!
08-10-2016 09:31 PM
CUCM, no, it does not keep historic logs that contain just dtmf. the only place where you could find this is in detailed call traces, that you can obtain through RTMT.
08-11-2016 04:01 AM
As Dennies mentioned, you can obtain this only through RTMT only if you are using out-of-band DTMF relay. If you are using RTP-NTE then CUCM will try to insert MTP because UCCX uses SCCP integration. If MTP is present then you can't find the digits without enabling debug voice rtp session named-event
08-16-2016 05:47 AM
Alright, I am going to try out what Deepak said. The RTMT part of it I'm still not clear what you are suggesting I do to it in order to acquire the information. I will let you know how it turns out.
Thank you!
08-16-2016 09:54 AM
You simply need to download RTMT plugin from UCCX, install the same and then download Cisco Unified CCX Engine logs for the time period in question (in case you want to check logs for a call that happened in the past which you are not able to find using CLI). It is similar how you do it for CM traces using RTMT
Regards
Deepak
08-15-2016 06:05 AM
Ok, great. I have never done that before in RTMT. Can you easily guide me or point me in the direction that can tell me what report I'm pulling that will give me that information? Thanks guys!
08-15-2016 06:55 AM
Yes, you can definitely see what numbers had been pressed once the call hits UCCX script. Refer below post from Anthony that talks about doing this in real time using UCCX CLI. In case, you want to look for a call in past time then you can collect Cisco Unified CCX Engine logs using UCCX RTMT, search for calling number and then find the associated TaskID and search the executed steps that will tell about any DTMF as well pressed during the script execution
https://supportforums.cisco.com/document/13050181/uccx-viewing-executed-script-steps-cli
Regards
Deepak
08-16-2016 01:08 PM
There is one possibility that you can capture the DTMF Events using IOS Commands.
If calls are coming from Outside (PSTN) via s Voice Gateway you can setup dtmf method SIP NOTIF / RTP NTE in dial-peers.
Refer this blog https://anetworkerblog.com/2011/02/06/dtmf-on-voip/
If SIP NOTIFY/INFO, you can capture same via the CSIP Messages
If RTP NTE you can use command debug voip rtp session named-event will show when call is active to find out the digits entered.
Alternatively you just need to extract the SDL from RTMT and use Translator to analyze the call and find the Digits Entered.
Here I havd Shown an Example using H245-alphanumeric dtmf method between CUCM and Voice Gateway. Call land to UCCX Script.
https://supportforums.cisco.com/document/13098596/how-extract-userinputdtmf-cucm-traces-h323
Please Rate if found User Full !!!!
08-29-2016 12:52 PM
AH HA! That translator tool was EXTREMELY helpful, and free. It told me what keys were pressed which is what I needed. It also helped with another issue I was having of determining when someone is pressing their softkey speed dial to initiate a call. This was very helpful. All of you helped me get there honestly. This one hit the nail on the head and more though. Thank you!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide