Click or drag to resize
AGIScriptSayPhonetic Method (String, String)
Says the given character string with phonetics, returning early if any of the given DTMF number are received on the channel.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected char SayPhonetic(
	string text,
	string escapeDigits
)

Parameters

text
Type: SystemString
the text to say.
escapeDigits
Type: SystemString
a String containing the DTMF digits that allow the user to escape.

Return Value

Type: Char
the DTMF digit pressed or 0x0 if none was pressed.
See Also