itnetworld 0 Report post Posted July 13, 2016 Hi All Is there a function that we can add to custom vbscript allowing a caller to exit the script by pressing a key at any time during the script. The function I am looking for is similar to the built block GetDTMF. Andy 0 Quote Share this post Link to post Share on other sites
itnetworld 0 Report post Posted July 13, 2016 Could it be something like this? If so where can I find documentation about this? gseGetDTMFStringEx2(DTMF_INPUT, True, AnnouncementName, False, True, "#", "1", "4") 0 Quote Share this post Link to post Share on other sites
itnetworld 0 Report post Posted July 18, 2016 Hello again Is there anyone that can provide some information on this? Thanks 0 Quote Share this post Link to post Share on other sites
itnetworld 0 Report post Posted July 25, 2016 Hi All I would really appreciate some feedback on this Thanks 0 Quote Share this post Link to post Share on other sites
Tom Wellige 60 Report post Posted August 21, 2016 Hi Andy, I can't test it at the moment, but depending on what you have already done before, the PostDialingDigits() function might be of help, as additionally received numbers are added there. 0 Quote Share this post Link to post Share on other sites