search for: swifttest

Displaying 1 result from an estimated 1 matches for "swifttest".

Did you mean: swifttel
2009 Feb 17
0
Swift - detection of multiple digits unreliable on my system
...ng them. But if the user barges in with digits before the message completes, the detected digits are incorrectly (but consistently) detected. E.g., give the following AEL context, if the user enters "60014" before the prompt completes, saydigits says "612" every time. context swiftTest { s => { answer; wait(1); swift("This is a test of Swift. Please enter your five digit zip code.",10000,5); saydigits(${SWIFT_DTMF}); hangup; }; }; Does this sound familiar to anyone? I a...