We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

recordcall - dtmf tones not audible in call recording

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
cbjugstad
Posts: 5
Joined: Sat Apr 07, 2018 11:34 am

recordcall - dtmf tones not audible in call recording

Post by cbjugstad »

I'm implementing the recordcall funcionality as outlined in the documentation...

https://www.plumvoice.com/docs/dev/voic ... recordcall

I'm able to successfully record the call and post the resultant audio file to my server. When listening to the recorded call I can hear the voice prompts and user voice input. However the tones from dtmf input are not audible in the recording.

Is this expected behavior that dtmf tones are not audible in the recording? I cannot find any documentation or support posts that indicate the expected behavior.

Also, are there any performance impacts to leveraging the recordcall property?
Last edited by cbjugstad on Fri Jun 14, 2019 9:14 am, edited 1 time in total.

tocnaza
Posts: 2
Joined: Tue Jun 11, 2019 10:37 am

Re: recordcall - dtmf tones not audible in call recording

Post by tocnaza »

That is correct, there’s no way to have the DTMF injected into the recording except for purposely misconfiguring DTMF support.

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: recordcall - dtmf tones not audible in call recording

Post by support »

To Piggy back off of tocnaza's reply, DTMF is used in-order to ensure sensitive data is being protected. DTMF tones cannot be interpreted by the human ear however they can be easily decoded by a phone system.

Post Reply