Anyway to retrieve dtmf tones even when get data times out?

Hi All

I was wondering if anyone has found a way to get dtmf tones that where entered regardless of whether the user inputted the correct amount or if the process/app in this case GET DATA timesout. I’am creating an app that needs to return the input automatically after a user has entered some data or any. At the momment even setting GET DATA without a MAX DIGIT does not return it. Any help will be greatly appreciated. :smile:
I a’m using PHP as my scripting language.

Thanks
Jason W

Hi

I figured it out, GET DATA does return the digits just with a “(timeout)” on the end. So all I have to do is remove that from the end of my string :smile:

Jason W