contents.gifindex.gifprev1.gifnext1.gif

FlushTouchTones method

Use the FlushTouchTones method to remove all touch-tones stored in the touch-tone queue. Note that there is no way to restore tones that have been flushed, so use this method with caution.

ActiveAG captures any touch-tone input it detects while a connection is active. These captured tones are stored in a touch-tone queue. The GetTouchTone method, the GetTouchTones method, the GetTouchTonesAsync method, and the PeekTouchTone method are provided so your program can read the contents of this queue.

The FlushTouchTones method removes all touch-tones that are on the queue. As an example, this is useful when your program wants to avoid any affects from someone typing ahead during a call.

Arguments: None.

Returns: A long integer status code (see ActiveAG Status codes)

Property interactions: None.